20.08.2012, 20:43
how to use gettime ?
my question is, how to transform this with a gettime or gettickcount, is possible ? this example uses a timerex
my question is, how to transform this with a gettime or gettickcount, is possible ? this example uses a timerex
Код:
if(example[playerid] != 0)
{
SetTimerEx("@reset", 4000, false, "d", playerid);
return 1;
}
Код:
forward @Reset(playerid);
@Reset(playerid)
{
// functions here
return 1;
}


??