💻Installation

Dependencies

QBCore

You will need the latest version of qb-core.

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

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

Installing the resource

  • Make sure you have the dependencies listed above installed.

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

  • Add item to shared items.lua

      ['washmachine'] 			 	 = {['name'] = 'washmachine', 				    ['label'] = 'washing machine', 		        ['weight'] = 10, 		['type'] = 'item', 		['image'] = 'washmachine.png', 		    ['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},  
  • Add the washmachine.sql into your database.

  • Ensure zat-washmachine on the server.cfg.

Last updated