PayDay System
#5

pawn Код:
//Anywhere in script but not in a callback
forward PayDay();
public PayDay()
{
    new hour, minute;
    gettime(hour, minute);
    if(minute == 0)
    {
        //Payday code here
    }
}

//GameModeInit
SetTimer("PayDay", 1000, true);
Reply


Messages In This Thread
PayDay System - by L0calNet - 15.06.2012, 08:33
Re: PayDay System - by [ABK]Antonio - 15.06.2012, 08:40
Re: PayDay System - by L0calNet - 15.06.2012, 08:47
Re: PayDay System - by L0calNet - 15.06.2012, 08:54
Re: PayDay System - by [NWA]Hannes - 15.06.2012, 10:03
Re: PayDay System - by TheArcher - 15.06.2012, 10:11
Re: PayDay System - by L0calNet - 16.06.2012, 05:17
Re: PayDay System - by L0calNet - 16.06.2012, 05:24
Re: PayDay System - by TheArcher - 16.06.2012, 08:59

Forum Jump:


Users browsing this thread: 1 Guest(s)