Vehicle Bomb System - Car Bomb System

Bannière du script aliano_carbomb

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 :

  1. 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'
    }
   }

  1. Add the carbomb & fake phone images items on your ox_inventory/web/images folder from the ox_item folder on my script
  2. Place aliano_carbomb folder in your resources directory
  3. Add ensure aliano_carbomb and aliano_carbomb to your server.cfg
  4. Ready to play

Dependencies :

My Other Releases :

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.

1 Like