18.07.2013, 20:48
isso ? , ou tem que criar mais alguma coisa ?
pawn Код:
stock SendMessageToCops(color,const string[])
{
for(new i = 0; i <= MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) == 1)
{
if(Player[i][pPM] >= 1 || Player[i][pBOPE] >= 1 || Player[i][pChoque] >= 1 || Player[i][pGEPE] >= 1)
{
SendClientMessage(i, color, string);
}
}
}
return 1;
}