tally-4Config Settings

Inf Garage Configurations

Base Settings

Framework Configuration

Here you can change the base system to esx or qbcore

Config.Framework = "esx" -- options : esx, qbcore

Compatibility Options

Here you can change as your additional script use. But all can self configuration on folder /modules/**

Config.compatibility = {-- all script in directory modules/... can adjust as you need
    -- [Fuel script Compatibility] 
    ["fuel"] = "cdn-fuel", -- options : cdn-fuel | LegacyFuel | standalone 
    -- [Keys script Compatibility]
    ["keys"] = "qb-vehiclekeys", -- options : qb-vehiclekeys | standalone
    -- [Interaction script Compatibility]
    ["interaction"] = "infinite", -- options : ox_lib | standalone | infinite ( "infinite" will use interaction in this resource )
    -- [Notification script Compatibility]
    ["notification"] = "infinite", -- options : ox_lib | standalone | infinite ( "infinite" will use notification in this resource )
    -- [Deformation script compatibility]
    ["deformation"] = "kiminaze", -- options dependency :  kimikaze (https://github.com/Kiminaze/VehicleDeformation)
    -- [Vehicle persistent script compatibility]
    ["persistent"] = "standalone", -- options : standalone ( need configuration on modules/persistent/sh_shared.lua )
}

General Options

Some options you can choose as you needed.

Restriction Access Garages

Here you can enable or disable the restriction for spesified garage.

Garage Type Configuration

Here you can change config name of garage type and blips.

General Garage Config

This is sample for garage config.

Last updated