KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mr-carbomb
★ 15
Open GitHub ↗
CarBomb script for QBCore
Download README (.md)
Explore Similar Repositories
cisco-uc-get-cert
:
Python script to create tomcat certificate on Cisco UC Products
nix-dropper-bundle
:
Bundlers to drop software onto systems, for good or bad intent
bookMyShowJuly2022
:
No description available.
premis-generator
:
A Python utility for creating PREMIS records from a CSV file
StateMask
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mr-carbomb
?
Download (.md)
## MR-CarBomb ## Features - Easy to use config - Plant a bomb in cars - Bombs can be disable by the police ## Dependencies - [qb-core](https://github.com/qbcore-framework/qb-core) - [qb-target](https://github.com/BerkieBb/qb-target) - [qb-menu](https://github.com/qbcore-framework/qb-menu) - [PolyZone](https://github.com/mkafrin/PolyZone) ## Installation Add the item to your **qb-core/shared/item.lua** ``` ['carbomb'] = {['name'] = 'carbomb', ['label'] = 'BOMB', ['weight'] = 500, ['type'] = 'item', ['image'] = 'carbomb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ['bomb_controler'] = {['name'] = 'bomb_controler', ['label'] = 'CONTROLER', ['weight'] = 500, ['type'] = 'item', ['image'] = 'bomb_controler.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''}, ``` For move the images from images folder to your inventory folder **qb-inventory/html/images** ## Preview - [Youtube](https://youtu.be/Up3c2moRw10) ## Discord - [Join Discord](https://discord.gg/XpdWyyT4Nm)