Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Request [QB] Nitrous & Purge

CreatingCalibers

Gold Elite
Joined
Oct 11, 2022
Messages
321
Reaction score
2,000
Points
316
Location
20110
Mate thanks alot i should just replace that with qb tunerchip and than it should be good to go right😊👌
tunerchip for qb is a standalone file you don't need it or qb-mechanicjob for jim mechanic but they can run along each other, make sure to read the readme and install file for jim mechanic it will tell you everything

here is jims read me tutorial to learn after you install


## NOS + Odometer
There are expanded features included in this scripts with SQL

The included .SQL file needs to be imported into your player_vehicles database to add the appropriate columns (traveldistance, hasnitro, noslevel)
The `hasnitro` and `noslevel` columns being added enables the of saving Nitrous levels through server restarts

The `traveldistance` column adds an Odometer to the toolbox/mechanic_tools menus, this this can retrieved in miles or kilometers.
----------------------

# QB-MechanicJob
**You don't need `qb-mechanicjob` to use this script**
Extra damages will be enabled by default if you use `qb-mechanicjob` and `qb-vehiclefailure`
This needs to be added the the main script, but if you **DON'T** want to use qb-mechanicjob but have an updated qb-vehiclefailure
replace this event in qb-vehiclefailure > client.lua. This will make it only work if qb-mechanicjob is started.
``
`lua
-- Functions
local function DamageRandomComponent()
if GetResourceState('qb-mechanicjob') ~= "started" then return end
local dmgFctr = math.random() + math.random(0, 2)
local randomComponent = DamageComponents[math.random(1, #DamageComponents)]
local randomDamage = (math.random() + math.random(0, 1)) * dmgFctr
exports['qb-mechanicjob']:SetVehicleStatus(QBCore.Functions.GetPlate(vehicle), randomComponent, exports['qb-mechanicjob']:GetVehicleStatus(QBCore.Functions.GetPlate(vehicle), randomComponent) - randomDamage)
end

```
 

teddybeast

Gold Elite
Joined
Sep 5, 2021
Messages
50
Reaction score
193
Points
256
Location
denmark
tunerchip for qb is a standalone file you don't need it or qb-mechanicshop for jim mechanic but they can run along each other, make sure to read the readme and install file for jim mechanic it will tell you everything

here is jims read me tutorial to learn after you install
Thanks i will give it a try 👌😊
 

CreatingCalibers

Gold Elite
Joined
Oct 11, 2022
Messages
321
Reaction score
2,000
Points
316
Location
20110
is that clean ? why exe when downloading ?
there is no .exe lmao you obviously aren't downloading my file
these files were from sonicboom himself who is a master decrypter

Virustotal is a fake false positive website and any fool relying on it should not be messing with scripts
 
Top