Vehicle nitro system
IMPORTANT NOTE: Most of default stock exhausts works fine, but even on vanilla cars, some other exhausts on same cars are not going to fire flames, purge is still fine!
Script Installation Guide
Installing this package is very simple. Follow the steps below:
Step 1: Download
Download the script from your Keymaster.
Step 2: Extract
Extract the package locally.
Step 3: Upload
Upload the script to your server files.
Requirements
This script requires the following resources:
ox_inventory
ox_lib (can be changed in the
bridge
folder)ox_target (can be changed in the
bridge
folder)
Support for additional inventory systems will be added soon.
Configuration
The config file is simple and well-documented — read through it to adjust settings to your needs.
If you are using our Tuner Shop script, you can enable the Nitro Hoses requirement for installing NOS bottles.
Database Setup
Before starting the script, add the following column to your database:
ALTER TABLE owned_vehicles ADD COLUMN noslevel INT NOT NULL DEFAULT 0;
The NOS level is saved in this column.
Without this column, the script will not function correctly.
Last updated