Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
try and find SetPlayerColor in the /suspect cmd and remove it,
Posts: 25
Threads: 13
Joined: Jul 2011
Reputation:
0
No luck in the Setplayercolor
but i found this SetPlayerCriminalEx(giveplayerid,playerid, result);
Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
can you please give the function for that.
Posts: 25
Threads: 13
Joined: Jul 2011
Reputation:
0
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: (/su)spect [playerid/PartOfName] [crime text]");
return 1;
}
if(IsACop(giveplayerid))
{
if(PlayerInfo[playerid][pRank] >= 6)
{
if(WantedPoints[giveplayerid] == 0) { WantedPoints[giveplayerid] = 6; }
else { WantedPoints[giveplayerid]+= 2; }
SetPlayerCriminalEx(giveplayerid,playerid, result)
Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
No i mean the code for SetPlayerCriminalEx, cause obv that is not a regular function.
Posts: 511
Threads: 122
Joined: Jan 2013