A realistic and optimized script allowing players to plant bombs on vehicles and detonate them remotely.
Features :
- Realistic bomb planting (animation + 3D progress bar)
- Remote detonation via fake phone (styled NUI interface)
- Customizable timer (5-60 seconds)
- Works on all vehicle types (including NPC vehicles)
- Server-side controlled restrictions
Important notes :
- Bombs can be placed in specific locations on the vehicle, it’s up to you to find them.
- Bomb position stays synced with moving vehicles
- Detonator NUI automatically closes after use
- All items are removed from inventory after use
Preview video (full preview on tebex) :
Links :
Installation :
- Add the carbomb & fake phone items on your ox_inventory/data/items.lua file from the ox_item folder on my script
-- ALIANO CARBOMB --
['carbomb'] = {
label = 'Carbomb',
weight = 1000,
stack = true,
description = 'A bomb to be placed under a vehicle',
client = {
event = 'aliano_carbomb:useBomb'
}
},
['detonator'] = {
label = 'Fake Phone',
weight = 500,
stack = true,
description = 'A phone to trigger the bomb',
client = {
event = 'aliano_carbomb:useDetonator'
}
}
- Add the carbomb & fake phone images items on your ox_inventory/web/images folder from the ox_item folder on my script
- Place
aliano_carbomb
folder in yourresources
directory - Add
ensure aliano_carbomb
andaliano_carbomb
to yourserver.cfg
- Ready to play
Dependencies :
- ox_inventory (Only requirement)
My Other Releases :
Snatching NPC’s bag Script
Realistic Train Systeme Script
Realistic Container Robbery Script
Realistic drunk effects FiveM script
Attachable camera script
Stolen cars delivery system
Specificities :
Code is accessible | Partially Escrowed, config.lua available to config everything |
Subscription-based | No |
Lines (approximately) | 400 ~ |
Requirements | Ox Inventory |
Support | Yes |
See you soon! Aliano.