Jump to content

setServerConfigSetting not working


MIKI785

Recommended Posts

Posted

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?

Posted

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

Posted

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

  • MTA Team
Posted

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

Posted
Basically, the sync settings are available from the latest 1.3 version/nightly.

Then why there is not some note on the wiki? :roll: Thanks anyway.

Posted
Basically, the sync settings are available from the latest 1.3 version/nightly.

Then why there is not some note on the wiki? :roll: Thanks anyway.

np, and I'm not sure,

anyways, Did you got your Problem fixed?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...