SA-MP Forums Archive
Why wont this work - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Why wont this work (/showthread.php?tid=243448)



Why wont this work - yarrum3 - 23.03.2011

CreateDynamic3DTextLabel("Gas Station\nType {19FA00}/refuel {FADD00}to refill car",COLOR_YELLOW,1940.3013,-1773.8197,13.3906,10.0, 0);


Re: Why wont this work - Stigg - 23.03.2011

https://sampwiki.blast.hk/wiki/3dtextlabel


Re: Why wont this work - TheYoungCapone - 23.03.2011

Create3DTextLabel("Gast Station Type /refuel to refill car", COLOR_YELLOW,1940.3013,-1773.8197,13.3906,10.0, 0); Try that


Re: Why wont this work - Biesmen - 23.03.2011

(remove svp)


Re: Why wont this work - pawn_ - 23.03.2011

Quote:
Originally Posted by Biesmen
Посмотреть сообщение
You also have to attach the 3DText label to someone.
Dude, a player is not a gas station, so I don't think he wants to attach it.

pawn Код:
Create3DTextLabel("Gast Station Type /refuel to refill car", COLOR_YELLOW, 1940.3013, -1773.8197, 13.3906, 20.0, 0);
Are you sure you're at the coordinates of the label?

Код:
1940.3013, -1773.8197, 13.3906



Re: Why wont this work - Biesmen - 23.03.2011

Quote:
Originally Posted by pawn_
Посмотреть сообщение
Dude, a player is not a gas station, so I don't think he wants to attach it.

pawn Код:
Create3DTextLabel("Gast Station Type /refuel to refill car", COLOR_YELLOW, 1940.3013, -1773.8197, 13.3906, 20.0, 0);
Are you sure you're at the coordinates of the label?

Код:
1940.3013, -1773.8197, 13.3906
Lol, I shouldn't be on the computer at morning, third time I failed in the morning...
I thought it had CreatePlayer3DTextLabel. :/