Azakit Development
CtrlK
  • Welcome to Azakit Development Documentation
  • Overview
    • 🛒Tebex Shop
      • Tebex Shop URL
    • 🌐GitHub
      • GitHub URL
    • Discord
      • Discord URL
  • 🟪[TEBEX] Scripts Guides
    • 🎒azakit_backpacksystem
      • config.lua
    • 📀azakit_craftcoinmachine
      • config.lua
    • 🔋azakit_vendingsystem
      • config.lua
    • 🌌azakit_empsystem
      • config.lua
    • 🪂azakit_parachutesystem
      • config.lua
    • 🗄️azakit_stashdurability
      • config.lua
    • 🤏azakit_givestash
      • config.lua
  • 🟩[GITHUB] Scripts Guides
    • 💰azakit_moneywash
      • config.lua
    • 🚲azakit_pocketbikes
      • config.lua
    • 🐮azakit_cowmilking
      • config.lua
    • 🐔azakit_heneggcollecting
      • config.lua
    • 🏃‍♂️azakit_automove
      • config.lua
    • 🔑azakit_vehiclekey
      • config.lua
    • 🚚azakit_delivery
      • config.lua
    • 🔧azakit_scrapaircon
      • config.lua
    • ➡️azakit_startnpc
      • config.lua
  • 📚General Guides
    • 🛠️Common Errors
Powered by GitBook
On this page
  1. 🟩[GITHUB] Scripts Guides
  2. 🚲azakit_pocketbikes

config.lua

Full View

Config = {}

-- Choose which framework you want to use
Config.Framework = 'esx' -- 'esx' or 'qbcore' (and fxmanifest.lua)

-- Bicycle types
Config.Bikes = { 
    "bmx", 
    "cruiser", 
    "fixter", 
    "scorcher", 
    "tribike", 
    "tribike2", 
    "tribike3"
}
Previousazakit_pocketbikesNextazakit_cowmilking

Last updated 7 months ago