18.06.2016, 11:40
Does this happen with samp sided 3D text label too? Or only dynamic one?
And btw, is that the full parameter you are using with the dynamic one?
Cause I just saw there is a playerid parameter in the native
I doubt it's happening cause you didn't specify the playerid that the label should belong to.
And btw, is that the full parameter you are using with the dynamic one?
Cause I just saw there is a playerid parameter in the native
Код:
native STREAMER_TAG_3D_TEXT_LABEL CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);

