SA-MP Forums Archive
Filter script help - 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: Filter script help (/showthread.php?tid=222361)



Filter script help - Jin_Li - 07.02.2011

IT is my first time making a filter script but i keep getting this error

Код:
C:\Users\Ryan\Desktop\Event System\filterscripts\eventsystem.pwn(215) : error 001: expected token: "#endif", but found "-end of file-"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
can some one help me fix it.


Re: Filter script help - xRyder - 07.02.2011

You forgot to close 'if' statement add
pawn Код:
#endif
at the end of your script.