JixelPatterns
  • JixelPatterns Documentation
  • Troubleshooting
    • Common Issues
    • Setting Up Locations
    • FAQ
  • Dependency
    • Jim_Bridge
      • Animal Ped Support
      • Script Helpers
      • Loader Functions
      • Callbacks
      • Cameras
      • Context Menus
      • Crafting
      • DrawText
      • Dui Functions
      • Input Creator
      • Inventories
      • Job Functions
      • Make Functions
      • Meta Handlers
      • Notifications
      • Phones
      • Player Functions
      • Poly Zones
      • Progress Bars
      • Scale Entity
      • Shops
      • Skillcheck
      • Society Banking
      • Stash Control
      • Targets
      • Vehicles
      • Wrapper Functions
      • Scaleforms
  • Paid Assets
    • Jim-Mechanic
      • Common Issues
      • Installation
      • Locations
        • Creating a Location
      • Nitrous
      • Harness + Seatbelt
      • Emergency Repair Bench
      • Odometer
      • Speedometer
      • Performance Mods
      • Preview System
      • Repair System
      • Car Lifts
      • Plate Change
      • Push Vehicle
      • Stancer Kit
      • Vehicle Seat Picker
    • Jim-Bakery
      • Installation
    • Jim-BeanMachine
      • Installation
    • Jim-BurgerShot
      • Installation
    • Jim-CatCafe
      • Installation
    • Jim-Henhouse
      • Installation
    • Jim-PizzaThis
      • Installation
    • Jim-Popsdiner
      • Installation
  • Free Assets
    • Jim-Mining
      • Installation
      • How To Use
        • Mining
        • Stone Washing
        • Gold Panning
    • Jim-Recycle
      • Installation
      • How To Use
        • Recycling
        • Dumpster Diving
        • Scrapping
    • Jim-Payments
      • Installation
      • How To Use
    • Jim-Shops
      • Installation
      • How To Use
    • Jim-Boarding
      • Installation
      • How To Use
    • Jim-Trains
      • Installation
      • How To Use
    • Jim-Consumbles
      • Installation
      • How To Use
    • Jim-DJBooth
      • Installation
      • How To Use
    • Jim-JobGarage
      • Installation
      • How To Use
    • Jim-Chairs
      • Installation
    • Jim-Notepad
      • Installation
      • How To Use
Powered by GitBook
On this page
  • Installation
  • How To Use
  • Controls
  • Purge Mode
  • Manual Purge Locations
  1. Paid Assets
  2. Jim-Mechanic

Nitrous

Installation

SQL is automatically installed when the script first starts, by adding the needed columns

Nitrous relies on three columns in the database player_vehicles

  • hasnitro - Wether the vehicle has Nitrous in or not

  • noslevel - The amount of nos that is in the vehicle (max 100)

  • noscolour - The RGB colours of the NOS Purge


How To Use

NOS can't be used on anything but cars, it won't allow to be install on things like bikes

A vehicle's NOS data is saved between server restarts for player owned vehicles in the database

To add NOS to a vehicle you will first need Turbo to be installed on the vehicle.

  • Then you will need a NOS cannister (nos) and to use it outside of the vehicle. This will start a skill check to install it.

Controls

The NOS consists of two modes, these can be switched with Left Ctrl

  • Boost Mode

  • Purge Mode

When in Boost Mode you can control the power with Page Down or Page Up and is activated with Left Shift

  • Level 1 - Standard NOS Boost

  • Level 2 - Increased acceleration + Boost

  • Level 3 - Greater acceleration + Boost

  • Boosting for too long will damage the engine and the greater the boost level the more damage that will be done


Purge Mode

When in Purge Mode, you will be able to activate purge spray's from your vehicle

  • Page Down or Page Up in this mode controls the the of spray (purely cosmetic)

  • Purging after boosting speeds up the cooldown and allows you to trigger nos boost sooner

When the NOS is used up in a vehicle, the driver will receive an empty nos can, which can be refilled/crafted to make it full again.

If you put in a new can before you run out of NOS in the vehicle you will also recieve an empty can.

Manual Purge Locations

The manualPurgeLoc table at the bottom of the file is the Manually placed Purge locations on vehicles

  • Currently I added Super cars beacuse their default placement was all over the place

  • Feel free to edit/add any and share these with others.

{ xOffset, yOffset, zOffset, xRotation, yRotation, zRotation },
PreviousCreating a LocationNextHarness + Seatbelt

Last updated 3 days ago