Help needed with 3d Labels - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help needed with 3d Labels (
/showthread.php?tid=183651)
Help needed with 3d Labels -
Mattjones17 - 16.10.2010
Hi,
I am trying to make a script that does the following:
when you type /strobe, it adds a 3d label to the roof of your car. If you type it again, it dissapears.
I have the following variables:
new Text3D: strobelabel[MAX_VEHICLES]; (space added to prevent emote)
new strobecar[MAX_VEHICLES];
and the following code:
http://pastebin.com/Dxszd0wG
The command is able to detect whether the strobes are set on or off, but no 3d labels actually spawn when you type it. Can anyone shed any light as to why this might be?
Thanks
Matt
Re: Help needed with 3d Labels -
Mattjones17 - 30.10.2010
Bumping.