Creating vehicles

The vehicle list can be found at data/vehicles.lua. This is an easy and quick task, I'm sure you saw this syntax before!

['adder'] = { -- modelname
        label = 'Adder', -- display name/label
        price = 2000, -- price
        category = 'sports' -- categoryID
},

Last updated

Was this helpful?