Welcome, Guest. Please login or register.Did you miss your activation email?
_baseMoney = ["A3W_startingMoney", 100] call getPublicVar;
Ok, the money on spawn is added in client\functions\spawnAction.sqf around line 33 try changing thatCode: [Select]_baseMoney = ["A3W_startingMoney", 100] call getPublicVar;
if you put the "A3Wasteland_settings" folder in your server root there is a variable for it in main_config.sqf
Are you on a rented server? Anyway you should really try to get the exteral config files to work as you have all those setting ready at hand there
I'm through wombat servers and when you say server root, it would be the main file of the server yes?
Quote from: SNAKE EYES on Oct 27, 2014, 08:10 AMI'm through wombat servers and when you say server root, it would be the main file of the server yes?Are you editing the main_config.sqf or the default_config.sqf? You should edit the main_config.sqf if you have the A3Wasteland_settings folder in place. If not you should use the default_config.sqf in /server.Make sure the server is not running when editing the files. There is a write protection on them if the server is running.
Ok. Is your A3Wasteland_settings folder in de server root directory? Where the arma3server.exe is located. And are the settings saved?