WHY? - 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: WHY? (
/showthread.php?tid=372340)
WHY? -
Vizi - 26.08.2012
Why my Create3DTextLabel are not showing in the game
![Huh?](images/smilies/confused.gif)
![Huh?](images/smilies/confused.gif)
pawn Код:
Create3DTextLabel("Oblozuvalnica\nPritisnete F za da vlezete",ZA3DTEXT,1631.8409,-1172.9194,24.0843,10.0,0);
Re: WHY? -
R4VER - 26.08.2012
if it compiles completely and without any error , the problem may be cause of the draw distance.
Re: WHY? -
JaKe Elite - 26.08.2012
I fix this by using CreatePlayer3DTextLabel instead of Create3DTextLabel.
oh and one note if you gonna create CreatePlayer3DTextLabel you must put it on a callback that has playerid parameter
Re: WHY? - HuSs3n - 26.08.2012
what is this "ZA3DTEXT"
show where you define it
Re: WHY? -
Vizi - 26.08.2012
I use createplayer3dtextlabel :S
And i dont have ERRORS
ZA3DTEXT is a color
pawn Код:
#define ZA3DTEXT 0x00F5FFFF
Edit: may be the warnigs?Becuse i have 274 warnings