Config file

--[[ 
	- this script needs tgiann-core script to work, you can download the script from your keymaster account
      Start tgiann-core script after es_extented/qb-core script and before tgiann-* scripts
      Adjust the tgiann-core config file according to the framework you are using
]]

config = exports["tgiann-core"]:getConfig()
config.vehicleTableName = "owned_vehicles"
config.commandActive = true
config.commandName = "vehicleoutfit"
config.commandDesc = "Changle vehicle outfit"
config.commandPerm = "user"
config.closestDistance = 3
config.progressbarTime = 5000
config.outfitLimit = 3
config.saveVehicleColor = true

config.location = {
    vector3(519.415405, 169.450546, 99.358276),
}

config.blip = {
    name = "Vehicle Outfit",
    sprite = 544,
    scale = 1.0,
    color = 0,
}

config.lang = {
    outfitMenu = "Vehicle Outfit Menu",
    inVehicleError = "You cannot do this in the vehicle",
    noVehicle = "No vehicles nearby",
    noYourCar = "It's not your car",
    menuHeader = "Vehicle Outfit Menu",
    outfitSaved = "Outfit saved",
    outfitDeleted = "Outfit deleted",
    saveVehicleOutfit = "Save Vehicle Outfit",
    setVehicleOutfit = "Set Vehicle Outfit",
    deleteVehicleOutfit = "Delete Vehicle Outfit",
    noVehicleOutfit = "No Vehicle Outfit",
    changingOutfits = "Changing Outfits",
    outfitLimitError = "You can't save more outfits",
    inZoneError = "You cannot use this command here"
}

Last updated