Posts: 2,938
Threads: 162
Joined: May 2010
IDK, if the topic says it right.
But how can I disable weapon and onfoot syncing? to make the server only sync vehicles..
like change weapon_rate to -1 in server.cfg or something? (what will -1 do?)
if I stop weapon and onfoot syncing,(removing bandwidth usage) and increase vehicle rate, will it be much smoother?
Weapon_rate is the minimum time in milliseconds a client updates the server data of it. The answer of your question depends on your Server Host.
Posts: 2,938
Threads: 162
Joined: May 2010
yes I know.. I don't want the client / server to update it <.<... isn't that just wasting resources if you COMPLETELY don't need/use weapons?
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
Try to set sync time to 99999999999 or something? :P
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
I think he's saying that he doesn't ever give players weapons, so wants to disable sync for them.
Posts: 2,938
Threads: 162
Joined: May 2010
22.12.2011, 19:45
(
Последний раз редактировалось Kar; 22.12.2011 в 21:42.
)
Yea, using OnPlayerUpdate is not a good idea, because the player will never get weapons or be out of the vehicle right... (unless they hack)
so basically instead of making a anti-cheat for that, and wasting the server resources, why not just.. stop the sync?
And setting it to a large number like 99999999, wouldn't that mean the server will have to count each ms still? just wondering.. it's not a problem but I'll do it.
I'll try 0 also