Installation
Mad Boosting App
Important Note!
Vehicle Keys Integration
qb-vehiclekeys
local boostingInfo = Entity(vehicle).state.boostingData
if boostingInfo ~= nil and ((not boostingInfo.authorizedCids and boostingInfo.ownerCid ~= QBCore.Functions.GetPlayerData().citizenid) or (boostingInfo.authorizedCids and not boostingInfo.authorizedCids[QBCore.Functions.GetPlayerData().citizenid])) then
QBCore.Functions.Notify('This vehicle is not meant for you!', 'error')
return
end
if boostingInfo ~= nil and boostingInfo.requiresAdvancedHack then
QBCore.Functions.Notify('This vehicle requires more advanced systems!', 'error')
return
endqbx_vehiclekeys
Other Vehicle Keys Scripts
How It Works
๐ฆ Inventory Items Configuration
๐น ox_inventory
๐น qb-inventory
โน๏ธ Dependacies
Last updated