Create the SCBA Item for QBCore
1. Enable QBCore support in r_scba/config.lua
r_scba/config.luar_scba/config.luaConfig.QB = {
enabled = true
}Config.ESX = {
enabled = false
}2. Set the SCBA ItemName in the config
ItemName = 'scba'3. Create the SCBA item in QBCore inventory
If you use qb-inventory
Field meaning (quick)
4. Add the SCBA icon (image)
5. Restart and test
Last updated