02.12.2010, 19:16
hmmm i'm getting a weird error when i try to compile a 0.3b script with 0.3c :/
C:\Users\wesley\Desktop\mappen\Games\GTA SA-MP\0.3c!!!\pawno\include\../include/gl_common.inc(75) : error 021: symbol already defined: "strtok"
C:\Users\wesley\Desktop\mappen\Games\GTA SA-MP\0.3c!!!\pawno\include\../include/gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
C:\Users\wesley\Desktop\mappen\Games\GTA SA-MP\0.3c!!!\pawno\include\../include/gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
while there is,t any reason for those errors :/
line 75: new PlayerInfo[MAX_PLAYERS][pInfo];
line 90: forward MinuteTimer();
line 134: new AutoRepairUsed[MAX_PLAYERS];
does someone know why these errors are showing up even if those errors aren't in these scriptfiles or anywhere else in the script?
C:\Users\wesley\Desktop\mappen\Games\GTA SA-MP\0.3c!!!\pawno\include\../include/gl_common.inc(75) : error 021: symbol already defined: "strtok"
C:\Users\wesley\Desktop\mappen\Games\GTA SA-MP\0.3c!!!\pawno\include\../include/gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
C:\Users\wesley\Desktop\mappen\Games\GTA SA-MP\0.3c!!!\pawno\include\../include/gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
while there is,t any reason for those errors :/
line 75: new PlayerInfo[MAX_PLAYERS][pInfo];
line 90: forward MinuteTimer();
line 134: new AutoRepairUsed[MAX_PLAYERS];
does someone know why these errors are showing up even if those errors aren't in these scriptfiles or anywhere else in the script?