From e8cc722112d5f78ef0c96f24522d611d1a87ae7b Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 23 Jun 2025 22:05:58 +0200 Subject: [PATCH] fixe --- resources/[carscripts]/mt_dealerships/configs/config.lua | 2 +- .../[carscripts]/mt_dealerships/dealerships/map4allpdm.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[carscripts]/mt_dealerships/configs/config.lua b/resources/[carscripts]/mt_dealerships/configs/config.lua index 13ccc1551..30fcbf92b 100644 --- a/resources/[carscripts]/mt_dealerships/configs/config.lua +++ b/resources/[carscripts]/mt_dealerships/configs/config.lua @@ -2,7 +2,7 @@ Config = Config or {} -- For more info check: https://mt-scripts-documentations.gitbook.io/mt-script-documentation/ -Config.debug = true -- if true it'll print some debug on F8/console and active all zones debug +Config.debug = false -- if true it'll print some debug on F8/console and active all zones debug 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, ... diff --git a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua index afafe1e07..f31840a94 100644 --- a/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua +++ b/resources/[carscripts]/mt_dealerships/dealerships/map4allpdm.lua @@ -19,7 +19,7 @@ Config.dealerships.cardealer = { -- Dealership ID, NEEDS TO BE THE SAME AS THE J truckSpawn = vec4(-58.46, -1072.99, 27.23, 70.0), -- Importation truck spawn coords buySpawn = vec4(-17.59, -1107.66, 26.65, 161.25), -- Vehicle buy spawn coords comissions = { buyPercentage = 50, sellComission = 10 }, -- The dealership commisions (buyPercentage is the percentage of vehicle price that the dealership will buy it and the sellComission is the comission that the employee will earn on selling vehicles to players) - blip = { enabled = true, coords = vec3(-58.01, -1097.08, 26.44), sprite = 523, color = 3, scale = 0.6, display = 4 }, -- Dealership map blip + blip = { enabled = false, coords = vec3(-58.01, -1097.08, 26.44), sprite = 523, color = 3, scale = 0.6, display = 4 }, -- Dealership map blip dashboards = { -- Dealership dashboards to import vehicles and see transations and etc { coords = vec3(-45.9, -1090.5, 26.4), radius = 0.5, includeBossMenu = true }, },