Now you can configure more than one vehicle depart position. It will be choosed randomly (like Delivery positions). General operation and configs follows the same pattern. Note that all Vehicles in config example have the same depart position (old spawn position), Payment and Cars be the same too (old Delivery conf).
[client/main.lua]
Adapted to new config
Some identation corrections
Add config variable for some fixed values
[config.lua]
Added Config.Vehicles
Payment and Cars moved to Vehicle conf (from Delivery conf)
Renamed some variables for better understanding
Deleted conf variable 'Type' from Conf.Deliveries (never used). Now is in general conf, and USED
Now you can configure more than one vehicle depart position. It will be choosed randomly (like Delivery positions). General operation and configs follows the same pattern. Note that all Vehicles in config example have the same depart position (old spawn position), Payment and Cars be the same too (old Delivery conf).
[client/main.lua]
[config.lua]