[DESCRIPTION]
Bravo team have intel on a terrorist attack in the FIB Building, gear up and get together your swat team to clear the building and defuse the bomb.
Dependencies :
QBCore Framework - GitHub - qbcore-framework/qb-core: FiveM RP Framework Core 💪
qb-target - GitHub - qbcore-framework/qb-target: A better interaction system for FiveM (Only needed if not using draw text)
memorygame_2 minigame-GitHub - Nathan-FiveM/memorygame_2: 5x5 Memory Game
Install:
-add folder [six-bombsquad] to resources folder
-
copy and paste all items given into your [qbcore>shared>items] and place images into your [qb-inventory>html>images]
[‘bomb’] = {[‘name’] = ‘bomb’, [‘label’] = ‘Bomb’, [‘weight’] = 500, [‘type’] = ‘item’, [‘image’] = ‘bomb.png’, [‘unique’] = true, [‘useable’] = true, [‘shouldClose’] = true, [‘combinable’] = nil, [‘description’] = ‘tick, tick, boom!’},
[‘defuser’] = {[‘name’] = ‘defuser’, [‘label’] = ‘Bomb Defuser’, [‘weight’] = 200, [‘type’] = ‘item’, [‘image’] = ‘defuser.png’, [‘unique’] = true, [‘useable’] = false, [‘shouldClose’] = false, [‘combinable’] = nil, [‘description’] = ‘military bomb defuser’},
[‘defused-circuit’] = {[‘name’] = ‘defused-circuit’, [‘label’] = ‘Defused Circuit’, [‘weight’] = 500, [‘type’] = ‘item’, [‘image’] = ‘defused-circuit.png’, [‘unique’] = true, [‘useable’] = false, [‘shouldClose’] = false, [‘combinable’] = nil, [‘description’] = ‘defused bomb circuit’},
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 182 |
Requirements | QBCore |
Support | Yes |