04.01.2015, 19:46
So basicly the tittle says everything. I wanted to know how i could create timer saves for these 2 timers.
Thanks in advance.
PHP код:
g_var[playerid] = 1;
SetTimerEx("CountDown",1200*1000, false, "d", playerid);
PHP код:
if(Fished[playerid] >= 5)
{
Fished[playerid] = 0;
FishTime[playerid] = 60*5;
SetTimerEx("FishingTime", 1000, false, "i", playerid);
}