MIKI785 Posted August 2, 2012 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? Lua Scripter Owner of mshost.cz MTA portal.
_Dark_ Posted August 2, 2012 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 #define if while#define TRUE FALSE// problems?
MIKI785 Posted August 2, 2012 Author 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 Lua Scripter Owner of mshost.cz MTA portal.
_Dark_ Posted August 2, 2012 Posted August 2, 2012 I didn't notice it. Sorry. Try to learn to write posts without huge font size. #define if while#define TRUE FALSE// problems?
MTA Team qaisjp Posted August 2, 2012 MTA Team 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
Jaysds1 Posted August 3, 2012 Posted August 3, 2012 Basically, the sync settings are available from the latest 1.3 version/nightly. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
MIKI785 Posted August 3, 2012 Author 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. Lua Scripter Owner of mshost.cz MTA portal.
Jaysds1 Posted August 3, 2012 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? My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
MIKI785 Posted August 3, 2012 Author Posted August 3, 2012 Nope, I didn't update the server.. so I think it won't work until I do so. Lua Scripter Owner of mshost.cz MTA portal.
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