💻Installation Guide
Make sure to follow these steps for proper installation of the Script
Script installation
ensure qb-nitroSQL installation
-- QBCore Nitrous SQL
ALTER TABLE player_vehicles
ADD COLUMN `noslevel` int(10) DEFAULT 0;
ALTER TABLE player_vehicles
ADD COLUMN `hasnitro` tinyint(4) DEFAULT 0;-- ESX Nitrous SQL
ALTER TABLE owned_vehicles
ADD COLUMN `noslevel` int(10) DEFAULT 0;
ALTER TABLE owned_vehicles
ADD COLUMN `hasnitro` tinyint(4) DEFAULT 0;
INSERT INTO `items` VALUES ('nitrous', 'NOS Bottle', 1, 0, 1);
INSERT INTO `items` VALUES ('emptynitrous', 'Empty NOS Bottle', 1, 0, 1);
Dependency Installation

Images Installation

Item Installation
Sound Installation


Last updated