tickcount alternatives
#5

What's the point of having 5 seconds or 5.000 seconds?
I need exact milliseconds like tickcount provides.

I'm trying with Timers but I guess it's not working:
pawn Код:
timers[0][playerid] = SetTimerEx("Milis", 1, 1, "i", playerid);

forward Milis(playerid);
public Milis(playerid)
{
    timers[1][playerid]++;
}
It gives me always 0.
Reply


Messages In This Thread
tickcount alternatives - by hbzi - 17.06.2013, 19:41
Re: tickcount alternatives - by Sinner - 17.06.2013, 19:45
Re: tickcount alternatives - by hbzi - 17.06.2013, 19:47
Re: tickcount alternatives - by Cameryn - 17.06.2013, 20:22
Re: tickcount alternatives - by hbzi - 17.06.2013, 20:25
Re: tickcount alternatives - by Sinner - 18.06.2013, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)