18.10.2009, 08:17
Post your code,
this Is an example of a WORKING command to execute the function, I made It for test only.
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;
}