zeppellin83
Results
2
comments of
zeppellin83
this?? function Standalone(playerId, identifier, name, slot) local self = {} self.source = playerId self.identifier = identifier self.name = name self.charslot = slot return self end
i found this how integrate ? Citizen.CreateThread(function() while true do local id = GetPlayerServerId(PlayerId()) Citizen.Wait(0) DrawTxt(1.200, 0.50, 1.0,1.0,0.50,"~w~Your ID: ~r~".. id .."~w~", 255,255,255,255) end end) function DrawTxt(x,y ,width,height,scale, text, r,g,b,a)...