|Preview|
Click here for a preview
|Config| !! MAKE SURE TO READ THE INSTALLATION GUIDE BEFORE PURCHASE !!
Click here to see the config
|Information|
The gun van is spawned at a random location at night. You can add as much weapons/items/etc. as you want.
If you are using QBCORE add this in your qb-core/shared/items.lua:
['fx_trapphone'] = {['name'] = 'fx_trapphone', ['label'] = 'Trap Phone', ['weight'] = 0, ['type'] = 'item', ['image'] = 'fx_trapphone.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Trap Phone'},
If you are using ESX add this to your database:
INSERT INTO items (name, label) VALUES
(‘fx_trapphone’,‘Trap Phone’)
;