SolosV1 / solos-rentals

Vehicle Rental Script for OX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solos

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

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

Vehicle Rental

  • 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

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!

About

Vehicle Rental Script for OX


Languages

Language:Lua 100.0%