22.01.2016, 02:44
pawn Код:
stock SendMessageToAdmins(const color, const string[])
{
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i ++)
{
if(!IsPlayerConnected(i) || !PlayerInfo[i][Level] || !IsPlayerAdmin(i))
{
continue;
}
SendClientMessage(i, color, string);
}
return 1;
}
[] = index/cell
() = arguments/operation