SA-MP Forums Archive
createDynamic3DText - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: createDynamic3DText (/showthread.php?tid=450002)



createDynamic3DText - eblood1 - 11.07.2013

i have been trying this but when i go to that pos does not show the createDynamic3DText any help?

AddPlayerClass(292,1802.4000,-1286.9938,13.6526,180.3016,0,0,0,0,0,0); //


CreateDynamic3DTextLabel("Admin Tower\n\t{FFFF00}Do not Enter", 0x00FF00FF, -1286.9938,13.6526,180.3016, 30, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0);


Re: createDynamic3DText - DobbysGamertag - 11.07.2013

pawn Код:
CreateDynamic3DTextLabel("Admin Tower\n\t{FFFF00}Do not Enter", 0x00FF00FF, -1286.9938,13.6526,180.3016, 30, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 100);
Try the above code.

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:distance = 100.0);



Re: createDynamic3DText - eblood1 - 11.07.2013

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
pawn Код:
CreateDynamic3DTextLabel("Admin Tower\n\t{FFFF00}Do not Enter", 0x00FF00FF, -1286.9938,13.6526,180.3016, 30, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 100);
Try the above code.

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:distance = 100.0);
Did not Work :/