[HELP]Problem with wanted
#1

Hello all!!

I would like that if the player spray the car in Pay'N'Spray he get one less wanted level.
Can somebody help me
Reply
#2

Код:
public OnVehicleRespray(playerid, vehicleid, color1, color2)
{
	new wanted = GetPlayerWantedLevel(playerid);
	SetPlayerWantedLevel(playerid,wanted-1);
	return 1;
}
But you should have posted in script request thread
Reply
#3

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)