Füsti docs
DiscordGithub
  • Füsti's scripts
  • 🧟‍♂️fusti_zombie
    • Using the export
      • Setting up zone types
      • Setting up blips
      • Setting up zombies
  • 🪚fusti_jobcreator
    • Setting up the config
      • Setting up mainPlace
      • Setting up vehicles
      • Setting up actions
      • Picture of add-on vehicles
  • 🚙FUSTI_VEHICLESHOP
    • Setting up the config
      • Creating categories
      • Setting up the client side handlers and functions
      • Setting up the server side handlers and functions
      • Creating shops
      • Creating vehicles
Powered by GitBook
On this page

Was this helpful?

  1. fusti_jobcreator
  2. Setting up the config

Setting up vehicles

PreviousSetting up mainPlaceNextSetting up actions

Last updated 1 year ago

Was this helpful?

['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.