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 categories

On the top of the config file you will see the examples where you can create as many categories as you want, to your liking.

Config.Categories = { -- ['categoryID'] = 'Category Label'
    ['compacts'] = 'Compacts',
    ['coupes'] = 'Coupes',
    ['sedans'] = 'Sedans',
    ['sports'] = 'Sports',
    ['sportsclassic'] = 'Sport Classic',
    ['super'] = 'Super',
    ['muscle'] = 'Muscle',
    ['offroad'] = 'Off Road',
    ['suv'] = 'SUV',
    ['vans'] = 'Vans',
    ['motorcycles'] = 'Motorcycles'
}
PreviousSetting up the configNextSetting up the client side handlers and functions

Last updated 1 year ago

Was this helpful?

🚙