Allow your players to rent vehicles for Qbox servers.
To get started with the MTC rental resource, follow these steps:
- Clone this repository and place the files into your designated resources folder.
- Rename the script file to
mtc-vehiclerental
. - Set up the necessary inventory 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",
}
},