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:

Last updated
Was this helpful?