Moving Objects - 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: Moving Objects (
/showthread.php?tid=467947)
Moving Objects -
Mattakil - 05.10.2013
Removed- Solved
Re: Moving Objects -
TonyII - 05.10.2013
pawn Код:
closed[gate] = 1
//To
closed[gate] = 1;
This one is near the bottom of your code
Re: Moving Objects -
SuperViper - 05.10.2013
Parameters can't have a dash in them.
Re: Moving Objects -
Mattakil - 05.10.2013
Quote:
Originally Posted by SuperViper
Parameters can't have a dash in them.
|
thank you sir.