Setting up vehicles

['vehicles'] = {
    plate = 'WORK',
    spawnCoord = {
        position = vec3(2309.8376, 4758.4790, 37.16), 
        heading = 256.5729, 
        radius = 3.0
    },
    list = {
        {label = 'Burrito', value = 'burrito3', sellPrice = 100} 
        -- {label = 'display name', value = model, sellPrice = price}
    }
}

Setting up your job's vehicle place will return as like this:

The garage with the given vehicle, after spawning the vehicle the plate will be edited as you configured.

Last updated

Was this helpful?