24.08.2014, 19:06
Here is the error:
The problem is this line of was in the script for ages but why is it giving me error on it.
The error started showing up after i scripted something like not even close to this line.
And here is the line:
Thanks And I Will +Rep You If You Help.
Код:
C:\Users\HP\Desktop\Script\gamemodes\RP.pwn(5734) : error 017: undefined symbol "SANZONE_AREA" C:\Users\HP\Desktop\Script\gamemodes\RP.pwn(5734) : error 029: invalid expression, assumed zero C:\Users\HP\Desktop\Script\gamemodes\RP.pwn(5734) : warning 215: expression has no effect C:\Users\HP\Desktop\Script\gamemodes\RP.pwn(5734) : error 001: expected token: ";", but found "]" C:\Users\HP\Desktop\Script\gamemodes\RP.pwn(5734) : fatal error 107: too many error messages on one line
The error started showing up after i scripted something like not even close to this line.
And here is the line:
Код:
if(x33 >= gSAZones[i][SANZONE_AREA][0] && x33 <= gSAZones[i][SANZONE_AREA][3] && y33 >= gSANZones[i][SAZONE_AREA][1] && y33 <= gSANZones[i][SAZONE_AREA][4] && z33 >= gSAZones[i][SANZONE_AREA][2] && z33 <= gSANZones[i][SAZONE_AREA][5])