SA-MP Forums Archive
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)
+--- Thread: Help (/showthread.php?tid=520511)



Help - PiLLoW - 19.06.2014

Help for this problem with robnpcs??

Quote:

C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(13) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(13) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(14) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(14) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(15) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(15) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(16) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(16) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(17) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(17) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(20) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(20) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(21) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(21) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(22) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(22) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(33) : error 017: undefined symbol "FCNPC_SetSpecialAction"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(34) : error 017: undefined symbol "SetTimerEx"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(41) : error 017: undefined symbol "ClearAnimations"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(42) : warning 217: loose indentation
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(42) : error 017: undefined symbol "ApplyAnimation"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(43) : warning 217: loose indentation
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(43) : error 017: undefined symbol "SetTimerEx"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(49) : error 017: undefined symbol "KillTimer"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(50) : error 017: undefined symbol "ClearAnimations"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(51) : error 017: undefined symbol "ApplyAnimation"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(52) : warning 217: loose indentation
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(53) : error 017: undefined symbol "INVALID_PLAYER_ID"
C:\Users\Server\Desktop\CNR.03z\CNR\filterscripts\ robnpcs-en.inc(56) : error 017: undefined symbol "SetTimerEx"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.




Re: Help - Laurey - 19.06.2014

Looks like you missed a brace sign something like this "}" or "{" in your code, review your code and correct your mistake.


Re: Help - PiLLoW - 19.06.2014

anyone can edit for me??