18.10.2009, 08:05
I dont know why, but PlayCrimeReportForPlayer is not working - both ID 0 and me hear nothing. Whats the problem?
// --- PlayCrimeReportForPlayerTest----------------
if(!strcmp(cmdtext,"/suspect"))
{
PlayCrimeReportForPlayer(playerid,0,3);
SendClientMessage(playerid,0xFFFFFFFF,"ID 0 is now a suspect.");
return 1;
}