SA-MP Forums Archive
Players do not move..? - 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: Players do not move..? (/showthread.php?tid=465793)



Players do not move..? - aznpro12345 - 24.09.2013

I've looked up this problem way too much now and it's getting annoying as I cannot fix it.

No one moves when they are actually moving. Players only move when inside of a vehicle.

Any way I can fix this? I already added the OnPlayerUpdate Return 1; thing


Re: Players do not move..? - Konstantinos - 24.09.2013

This problem appears when OnPlayerUpdate returns 0 and desync the players. Make sure that none of your filterscripts/includes does not return 0 if your gamemode returns 1.


Re: Players do not move..? - aznpro12345 - 25.09.2013

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
This problem appears when OnPlayerUpdate returns 0 and desync the players. Make sure that none of your filterscripts/includes does not return 0 if your gamemode returns 1.
Thanks, I'm going to check all my filterscripts right now.