08.03.2009, 17:07
ID 0 can't arrest or can't give ticket.
Is it correct?
pawn Код:
EnviarMensajeAPacos(color,const string[])
{
for(new i = 0; i <= MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) == 1)
{
if (gTeam[i] == PACOS)
{
SendClientMessage(i, color, string);
}
}
}
return 1;
}
