⬇️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-clicklovers 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-electronic-parts'] = { name = 'zf-electronic-parts', label = 'Electronic Parts', weight = 75, type = 'item', image = 'zf-electronic-parts.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['zf-chipper-two']      = { name = 'zf-chipper-two', label = 'Chipper Two', weight = 600, type = 'item', image = 'zf-chipper-two.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},

OX Inventory

['zf-electronic-parts'] = {
    label = 'Electronic Parts',
    weight = 10,
    stack = true,
},
['zf-chipper-two'] = {
    label = 'Chipper Two',
    weight = 600,
    stack = false,
},

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

Last updated