Help with payday system from raven gm
#4

Under OnGameModeInit

Код:
SetTimer("pointsday", 900000, 1);
And at the end

pawn Код:
forward pointsday();
public pointsday()
{
    for(new i=0; i<=MAX_PLAYERS; i++)
    {
        GivePlayerMoney(i, 1000);
        PlayerInfo[i][pExp] = PlayerInfo[i][pExp]+1;
        GameTextForAll("It's Point's Day", 1000, 1);
    }
}
Reply


Messages In This Thread
Help with payday system from raven gm - by king4you - 11.02.2011, 19:24
Re: Help with payday system from raven gm - by Medal Of Honor team - 11.02.2011, 19:35
Re: Help with payday system from raven gm - by king4you - 11.02.2011, 19:37
Re: Help with payday system from raven gm - by Medal Of Honor team - 11.02.2011, 19:44
Re: Help with payday system from raven gm - by king4you - 11.02.2011, 19:50
Re: Help with payday system from raven gm - by iGetty - 11.02.2011, 23:02

Forum Jump:


Users browsing this thread: 2 Guest(s)