07.06.2009, 13:27
Chances are you have some code executing OnPlayerUpdate causing your server to lag (extremely) or you have to many timers going off at the same time, you also mention that you are adding objects, what streamer do you use as they are all not the same and some perform WAY BETTER than others.
[EDIT] Didn't you post this a while back saying you were using an edited Godfather script? or am I thinking of someone else? If that was you I posted the likely solution to your problem, change the OnPlayerUpdate on the Godfather to something like OnPlayerStatsUpdate. If that wasn't you please provide more info, as the reason this is happening is your script is creating a HUGE lag spike causing the players to never get in sync....
[EDIT2] P.s I know this from experience as some code I gotten of the forums here used OnPlayerUpdate to execute, when I had the same effect you describe, I took the code out and all was back to normal.
[EDIT] Didn't you post this a while back saying you were using an edited Godfather script? or am I thinking of someone else? If that was you I posted the likely solution to your problem, change the OnPlayerUpdate on the Godfather to something like OnPlayerStatsUpdate. If that wasn't you please provide more info, as the reason this is happening is your script is creating a HUGE lag spike causing the players to never get in sync....
[EDIT2] P.s I know this from experience as some code I gotten of the forums here used OnPlayerUpdate to execute, when I had the same effect you describe, I took the code out and all was back to normal.

