Other FiveM Resources | https://solos.tebex.io/
Join Discord for support | https://discord.gg/UNbCJUrncS
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!