24.05.2016, 21:01
Код:
C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo" C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : warning 215: expression has no effect C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : error 001: expected token: ";", but found "]" C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : error 029: invalid expression, assumed zero C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
stock SendAdminMessage(Color,string[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(PlayerInfo[pAdmin] >= 4) { SendClientMessage(i, Color, string); } }