Addon resources
Nitro

ND_Nitro

This resource creates a nos bottle that can be used on vehicles, when used the vehicle will be able to boost & purge.

Preview video

Setup guide

Install the resource

Download and add the resource to your server ND_Nitro (opens in a new tab)

Install dependency

Create inventory items

["nos"] = {
    label = "NOS Bottle",
    weight = 2000,
    stack = false,
    close = true,
    client = {
        disable = { move = true, car = true, combat = true },
        usetime = 3500,
        cancel = true,
        export = "ND_Nitro.nos"
    }
},

nos