23.12.2013, 17:47
No, check my post above , sorry for bumping :/! , @Codes you will get some errors
pawn Код:
stock SendMessageToCops(text[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pFac] == 1)
{
SendClientMessage(i, -1, text);
}
}
}