on format: Four errors - 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: on format: Four errors (
/showthread.php?tid=453608)
on format: Four errors -
barbarbar1 - 25.07.2013
fixed.
Re: on format: Four errors -
Paglia - 25.07.2013
Check that you haven't already defined somewhere else the variable in the gamemode.
Ex:
Код:
new RandomVar;
..... code in between....
new RandomVar
Re: on format: Four errors -
barbarbar1 - 25.07.2013
nevermind, already fixed it.