Problem With 3DTextLabel - 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: Problem With 3DTextLabel (
/showthread.php?tid=617734)
Problem With 3DTextLabel -
DavidGravelli - 25.09.2016
Create3DTextLabel("{FF0000}Bank of Los Santos\n{FFFFFF}Commands: /balance /deposit /withdraw",0x9ACD32AA,492.98,-1511.06,20.5107,30.0,20,0);
I add that on Gamemodeinit
and when i compile and start the server I can't see The textlabel
Sorry for my bad english
Re: Problem With 3DTextLabel -
Konstantinos - 25.09.2016
https://sampwiki.blast.hk/wiki/Create3DTextLabel
You have set virtual world to 20 so if you are in a different virtual world, it won't be shown.
Re: Problem With 3DTextLabel -
DavidGravelli - 25.09.2016
I can't see it I dont know why
Re: Problem With 3DTextLabel - Quinncell - 25.09.2016
@Konstantinos just explained it to you.You set the 3DTextLabel's virtual world to 20, you are obviously in a different world therefor you can't see it.Take a look at and read the link he provided above.