Max_Coldheart
Unregistered
Have you put the stream rate or is it 0? If its 0, it wont be appearing.
Posts: 439
Threads: 55
Joined: Sep 2010
Reputation:
0
stream_distance 200.0
stream_rate 1000
Posts: 439
Threads: 55
Joined: Sep 2010
Reputation:
0
I see in Server log that it loads the streamer
but the objects still won't show.
even tho i got it included in my GameMode thats just annoying.. -.-
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Post a couple of your CreateDynamicObject lines please.
Posts: 2,863
Threads: 99
Joined: Nov 2009
Reputation:
0
Windows or linux server? If it's linux, you should do "streamer.so"
Posts: 6,129
Threads: 36
Joined: Jan 2009
I just created a small script to test your objects and they work with the code you provided:
http://pastebin.com/fqKTU5q5
Are you using the exact same version of your streamer include and streamer plugin? You might be trying to compile your gamemode with an older version of the streamer include which retained different parameters for CreateDynamicObject().
Posts: 439
Threads: 55
Joined: Sep 2010
Reputation:
0
Thanks for taking time i appreciate that alot.
i just checked and even downloaded the streamer ones again to overwrite the files
still no response from the objects tho.
i rechecked like 10 times now everything seems okay.
but yet still i wonder what it can be.