Posts: 46
Threads: 13
Joined: Mar 2013
Reputation:
0
Do anyone know how to increase the stream rate... i'm using incognitos streamer...
Posts: 248
Threads: 23
Joined: Mar 2013
Reputation:
0
You can increase it through the server.cfg
Posts: 889
Threads: 4
Joined: Mar 2013
Reputation:
0
It's not. You would have to check streamer.inc, however i can recommend using the default values.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
native Streamer_TickRate(rate);
I believe this is set to 50 by default.
NOTE: tick is NOT milliseconds!
Posts: 46
Threads: 13
Joined: Mar 2013
Reputation:
0
so it must be
OnGamemodeint();
{
Streamer_TickRate(rate);
CreateDynamicObject():
}