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"
}
Last updated