16.08.2015, 14:10
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)
Thanks
Код:
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; }