06.09.2009, 12:34
Ok, so how do I make it so it will only send it to the cop, not the suspect? Will this work:
Код:
for(new p = 0; p < MAX_PLAYERS; p++) { if(IsPlayerConnected(p) && Logged[p] && Faction[p] == FACTION_COP) { SendClientMessage(p,COLOUR_BLUE,string); PlayCrimeReportForPlayer(p, p, 3); } }