C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP.pwn(523) : error 017: undefined symbol "Weapon"
C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP.pwn(523) : warning 215: expression has no effect
C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP.pwn(523) : error 001: expected token: ";", but found "]"
C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP.pwn(523) : error 029: invalid expression, assumed zero
C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP.pwn(523) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
format(string,sizeof(string),"Arma_%d",i); Weapon[playerid][i] = dini_Int(file, string); |
for (new i=0; i < 13; i++) { |
te faltу cerrar una sentencia en la lнnea anterior que te indica el copilador
|
static Weapon[MAX_PLAYERS][13];
C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP. pwn(524) : error 017: undefined symbol "dini_Int" C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP. pwn(525) : error 017: undefined symbol "Ammo" C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP. pwn(525) : warning 215: expression has no effect C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP. pwn(525) : error 001: expected token: ";", but found "]" C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP. pwn(525) : error 029: invalid expression, assumed zero C:\Users\Usuario\Desktop\NorthZone\gamemodes\NZRP. pwn(525) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. |