From 94ff01d89d5435dc6868ff2ec64df1d722794561 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 29 Jun 2025 04:47:19 +0200 Subject: [PATCH] Update functions.lua --- resources/[carscripts]/mt_dealerships/client/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[carscripts]/mt_dealerships/client/functions.lua b/resources/[carscripts]/mt_dealerships/client/functions.lua index 8b0ceb823..6027a91d0 100644 --- a/resources/[carscripts]/mt_dealerships/client/functions.lua +++ b/resources/[carscripts]/mt_dealerships/client/functions.lua @@ -96,7 +96,7 @@ spawnVehicle = function(model, coords, plate) SetVehicleNeedsToBeHotwired(veh, false) SetVehRadioStation(veh, 'OFF') SetVehicleFuelLevel(veh, 100.0) - SetVehicleNumberPlateText(veh, plate or 'PDM') + SetVehicleNumberPlateText(veh, plate or 'DEALER') SetModelAsNoLongerNeeded(model) local plate = Config.framework == 'qbx' and qbx.getVehiclePlate(veh) or GetVehicleNumberPlateText(veh) if Config.keys == 'qs-vehiclekeys' then