Wanted Level Not Lowering
#2

Hello!

You have to work with a timer.
Take this or anything else:
PHP код:
SetTimerEx("OnPlayerWantedTimer",60000*3,1,"i",playerid);//This have to be where the players connect
forward OnPlayerWantedTimer(playerid);
public 
OnPlayerWantedTimer(playerid)
{
    if(
GetPlayerWantedLevel(playerid) > 0)SetPlayerWantedLevel(playerid,GetPlayerWantedLevel(playerid)-1);
    return 
1;

SetTimerEx have to be there where the players connect.

(Sorry for my bad English!)

- Mencent
Reply


Messages In This Thread
Wanted Level Not Lowering - by MaxJohnson - 19.07.2015, 17:26
AW: Wanted Level Not Lowering - by Mencent - 19.07.2015, 17:42
Re: Wanted Level Not Lowering - by Mariciuc223 - 19.07.2015, 17:43
AW: Wanted Level Not Lowering - by Mencent - 19.07.2015, 17:47
Re: Wanted Level Not Lowering - by Mariciuc223 - 19.07.2015, 17:57
Re: AW: Wanted Level Not Lowering - by MaxJohnson - 20.07.2015, 06:52
Re: Wanted Level Not Lowering - by Mariciuc223 - 20.07.2015, 06:55
Re: Wanted Level Not Lowering - by MaxJohnson - 20.07.2015, 06:58
Re: Wanted Level Not Lowering - by 1nspire - 20.07.2015, 07:08
AW: Re: AW: Wanted Level Not Lowering - by Mencent - 20.07.2015, 11:28

Forum Jump:


Users browsing this thread: 1 Guest(s)