SA-MP Forums Archive
Help with gang wars - 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 with gang wars (/showthread.php?tid=419779)



Help with gang wars - Arpatos - 02.03.2013

Hey dudes, I've made a little FS (which will be released after debug) in order to make some gang wars in Los Santos.

http://pastebin.com/Kyua0aan

But I've some little errors while compiling:

error 017: undefined symbol "ZoneInfo"
error 036: empty statement
error 017: undefined symbol "i"
fatal error 107: too many error messages on one line


How to resolve them ?

Thanks a lot !


Re: Help with gang wars - Mmartin - 02.03.2013

Which line aborts the compilation?


Re : Help with gang wars - Arpatos - 02.03.2013

132, for all errors


Re : Help with gang wars - Arpatos - 02.03.2013

upplease


Re: Help with gang wars - Mmartin - 02.03.2013

Remove the condition which is checking if constant FILTERSCRIPT is defined.


Re : Help with gang wars - Arpatos - 02.03.2013

#if defined FILTERSCRIPT

this one ?

Else, which one ?


Re: Help with gang wars - Denying - 02.03.2013

Yes, this one...


Re : Help with gang wars - Arpatos - 02.03.2013

Then I've got 6 errors!

Quote:

C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(63) : error 021: symbol already defined: "SetTimer"
C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(64) : warning 235: public function lacks forward declaration (symbol "ZoneTimer")
C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(66) : error 029: invalid expression, assumed zero
C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(6 : error 017: undefined symbol "i"
C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(6 : error 017: undefined symbol "d"
C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(68 -- 70) : error 001: expected token: "}", but found "if"
C:\Users\ARPA\Desktop\samp03x_svr_R1-2_win32\filterscripts\couleurzone.pwn(68 -- 70) : fatal error 107: too many error messages on one line




Re : Help with gang wars - Arpatos - 02.03.2013

upppp


Re: Help with gang wars - Arpatos - 02.03.2013

Up please