MIKI785 Posted August 2, 2012 Share Posted August 2, 2012 Hello, when I try to change any synchronisation values it always returns false. Access in ACL is granted... setServerConfigSetting( "player_sync_interval", "100", true ) Not working, I tried: setServerConfigSetting( "player_sync_interval", "100", true ) setServerConfigSetting( "player_sync_interval", "100", false ) setServerConfigSetting( "player_sync_interval", 100, true ) setServerConfigSetting( "player_sync_interval", 100, false ) Nothing is working... but for example FPS Limit or Bandwith Usage reduction can be changed... where is the problem? Link to comment
_Dark_ Posted August 2, 2012 Share Posted August 2, 2012 Not working, I tried: setServerConfigSetting( "player_sync_interval", "100", true ) setServerConfigSetting( "player_sync_interval", "100", false ) setServerConfigSetting( "player_sync_interval", 100, true ) setServerConfigSetting( "player_sync_interval", 100, false ) Nothing is working... but for example FPS Limit or Bandwith Usage reduction can be changed... where is the problem? Only certain settings from mtaserver.conf can be changed with this function. https://wiki.multitheftauto.com/wiki/Set ... figSetting Link to comment
MIKI785 Posted August 2, 2012 Author Share Posted August 2, 2012 Read first... this setting IS in the list... player_sync_interval 100 This parameter determines the time in milliseconds between player sync packets. Available range: 50 - 500; default value: 100 This parameter can be changed and saved while the server is running with setServerConfigSetting Link to comment
_Dark_ Posted August 2, 2012 Share Posted August 2, 2012 I didn't notice it. Sorry. Try to learn to write posts without huge font size. Link to comment
qaisjp Posted August 2, 2012 Share Posted August 2, 2012 Try to learn to write posts without huge font size. He was trying to point something out. Make sure the setting isn't too high/low and the server is set to nightly Link to comment
Jaysds1 Posted August 3, 2012 Share Posted August 3, 2012 Basically, the sync settings are available from the latest 1.3 version/nightly. Link to comment
MIKI785 Posted August 3, 2012 Author Share Posted August 3, 2012 Basically, the sync settings are available from the latest 1.3 version/nightly. Then why there is not some note on the wiki? Thanks anyway. Link to comment
Jaysds1 Posted August 3, 2012 Share Posted August 3, 2012 Basically, the sync settings are available from the latest 1.3 version/nightly. Then why there is not some note on the wiki? Thanks anyway. np, and I'm not sure, anyways, Did you got your Problem fixed? Link to comment
MIKI785 Posted August 3, 2012 Author Share Posted August 3, 2012 Nope, I didn't update the server.. so I think it won't work until I do so. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now