Values:'top-left', 'top-center', 'bottom-right', etc.
TestDriveTime
Sets the duration of test drives in seconds.
Value:35 (in seconds).
Currency
Sets the currency symbol used throughout the shop.
Values:'USD', 'EUR', 'GBP', etc.
DebugMessage
Enables or disables debug prints in the console.
Values:true or false.
Finance.Command
The chat command for players to check their vehicle financing status.
Value:'vfinance'.
Client.SetUI
A client-side function to manage UI visibility (e.g., hide the HUD) when the shop is open.
Client.GiveKeys
A client-side function that handles giving vehicle keys to a player after a purchase or for a test drive. Configure this to match your server's key system.
SetUI = function(value) -- true: hide, false: show
if GetResourceState('uz_PureHud') == 'started' then
exports['uz_PureHud']:SetHudVisibility(value)
end
end,
GiveKeys = function(plate, vehicle, type) -- type: 'buy' or 'testdrive'
if GetResourceState('qb-vehiclekeys') == 'started' then
TriggerEvent("vehiclekeys:client:SetOwner", plate)
end
end
PlateFormat = '1AA111AA'
name = 'Premium Deluxe Motorsport',
categories = {'sports', 'super', 'muscle'},
job = 'cardealer', -- Optional: Restricts dealership access to specific job