💻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

      ["zat-rentalpaper"] 					= {["name"] = "zat-rentalpaper", 						["label"] = "Rental Paper", 					["created"] = nil, 	["decay"] = 999.0,	['weight'] =  50, 		["type"] = "item", 		["image"] = "zat-rentalpaper.png", 			["unique"] = true, 				["useable"] = true, 	["shouldClose"] = true, 	   ["combinable"] = nil,  ["description"] = ""},
    
  • Ensure zat-carrental on the server.cfg.

Last updated