SA-MP Forums Archive
3dtext - 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: 3dtext (/showthread.php?tid=372213)



3dtext - Vizi - 25.08.2012

Hey why my 3dtext label are not showing /?
is this right?

pawn Код:
Create3DTextLabel("Oblozuvalnica\nPritisnete F za da vlezete",ZA3DTEXT,1631.8409,-1172.9194,24.0843,10.0,0);



Re: 3dtext - TaLhA XIV - 25.08.2012

Try changing the virtual world to -1.


Re: 3dtext - Vizi - 25.08.2012

Not working,same


Re: 3dtext - TaLhA XIV - 25.08.2012

PHP код:
Create3DTextLabel("Oblozuvalnica\nPritisnete F za da vlezete, 0x008080FF, 1631.8409,-1172.9194,24.0843, 40.0, 0, 0); 
I think you are messing up with the colors.


Re: 3dtext - Vizi - 25.08.2012

ZA3DTEXT
is a color


Re: 3dtext - TaLhA XIV - 25.08.2012

Try the one I gave you,and tell me if it works.


Re: 3dtext - Vizi - 25.08.2012

i have those errors for that

pawn Код:
F:\Users\Daniel\Desktop\GCRP\gamemodes\GCRP.pwn(17150) : error 037: invalid string (possibly non-terminated string)
F:\Users\Daniel\Desktop\GCRP\gamemodes\GCRP.pwn(17150) : error 017: undefined symbol "Oblozuvalnica"
F:\Users\Daniel\Desktop\GCRP\gamemodes\GCRP.pwn(17150) : error 029: invalid expression, assumed zero
F:\Users\Daniel\Desktop\GCRP\gamemodes\GCRP.pwn(17150) : fatal error 107: too many error messages on one line