SN-Taser
- 1.
- 2.Unzip the file and drag the resource anywhere inside your server files
- 3.Head to the Config.lua fill out to your liking
QBCore
ESX
Add:
['taser_cartridge'] = {['name'] = 'taser_cartridge', ['label'] = 'Taser Cartridge', ['weight'] = 0, ['type'] = 'item', ['image'] = 'taser_cartridge.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Taser cartridge'},
In [qb] > qb-core > shared > items.lua
To [qb] > qb-core > shared > items.lua
Make sure to run the RunMe.sql in your database to get the taser cartridge item
IF YOU HAVE ox_inventory add
allowArmed = true, under the item in item.lua You can use /taserdrag to move the UI to a diffrent location on the screeen
Last modified 5mo ago