Spike strips for FiveM server using ox_lib and ox_target
- Sync with all player
- Animation when launch and grab spike
- Job restriction for grab
- Only burst the tire that hit the spikestrip and automatically removes the spikestrip
- Spikestrip can be broke when you remove it (Configurable)
- ESX Execute SQL request :
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('spike', 'Herse', 1, 0, 1);
- QB Insert into items.lua
{['spike'] = {['name'] = 'spike', ['label'] = 'Spike strips', ['weight'] = 7000, ['type'] = 'item', ['image'] = 'spike.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A spike Strips'}
- Add to server.cfg
ensure axio_spikes