Page cover

πŸ’»Installation

Dependencies :

chevron-rightQBCorehashtag

You will need the latest version of qb-corearrow-up-right

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

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

chevron-rightINTERACT OR TARGEThashtag

You will need the latest version of Interactarrow-up-right or qb-targetarrow-up-right

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

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

chevron-rightXSOUNDhashtag

You will need the latest version of xsoundarrow-up-right

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

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


Inventories :

chevron-rightQB INVENTORYhashtag

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...' },
chevron-rightQS INVENTORYhashtag

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

chevron-rightOX INVENTORYhashtag

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


Dialog :

chevron-rightZAT DIALOGhashtag

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

Doorlock:

chevron-rightQB DOORLOCKhashtag

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

chevron-rightOX DOORLOCKhashtag

Just import the ox_doorlock.sql into your Database.

ENSURE RESOURCES

Last updated