Posts: 147
Threads: 44
Joined: Feb 2009
Reputation:
0
Hello, on the Wiki it says to use 'PlayCrimeReportForPlayer(playerid,INVALID_PLAYER_ID,crimeid);' so the suspect doesn't hear the radio, but when i use this, it doesnt even send it to the playerid. When I change it to 'PlayCrimeReportForPlayer(playerid,suspect,crimeid );' it works but I dont want the suspect to hear it.
Posts: 1,180
Threads: 55
Joined: Apr 2005
Reputation:
0
Well the wiki is incorrect in that case. You can't report a crime without a suspect player. The suspect never hears the radio unless you also send it to them.
Posts: 147
Threads: 44
Joined: Feb 2009
Reputation:
0
Ok, i understand this now but will PlayCrimeReportForPlayer(p,(SuspectID),3); make the suspectid hear the radio?