SA-MP Forums Archive
Lag on my SERVER, players don't move and keeps on pause - 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: Lag on my SERVER, players don't move and keeps on pause (/showthread.php?tid=509888)



Lag on my SERVER, players don't move and keeps on pause - spykidz01 - 28.04.2014

i have this problem i dont know why!? i have screenshots showing that a player can really move in my server, but he is shown pausing! what kind of errro/problem i have ?? on some pics see he is shooting me, but he is on paused, i do believe its in my server problem or gamemode not on my internet.. but how? how this happen? this is impossible because i compile all things that needs to compile and all are no errors.. please help!











Re: Lag on my SERVER, players don't move and keeps on pause - Konstantinos - 28.04.2014

Returning 0 in OnPlayerUpdate callback will desync the players like in the picture (with the hourglass above their head even if they move at their screen).


Re: Lag on my SERVER, players don't move and keeps on pause - spykidz01 - 29.04.2014

ok bro im gonna try!


Re: Lag on my SERVER, players don't move and keeps on pause - Rockyyy - 29.04.2014

return 1 in "onplayerupdate" and it will be fixed.