14.08.2014, 15:54
So I have this:
But it actually gets called in 20 seconds not in 10, can someone help me?
I really need that and to make it work I'm doing this right now:
PHP код:
Timer[playerid][myzone] = SetTimerEx("TakeZone", time*1000, false, "ii", playerid, myzone);
I really need that and to make it work I'm doing this right now:
PHP код:
new time = ZoneInfo[czone][CZ_Time]/2;//I have to divide it in two so if the zone time is 20 seconds the timer will take it as 20 :(
Timer[playerid][czone] = SetTimerEx("TakeZone", time*1000, false, "ii", playerid, czone);