need help with sum filterscript - 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: need help with sum filterscript (
/showthread.php?tid=81373)
need help with sum filterscript -
WardenCS - 10.06.2009
hello,im using
http://forum.sa-mp.com/index.php?topic=40952.0 that filterscript,when i type /done then i got pwn file only,i wanted to compile it but i got this error:
Quote:
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\jrp\filterscripts\Houses.pwn(30) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\jrp\filterscripts\Houses.pwn(800) : warning 203: symbol is never used: "AddHouse"
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\jrp\filterscripts\Houses.pwn(800) : warning 203: symbol is never used: "AddHouseCar"
C:\Documents and Settings\ingrid\Desktop\New Folder (4)\jrp\filterscripts\Houses.pwn(800) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
please help?
Re: need help with sum filterscript -
miokie - 10.06.2009
Ask in that Thread and The 3 warnings are only there because you haven't added a House/Housecar or used strok yet.