⬇️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-laundromat 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-laundromat-coins']      = { name = 'zf-laundromat-coins', label = 'Coins', weight = 75, type = 'item', image = 'zf-laundromat-coins.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = 'A Nice gold Coin'},
['zf-chipper-zero']          = { name = 'zf-chipper-zero', label = 'Chipper Zero', weight = 1000, type = 'item', image = 'zf-chipper-zero.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = 'A weird USB key' },

OX Inventory

['zf-laundromat-coins'] = {
    label = 'Coins',
    weight = 10,
    stack = true,
},
['zf-chipper-zero'] = {
    label = 'Chipper Zero',
    weight = 600,
    stack = false,
},

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

Last updated