an issue with (SetTimer)
#1

i'm trying to change the time that the action of starting moneybag happens but i cant really understand the script (PS: this moneybag system is not mine but here are the lines that you need)

Код:
new Timer[2];

#define MoneyBagDelay(%1,%2,%3,%4) (%1*3600000)+(%2*60000)+(%3*1000)+%4
#define MB_DELAY MoneyBagDelay(0, 10, 0, 0)

public OnFilterScriptInit()
{
        Timer[1] = SetTimer("MoneyBag", MB_DELAY, true);
        return 1;
}
Thanks
Reply


Messages In This Thread
an issue with (SetTimer) - by YoussefHammad - 16.08.2015, 14:10
Re: an issue with (SetTimer) - by jlalt - 16.08.2015, 14:11
Re: an issue with (SetTimer) - by YoussefHammad - 16.08.2015, 14:12
Re: an issue with (SetTimer) - by Evocator - 16.08.2015, 14:32
Re: an issue with (SetTimer) - by YoussefHammad - 16.08.2015, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)