forked from Simnation/Main
6 lines
389 B
Lua
6 lines
389 B
Lua
![]() |
Config = Config or {}
|
||
|
|
||
|
Config.CoreName = 'qb-core' -- Change this if you changed the core name.
|
||
|
Config.NVItem = 'nightvision' -- Item needed to use nightvision
|
||
|
Config.CheckHelmet = true -- Check if player has nightvision helmet (clothing)
|
||
|
Config.NVKey = 'N' -- The key you want to be pressed to toggle night/thermal vision (this is the default key, players can change this key in keybinds)
|