SA-MP Forums Archive
tickcount reporting low numbers? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: tickcount reporting low numbers? (/showthread.php?tid=244380)



tickcount reporting low numbers? - Austin - 27.03.2011

Hey all,

I don't know whether its something I'm doing, but my serverffs server is report 2000 milliseconds in tickcount, as if the server started 2 seconds ago, and it slowly goes up, but seems to take a long time.

Код:
Perfect = tickcount();
Any ideas what could be causing it?


Re: tickcount reporting low numbers? - Hashski - 27.03.2011

Server-Sided Lag? Script Unoptimized? Could be alot of things.


Re: tickcount reporting low numbers? - Austin - 27.03.2011

To affect tickcount to the point its reporting 2000ms?

Come on man.


Re: tickcount reporting low numbers? - Joe Staff - 27.03.2011

GetTickCount(); not tickcount();


Re: tickcount reporting low numbers? - Austin - 27.03.2011

https://sampwiki.blast.hk/wiki/Function:tickcount
https://sampwiki.blast.hk/wiki/GetTickCount

Why?


Re: tickcount reporting low numbers? - Grim_ - 27.03.2011

EDIT: -Misunderstood the question.


Re: tickcount reporting low numbers? - sciman001 - 27.03.2011

where do i put this GetTickCount() thing to see what i get for mine... gamemodeinit?


Re: tickcount reporting low numbers? - Austin - 27.03.2011

Nobody any ideas on this one?