SA-MP Forums Archive
See other players bug in my server! - 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: See other players bug in my server! (/showthread.php?tid=573683)



See other players bug in my server! - xHanks - 09.05.2015

Hi, i was editing my own gamemode made by 0. Now all the people see like in the photo to other players



What can be the problem?


Re: See other players bug in my server! - Konstantinos - 09.05.2015

@xHanks:

Two possible reasons:
- Returning 0 in OnPlayerUpdate will NOT sync the players to the rest of the players (staying immovable with hourglass above their head) - most likely your case.
- Calling repeating timers in OnPlayerUpdate (believe me, I've seen that before).