Other FiveM Resources | https://solos.tebex.io/
Join Discord for support | https://discord.gg/UNbCJUrncS
- Customize vehicle and pricing options
- Add as many locations as you'd like (Each location can have different vehicles)
- Players receive rental papers with meta data displaying renter's name, vehicle, and licence plate
Requires: ox_lib | ox_inventory
Frameworks: QB | ESX
Targets: qb-target | ox_target
-
add
solos-rentals-main
to your resources folder | Make sure folder is UNZIPPED! -
ensure solos-rentals
in server.cfg if necessary -
Add
Rental Papers
item to inventory:
Add rentalpapers.png to /ox_inventory/web/images/
In /ox_inventory > /data > items.lua add the following:
['rentalpapers'] = {
label = "Rental Papers",
weight = 0,
stack = false,
close = false,
description = "Rental Papers",
client = {
image = "rentalpapers.png",
},
},
-
Restart server
-
Enjoy!