Installation Guide
Follow these simple steps to install and set up the script seamlessly. Ensure each step is completed to avoid issues during usage.
Step 1: Add Items to qb-core
['red_usb'] = {['name'] = 'red_usb', ['label'] = 'Red USB', ['weight'] = 100, ['type'] = 'item', ['image'] = 'red_usb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['green_usb'] = {['name'] = 'green_usb', ['label'] = 'Green USB', ['weight'] = 100, ['type'] = 'item', ['image'] = 'green_usb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},
['blue_usb'] = {['name'] = 'blue_usb', ['label'] = 'Blue USB', ['weight'] = 100, ['type'] = 'item', ['image'] = 'blue_usb.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = ''},Step 2: Import Item Images
Step 3: Update Metadata Table
PlayerData.metadata['gunheistrep'] = PlayerData.metadata['gunheistrep'] or 0Step 4: Configure Log Settings
Step 5: Import Minigames
Step 6: Configure the Script
💡 Pro Tip
Last updated