Hey!
I´ve added some custom Police Vehicles, which im trying to add to the police Garage. So I’ve edit the config like this:
Config.AuthorizedVehicles = {
car = {
recruit = {
{model = 'police2', price = 10000},
{model = 'police3', price = 10000},
{model = 'polaventa', price = 400000},
{model = 'policet', price = 10000},
{model = '2018k9chgrbb', price = 20000},
{model = 'policeb', price = 10000}
},
When I upload this and start my Server the configuration been overwritten to the old config.
Have someone an Idea?