20.12.2015, 19:08
Код:
if (playerData[playerid][isInEvent]) { for(new i = 0; i < MAX_PLAYERS; i++) new eliminated[100]; format(eliminated, sizeof(eliminated), "{FAAC58}%s(%i) {FFFFFF}was eliminated from the event.", playerData[i][playerNamee], i); SendClientMessage(p, COLOR_WHITE, eliminated); SpawnPlayer(playerid); } return 0; }
Код:
C:\Users\\Desktop\BLCNR\gamemodes\blcnr.pwn(1710) : error 003: declaration of a local variable must appear in a compound block C:\Users\\Desktop\BLCNR\gamemodes\blcnr.pwn(1710) : error 017: undefined symbol "eliminated" C:\Users\\Desktop\BLCNR\gamemodes\blcnr.pwn(1710) : warning 215: expression has no effect C:\Users\\Desktop\BLCNR\gamemodes\blcnr.pwn(1710) : error 001: expected token: ";", but found "]" C:\Users\\Desktop\BLCNR\gamemodes\blcnr.pwn(1710) : fatal error 107: too many error messages on one line