Page cover

πŸ’»Installation

Dependencies :

ES EXTENDED

You will need the latest version of esx_core

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

INTERACT OR TARGET

You will need the latest version of Interact or qb-target

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

XSOUND

You will need the latest version of xsound

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.


Inventories :

QB INVENTORY

Add the items below to the qb-core/shared/items.lua

   laundromatusb                = { name = 'laundromatusb',      label = 'USB',               weight = 100,       type = 'item',      image = 'laundromatusb.png',                                      unique = false, useable = true,     shouldClose = true,    combinable = nil,   description = 'USB...' },
   goldcoin                     = { name = 'goldcoin',           label = 'Coins',             weight = 100,       type = 'item',      image = 'goldcoin.png',                                           unique = false, useable = true,     shouldClose = true,    combinable = nil,   description = 'Coins...' },
QS INVENTORY

Add the items below into your qs-inventory/shared/items.lua

OX INVENTORY

Add the items below into your ox-inventory/data/items.lua


Dialog :

ZAT DIALOG

Add the code below to zat-dialog/shared/config.lua

Doorlock:

QB DOORLOCK

copy laundromat.lua doorlock file and paste it in qb-doorlock/configs

OX DOORLOCK

Just import the ox_doorlock.sql into your Database.

ENSURE RESOURCES

Last updated