Features
- Fully Customizable — Define rental locations, available vehicles, pricing tiers, rental durations, and conditions entirely through the config file.
- Multi-Framework Support — Works out of the box with QBCore, QBox, and ESX.
- Eye Target Integration — Rental NPCs and props use eye-target for natural, context-aware player interactions.
- Notification Support — Integrates with all major notify scripts for clean rental confirmation and warning messages.
- Inventory Compatibility — Works with ox_inventory, qb-inventory, and all major community inventory systems.
- Key System Integration — Hands vehicle keys to the renting player using your server’s configured key script.
Installation
1
Install Dependencies
Download and install the following dependencies before adding the script to your server:
- oxmysql v2.12.0
- ox_lib v3.30.6
crux_lib— included in your script download.
2
Configure the Script
Open
config/config.lua and set up your rental locations, vehicle lists, pricing, rental time limits, and NPC spawn positions.3
Add Items to Your Inventory
Open the
install folder and add all required items and images to your inventory system.- qb-inventory — Copy items into
qb-core/shared/items.luaand images intoqb-inventory/html/images. - ox_inventory — Copy items into
ox_inventory/data/items.luaand images intoox_inventory/web/images. - qs-inventory — Copy items into
qs-inventory/and images intoqs-inventory/html/images. - tgiann-inventory — Copy items into
qb-core/shared/items.luaand images intoqb-inventory/html/images.
README inside the script for the full item list formatted for each inventory system.4
Ensure Resources
Add the following lines to your
server.cfg:Livery Vehicle Installation
The script supports custom livery delivery vehicles. Install them separately using the steps below.Vapid Speedo Express
1
Download from GTA5-Mods
Download the Vapid Speedo Express [Add-On | Liveries | Legacy | Enhanced] from GTA5-Mods.com.
2
Replace the YTD File
After installing the base vehicle, replace the YTD file with the livery version included in the script’s
install folder.Benefactor Imperial
1
Download from GTA5-Mods
Download the Benefactor Imperial [Add-On | Tuning | Liveries | LODs] from GTA5-Mods.com.
2
Replace the YFT File
After installing the base vehicle, replace the YFT file with the livery version included in the script’s
install folder.Integrations
Advanced Rental Script supports the same wide integration ecosystem as all Crux Studio Advanced Series scripts.
For the complete compatibility table covering all supported eye target, notify, and inventory scripts, see the UWU Cat Café V2 Integrations page — Advanced Rental Script shares the same integration coverage.