Qbus the admin menu for buy vechicle how would i put it to i can admin buy any vehicle
if QBCore.Shared.Vehicles[vehname] ~= nil and next(QBCore.Shared.Vehicles[vehname]) ~= nil then
TriggerServerEvent('qb-admin:server:SaveCar', props, QBCore.Shared.Vehicles[vehname], `veh`, plate)
else
QBCore.Functions.Notify('You cant store this vehicle in your garage..', 'error')
end