SA-MP Forums Archive
Moving Gate Error - 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: Moving Gate Error (/showthread.php?tid=72071)



Moving Gate Error - Austin_Lynn - 05.04.2009

Ok, well I used the thing on Wiki samp for moving gates and I get this error
Code:
C:\Documents and Settings\Austin\Desktop\Script\Austin Script\gamemodes\Frazz.pwn(7245) : warning 204: symbol is assigned a value that is never used: "obj"
C:\Documents and Settings\Austin\Desktop\Script\Austin Script\gamemodes\Frazz.pwn(9330) : error 017: undefined symbol "obj"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Moving Gate Error - Weirdosport - 05.04.2009

Do you mean the wiki tutorial? If so/not so, post the link here.

EDIT: Obvious causes of the problem that spring to mind might be a variable that is not globally defined. This would explain why later in the script it could not be found, and why in the place it is defined it may not be used.