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_VEHICLESHOP
  2. Setting up the config

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
},
PreviousCreating shops

Last updated 1 year ago

Was this helpful?

🚙