PlayCrimeReportForPlayer - not working.
#1

I dont know why, but PlayCrimeReportForPlayer is not working - both ID 0 and me hear nothing. Whats the problem?
Reply
#2

Post your code,
this Is an example of a WORKING command to execute the function, I made It for test only.
pawn Код:
// --- PlayCrimeReportForPlayerTest----------------
    if(!strcmp(cmdtext,"/suspect"))
  {
    PlayCrimeReportForPlayer(playerid,0,3);
    SendClientMessage(playerid,0xFFFFFFFF,"ID 0 is now a suspect.");
    return 1;
  }

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)