Installation

Basic installation instructions for this script

triangle-exclamation

Configure Script As Desired

Optional, but advised to go through the configuration and adjust to your likings.

Add Item to inventory

vehicle_coupon, or you can change the item name in config.lua.

ox_inventory/data/items.lua
 ['vehiclecoupon'] = {
    label = 'vehiclecoupon',
    weight = 1,
    stack = true,
    close = true,
    description = 'vehiclecoupon'
},

Drag And Drop

Be sure to ensure the script within your server.cfg

Start Server

Start/restart your server and enjoy!

Last updated