SA-MP Forums Archive
synchronizing problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: synchronizing problem (/showthread.php?tid=68500)



synchronizing problem - BeBest - 10.03.2009

Hey there..


Recently I found that scripts which I write make my server become not synchronizing.
While the scripts ON, every player see himself only and other players can be just near to him, but he doesn't see them.

But!
When I unload these scripts - the server automaticaly become synchronizing again.

explanation:

Script - ON >> Players next to each other, but don't know/see this.

[unloadfs script]

Script - OFF >> Everything become well.

[loadfs script]

no synchronization

....



Just one command [unload/load] make all the difference!!! :O


What I don't understand is - my scripts don't/shouldn't control players' synchronization or client's side...
I programm my script as always...


Do you have any idea


Re: synchronizing problem - Mikep - 10.03.2009

Returning 0 in OnPlayerUpdate disables sync.

https://sampwiki.blast.hk/wiki/OnPlayerUpdate


Re: synchronizing problem - BeBest - 10.03.2009

Thanks for fast replay

I will check this and tell if it works