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