SA-MP Forums Archive
what to do? - 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: what to do? (/showthread.php?tid=306393)



what to do? - myandyou - 26.12.2011

I get these errors what should I do so that they no longer give errors?


C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\JunkBuster.inc(1092) : warning 219: local variable "weapon" shadows a variable at a preceding level
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\dutils.inc(199) : error 025: function heading differs from prototype
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\dutils.inc(199) : error 021: symbol already defined: "JB_SetPlayerMoney"
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\dutils.inc(202) : warning 209: function "JB_SetPlayerMoney" should return a value
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\gl_common.inc(80) : error 021: symbol already defined: "strtok"
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\gl_common.inc(95) : error 047: array sizes do not match, or destination array is too small
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\pawno \include\gl_common.inc(139) : error 021: symbol already defined: "isNumeric"
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(311) : warning 201: redefinition of constant/macro (symbol "MAX_WEAPONS")
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(1086) : warning 213: tag mismatch
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(2330) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(2829) : warning 213: tag mismatch
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(3156) : warning 219: local variable "pName" shadows a variable at a preceding level
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(3375) : warning 202: number of arguments does not match definition
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(337 : warning 202: number of arguments does not match definition
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(3381) : warning 202: number of arguments does not match definition
C:\Users\Maarten\Desktop\samp03asvr_R4_win32\gamem odes\1.pwn(3384) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

i hope you can help


Re: what to do? - DonWade - 26.12.2011

show that lines


Re: what to do? - myandyou - 27.12.2011

its in the dutils and in the gl_common not in my gamemode