Time between OnPlayerUpdate - 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)
+--- Thread: Time between OnPlayerUpdate (
/showthread.php?tid=302743)
Time between OnPlayerUpdate -
>>R15KY<< - 10.12.2011
What is time between two OnPlayerUpdate check?
THX..
Re: Time between OnPlayerUpdate -
Calgon - 10.12.2011
There isn't a set time, it depends on when the player sends a network update to the server. Typically, it happens within ~10MS, per player, IIRC. But it'll probably not be the same each time, so you're better off using a timer.
Re: Time between OnPlayerUpdate -
>>R15KY<< - 10.12.2011
thx...