Create3DTextLabel - not working?
#1

Hello, I want used Create3DTextLabel into interrior - ammunation (7) but my script not working:

PHP код:
Create3DTextLabel("3DB1FF}SHOP\n{D1D1D1}use{FF0000}/command...",COLOR_RED,313.9908,-133.5924,999.601620); 
Reply
#2

PHP код:
Create3DTextLabel("{3DB1FF}SHOP\n{D1D1D1}use{FF0000}/command..."COLOR_RED313.9908,-133.5924,999.601640.001); 
try this,
Reply
#3

If the above does not work, try.
Код:
Create3DTextLabel("{3DB1FF}SHOP\n{D1D1D1}use{FF0000}/command...", COLOR_RED, 313.9908,-133.5924,999.6016, 40.0, -0, 1);
Reply
#4

Код:
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 = STREAMER_3D_TEXT_LABEL_SD, areaid = -1, priority = 0)
EDIT: Didn't notice you had the regular Create3DTextLabel, but using streamer is the only way to make it show up in a certain interior.
Reply
#5

Correct usage: https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply
#6

Ok, thanks for help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)