Qbus admin menu

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
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.