26.07.2015, 13:07
Syntax:
Example:
** Alright, when you put the value '-1' as interiorid this dynamic textlabel will appear in all of the possible interiors same goes for virtualworlds.
** TestLOS (0/1) so this dynamic textlabel won't be seen through objects.
I hope I helped any feedback is appreciated!
pawn Код:
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);
pawn Код:
CreateDynamic3DTextLabel("Hello World", -1, 21312.21, 12222.2, 1323.131, 150.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 200.0);
** TestLOS (0/1) so this dynamic textlabel won't be seen through objects.
I hope I helped any feedback is appreciated!

