Milestone System
#2

Hmm yup, just Check OnPlayerUpdate, if cash reaches 10k, he takes some score
E.X:
PHP код:
public OnPlayerUpdate(playerid)
{
    if(
GetPlayerMoney(playerid) >= 10000)
    {
        
SetPlayerScore(playerid,15);
    }
    return 
1;

Just an example, wrote in forums
Reply


Messages In This Thread
Milestone System - by VirtasVarsketis - 14.09.2015, 19:50
Re: Milestone System - by karemmahmed22 - 14.09.2015, 19:56
Re: Milestone System - by VirtasVarsketis - 14.09.2015, 19:58
Re: Milestone System - by Roberto80 - 14.09.2015, 20:44
Re: Milestone System - by VirtasVarsketis - 14.09.2015, 20:56
Re: Milestone System - by VirtasVarsketis - 14.09.2015, 20:59
Re : Milestone System - by KillerDVX - 14.09.2015, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)