createDynamic3DText
#1

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);
Reply
#2

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);
Reply
#3

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 :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)