payday didn't work ...
#4

pawn Код:
forward PayDay();
public PayDay()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        PlayerInfo[i][Exp] += 3;
    }
    return 1;
}
Try this since it will do it every 60 minutes of the player logged in time

The way you did it, you did add the timer, ok, but if the timer ends when the time isnt xx:00 it will not give a payday
Reply


Messages In This Thread
payday didn't work ... - by MrTinder - 03.04.2013, 18:50
Re: payday didn't work ... - by L.Hudson - 03.04.2013, 19:01
Re: payday didn't work ... - by MrTinder - 03.04.2013, 19:04
Re: payday didn't work ... - by L.Hudson - 03.04.2013, 19:08
Re: payday didn't work ... - by MrTinder - 03.04.2013, 19:10
Re: payday didn't work ... - by L.Hudson - 03.04.2013, 19:14
Re: payday didn't work ... - by MrTinder - 03.04.2013, 19:15
Re: payday didn't work ... - by HurtLocker - 03.04.2013, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)