3d Text Labels wtf - 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 Labels wtf (
/showthread.php?tid=575517)
3d Text Labels wtf -
ross8839 - 27.05.2015
I'm confused, i've tried everything and looked all over the internet but really can't find the reason as to why I can't see this text label in game...
pawn Код:
Create3DTextLabel("Type /enter to enter the Police Station", COLOR_BLUE, -1605.8081,711.6846,13.8672, 100.00, 1);
This is under OnGameModeInit and I have defined the color. I get no errors, it just doesn't show.
Re: 3d Text Labels wtf -
NoDi522 - 27.05.2015
Are the coordinates right? I mean you maybe created that 3dtext but not there you want to see it.
Re: 3d Text Labels wtf -
Luis- - 27.05.2015
You've obviously not looked on the wiki.
https://sampwiki.blast.hk/wiki/Create3DTextLabel
pawn Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
pawn Код:
Create3DTextLabel("Type /enter to enter the Police Station", COLOR_BLUE, -1605.8081,711.6846,13.8672, 100.00, 0);
You are setting the Virtual World to 1, it should be 0 for you to see the label.