04.10.2015, 23:31
PHP код:
stock SendMessageToGroup(grupo, color, mensaje[])
{
foreach(new playerid : Player)
{
if(VariableAdmin[i] < grupo)
continue;
SendClientMessage(i, color, mensaje);
}
return 1;
}