i tried using the Settings Lib to load some configs on server start but ran into an issue which is preventing me from properly using the lib...
Mode Script:
Code: Select all
***StartServer***
***
MyScript::Load();
***
Code: Select all
#Include "Libs/Nadeo/Settings.Script.txt" as Settings
Void Load() {
Settings::Load();
declare Loaded = Settings::LoadFromUrl("url.com");
}
it says the following for line 81:
it seems like it's caused by the fact that my game mode is including a script which is including the settings libVariable G_LibSettings_SettingsRequest has been undefined since its declaration
when i include the settings lib directly in the game mode script it's working fine
a fix would be awesome

regards
steff