Skip to content

A vehicle rental script for QBCore or Qbox Framework, within the script we focused on usability. In our script you have the choice to make different rental locations with different vehicles. This is completely adjustable to make your server according to your own wishes.

Notifications You must be signed in to change notification settings

morethancodenl/mtc-vehiclerental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A vehicle rental script for QBCore or Qbox Framework, within the script we focused on usability. In our script you have the choice to make different rental locations with different vehicles. This is completely adjustable to make your server according to your own wishes.

Resources

Stars

Watchers

Forks

Languages