Posts: 15
Threads: 5
Joined: Jan 2010
Reputation:
0
Hey guys, SaiTeK here.
My server 'Galactic Stunts v5' is getting much more popular these days and I have a very big problem.
I've tried many different object streamers but none of the objects ever load in time (for all players).
For example, when people spawn at a high altitude place (aka a Sky Road) they just FALL through it and have to type the command again.
Any tips on how to make the objects load faster?
Regards,
SaiTeK (Jake).
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
Well, you could try force re-streaming (giving the command to stream, preferably for that specific player) or increase the stream rate. I'd do the 1st option.
Posts: 15
Threads: 5
Joined: Jan 2010
Reputation:
0
Okay I could try that, any suggestions on what is the best / fastest object streamer available?
I'm using RyDeR's object streamer at present.
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
At the moment, Incognito's streamer is the fastest and best around (Correct me if I'm wrong).
Posts: 15
Threads: 5
Joined: Jan 2010
Reputation:
0
Okay thanks for your help dude.
Now I gotta convert 9000+ objects to Incognito's streamer! XD
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
You could re-SetPlayerPos after he uses cmd which spawn him there, like
/race1 -
SetTimerEx("ResetPos",1500,0,"i",playerid); // 1500 adjust your time
EDIT: even with Incognito you will get this "bug", its just cant work that fast, because Incognito works with Pos change, but you change pos in less than 1mls, so stremer can't get your pos change so fast
Posts: 248
Threads: 19
Joined: Dec 2007
Reputation:
0
Ive seen this problem on other servers too, and freezing doesnt work, it is the objects down the road that appear to late and make you fall through them, and it is annoying as hell
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
There is another good/reliable way to fix the spawn problem, use 'CreateObject' instead of the streamer, just for the objects you will be spawning on it worked for me.