Configuration
Check the instructions below.
Configuration
Open the Config.lua
file to customize the script settings. Below are the configurable options:
General Settings
Framework
Set the framework (esx
or qb
).
qb
Locale
Language for the HUD system.
en
UseCruiseControl
Enable/disable cruise control.
true
UseSeatBelt
Enable/disable seatbelt system.
true
UseNitro
Enable/disable nitro system.
true
UseStress
Enable/disable stress system.
true
UseMenuKey
Enable/disable the menu shortcut key.
true
MoneyAsItem
Treat money as an in-game item.
false
UseInGameTimer
Display in-game time on the HUD.
true
Item Settings
MoneyItem
Name of the item for money (MoneyAsItem=true
).
"cash"
NitroItem
Name of the item for nitro (UseNitro=true
).
"nitrous"
Key Bindings
Cruise Control
N
N/A
Seat Belt
K
N/A
Nitro Activation
X
N/A
HUD Menu Shortcut
O
"hud"
Vehicle Settings
MinSpeedToThrowFromVehicle
Minimum speed (km/h) at which players fall from cars.
100
NitroForce
Nitro boost strength.
50.0
RemoveNitroOnMilliseconds
Nitro consumption rate (milliseconds).
0.2
Stress System
StressNotify
Enable notifications for stress increases.
true
MinStressToBlur
Stress level threshold for screen blurring.
50
WhitelistedWeaponStress
Weapons that do not cause stress.
(See config)
Stress Triggers
Increase Stress
on_shoot
: Stress increase when shooting.Range:
1–2
, Chance:20%
on_fastdrive
: Stress increase when driving fast.Range:
1–3
, Speed:110 km/h
, Chance:50%
Decrease Stress
Actions: Eating, drinking, swimming, running.
Range:
5–10
Notifications
Notify
Displays custom messages to players.
Example Usage:
Message: Text to display.
Icon: FontAwesome icon. Find icons here.
Color: Options are
"red"
,"green"
,"yellow"
.Duration: Time in milliseconds.
Usage Examples
Toggle HUD
Add Stress
Remove Stress
Toggle Seat Belt
Last updated