From 1a8bcb362470f71b8ef82c7e6a339a23bfcfecd9 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 23 Jun 2025 20:30:24 +0200 Subject: [PATCH] Update config.lua --- resources/[carscripts]/mt_dealerships/configs/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[carscripts]/mt_dealerships/configs/config.lua b/resources/[carscripts]/mt_dealerships/configs/config.lua index 008ab0475..30fcbf92b 100644 --- a/resources/[carscripts]/mt_dealerships/configs/config.lua +++ b/resources/[carscripts]/mt_dealerships/configs/config.lua @@ -3,17 +3,17 @@ Config = Config or {} -- For more info check: https://mt-scripts-documentations.gitbook.io/mt-script-documentation/ Config.debug = false -- if true it'll print some debug on F8/console and active all zones debug -Config.framework = 'qbx' -- qb, qbx, esx (need to change the export on the Config.core) +Config.framework = 'qb' -- qb, qbx, esx (need to change the export on the Config.core) Config.core = exports['qb-core']:GetCoreObject() -- Your core export (for qb is exports['qb-core']:GetCoreObject()) (for esx is exports.es_extended:getSharedObject()) (for qbx you can just delete this line and add '@qbx_core/modules/playerdata.lua', to the fxmanifest.lua client_scripts) Config.target = 'qb-target' -- ox_target, qb-target, interact, ... -Config.banking = 'Renewed-Banking' -- qb-banking, Renewed-Banking, (can change at server/functions.lua) ... +Config.banking = 'okokBanking' -- qb-banking, Renewed-Banking, (can change at server/functions.lua) ... Config.keys = 'sn_vehicleKey' -- qb-vehiclekeys, qbx_vehiclekeys, mk_vehiclekeys, qs-vehiclekeys Config.locale = 'en' Config.useTabletAnimation = true Config.mInsurance = { - enable = true, -- Enable use m-Insurance? + enable = false, -- Enable use m-Insurance? inventory = "qb", -- "qb" or "ox" | If you use esx leave this "ox" }