How to make a decrease wanted
#10

Hello!

Try this:
PHP код:
forward Wanted(playerid);
public 
Wanted(playerid)
{
    if(
GetPlayerWantedLevel(playerid) > 0){
        
SetPlayerWantedLevel(playerid,  GetPlayerWantedLevel(playerid) - 1);
        
P_DATA[playerid][pWantedLevel] -= 1;
    }
    return 
1;

Mencent
Reply


Messages In This Thread
How to make a decrease wanted - by KiM0Ro - 20.04.2015, 14:10
Re: How to make a decrease wanted - by fuckingcruse - 20.04.2015, 14:22
Re: How to make a decrease wanted - by KiM0Ro - 20.04.2015, 14:23
Re: How to make a decrease wanted - by KiM0Ro - 20.04.2015, 14:31
Re: How to make a decrease wanted - by fuckingcruse - 20.04.2015, 14:51
Re: How to make a decrease wanted - by Sellize - 20.04.2015, 14:56
Re: How to make a decrease wanted - by KiM0Ro - 20.04.2015, 15:31
Re: How to make a decrease wanted - by Sellize - 20.04.2015, 16:28
Re: How to make a decrease wanted - by KiM0Ro - 20.04.2015, 16:49
Re: How to make a decrease wanted - by Mencent - 20.04.2015, 18:02

Forum Jump:


Users browsing this thread: 3 Guest(s)