Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 878 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 878 Bytes

Rental

Vehicle Rental

Allow your players to rent vehicles for Qbox servers.

💾 Dependencies

🔌 Installation

To get started with the MTC rental resource, follow these steps:

  1. Clone this repository and place the files into your designated resources folder.
  2. Rename the script file to mtc-vehiclerental.
  3. Set up the necessary inventory items.

📦 Items

Add the following to ox_inventory/data/items.lua

	["rental_papers"] = {
		label = "Rental papers",
		weight = 0,
		stack = false,
		close = true,
		description = "Rental papers for a vehicle",
		client = {
			image = "rental.png",
		}
	},

👉 Join our community

Discord