3D Text don't appear - 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: 3D Text don't appear (
/showthread.php?tid=400199)
3D Text don't appear -
aOa - 17.12.2012
I go on my spawn civil , and i writte /save
I put the position in text label.But text label don't appear, why?
//-----------------[Create3DTextLabel]-----------------
Create3DTextLabel("{0099FF}[{FFFFFF} tZone Role Play | Bine ati venit", COLOR_WHITE, 0,1643.6692,-2245.5017,13.4869,182.6644,0,0,0,0,0,0);
Re: 3D Text don't appear -
Randy More - 17.12.2012
Check this to know its parameters so you become sure that you have placed the coordinates in their right places -
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Also the X, Y, Z coordinates you get from /save are the following parts in the AddPlayerClass function in the saving file.
AddPlayerClass(modeilid, X, Y, Z,...);