SolosV1 / solos-rentals

Vehicle Rental Script for OX
15 stars 8 forks source link

solos

Other FiveM Resources | https://solos.tebex.io/

Join Discord for support | https://discord.gg/UNbCJUrncS

Vehicle Rental

Compatibility

Requires: ox_lib | ox_inventory

Frameworks: QB | ESX

Targets: qb-target | ox_target

Preview

https://youtu.be/NMyKnpPYqCA

Gallery

FiveM_b2699_GTAProcess_lVuAgry0md FiveM_b2699_GTAProcess_ZU03FpehGK FiveM_b2699_GTAProcess_RixfU7t61q

Installation:

  1. add solos-rentals-main to your resources folder | Make sure folder is UNZIPPED!

  2. ensure solos-rentals in server.cfg if necessary

  3. 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",
    },
},
  1. Restart server

  2. Enjoy!