⬇️Installation

  1. Download the latest release from Keymaster: https://keymaster.fivem.net/arrow-up-right

  2. Add the resource into your resources folder.

  3. Add ensure zf-snrbuns into your server.cfg.

  4. Add the items to you framework.

  5. Enjoy! πŸŽ‰

Items

circle-info

The items requirements are fully customizable. You can use your own items or these.

QBCore / QBX Core

['zf_snr_drink']    = { name = 'zf_snr_drink', label = 'Drink', weight = 75, type = 'item', image = 'zf_snr_drink.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['zf_snr_main']     = { name = 'zf_snr_main',  label = 'Main',  weight = 75, type = 'item', image = 'zf_snr_main.png',  unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['zf_snr_side']     = { name = 'zf_snr_side',  label = 'Side',  weight = 75, type = 'item', image = 'zf_snr_side.png',  unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['zf_snr_box']      = { name = 'zf_snr_box',   label = 'Box',   weight = 75, type = 'item', image = 'zf_snr_box.png',   unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},

OX Inventory

['zf_snr_drink'] = {
    label = 'Drink',
    weight = 1000,
    stack = true,
},
['zf_snr_main'] = {
    label = 'Main',
    weight = 1000,
    stack = true,
},
['zf_snr_side'] = {
    label = 'Side',
    weight = 1000,
    stack = true,
},
['zf_snr_box'] = {
    label = 'Box',
    weight = 1000,
    stack = true,
},

Images for items can be found here on Githubarrow-up-right

Last updated