24.05.2016, 21:08
Код:
C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : warning 213: tag mismatch C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(39) : error 033: array must be indexed (variable "Player") C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(40) : error 035: argument type mismatch (argument 2) C:\Users\Marius\Desktop\GM\gamemodes\GM.pwn(35) : warning 203: symbol is never used: "color" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Код:
stock SendAdminMessage(color, message[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(Player[pAdmin] >= 4) SendClientMessage(i, message, color); } }