SA-MP Forums Archive
Everyone is AFK? - 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: Everyone is AFK? (/showthread.php?tid=508948)



Everyone is AFK? - Affan - 24.04.2014

When I hosted the server, everyone is bugged, they all are AFK. But they can talk, they move but I can't see them move. This happens to everyone, I can't seem to find what is wrong even...

Edit: found the bug, I had return 0; onplayerupdate


Respuesta: Everyone is AFK? - Swedky - 24.04.2014

You must return 'OnPlayerUpdate' in 1, for that the synchronization of the players continue.


Re: Everyone is AFK? - Abagail - 24.04.2014

This has happened to me before due to a very small typo. The fix is as simple as just returning one on OnPlayerUpdate.