16.08.2015, 21:21
PHP код:
stock SendToAdmins(const color, const message[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
if(PlayerInfo[i][pAdmin] > 1)
SendClientMessage(i, color, message);
return 1;
}