Bug? PlayCrimeReportForPlayer
#5

Quote:
Originally Posted by AlecRae
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);
  }
}
I don't think so..

P = Cop Faction
You report on a cop?


PlayCrimeReportForPlayer(p, p, 3);








Sorry if I am wrong.

Reply


Messages In This Thread
Bug? PlayCrimeReportForPlayer - by Alec24 - 06.09.2009, 11:51
Re: Bug? PlayCrimeReportForPlayer - by MenaceX^ - 06.09.2009, 12:05
Re: Bug? PlayCrimeReportForPlayer - by Kalcor - 06.09.2009, 12:06
Re: Bug? PlayCrimeReportForPlayer - by Alec24 - 06.09.2009, 12:34
Re: Bug? PlayCrimeReportForPlayer - by _Ben_[Fux-c.co.il RP] - 06.09.2009, 12:42
Re: Bug? PlayCrimeReportForPlayer - by Kalcor - 06.09.2009, 12:43
Re: Bug? PlayCrimeReportForPlayer - by _Ben_[Fux-c.co.il RP] - 06.09.2009, 12:46
Re: Bug? PlayCrimeReportForPlayer - by Alec24 - 06.09.2009, 12:58
Re: Bug? PlayCrimeReportForPlayer - by _Ben_[Fux-c.co.il RP] - 06.09.2009, 13:00
Re: Bug? PlayCrimeReportForPlayer - by dugi - 06.09.2009, 13:00

Forum Jump:


Users browsing this thread: 6 Guest(s)