⚙️Installation

Installation for SA-MoneyWash script

INSTALLATION FOR NEW QB-CORE & QB-INVENTORY / PS-INVENTORY

  • Buy script from Tebex

  • Download it from cfx → Purchased Assets

  • Open the downloaded file and configure the config.lua according to your preferences

  • Upload those files to your server

  • Create a new item in QB-core / shared / items.lua ↓ (Icon for the item you can upload into QB-Inventory / html / images)

  • 	['ticket'] 						 = {['name'] = 'ticket', 					  	  	['label'] = 'Ticket', 			['weight'] = 0, 		['type'] = 'item', 		['image'] = 'xxx.png', 			['unique'] = true, 		['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Ticket?'},
  • That's all 👏

INSTALLATION FOR OLD QB-CORE (1.2.5) AND QB-INVENTORY (V1.9.9 and BELOW), PS-INVENTORY, LJ-INVENTORY

  • Buy script from Tebex

  • Download it from cfx → Purchased Assets

  • Open the downloaded file and configure the config.lua according to your preferences

  • In config set

    InventoryCompatibility = true
  • Upload those files to your server

  • Create a new item in qb-core / shared / items.lua ↓ (Icon for the item you can upload into QB-Inventory / html / images)

  • 	['ticket'] 						 = {['name'] = 'ticket', 					  	  	['label'] = 'Ticket', 			['weight'] = 0, 		['type'] = 'item', 		['image'] = 'xxx.png', 			['unique'] = true, 		['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Ticket?'},
  • Download the script below (qb-traphouse). It's redirect for our script.

You can also download it from our GitHub

  • Replace the original with this.

Now it's done and it should work. If it doesn't work try other tips or contact us on Discord

Last updated