Quote:
Originally Posted by [MWR]Blood
pawn Код:
stock SendClientMessageToAllCops(color, const message[]) { for(new i=0; i < MAX_PLAYERS; i++) { if(GetPlayerTeam(i) == TEAM_COPS) { SendClientMessage(i, color, message); } } return 1; }
|
I think someone here doesn't know what const is and that colors are strings.