payday didn't work ...
#1

Hi.I have a problem with payday code now...I think i didn't have mistakes on the code but it doesn't work...Let's explain what code need to do:When the time is xx:00 who player is online to get +3 Exp.This is code:

pawn Код:
forward PayDay();
public PayDay()
{
    new hh, mm, ss;
    gettime( hh, mm, ss );
    if(mm == 00)
    {
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            PlayerInfo[i][Exp] += 3;
        }
    }
    return 1;
}
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: 3 Guest(s)