safe
This commit is contained in:
parent
c7c701b4ff
commit
e06091e577
7 changed files with 752 additions and 0 deletions
6
resources/[tools]/thommie-nightvision/config.lua
Normal file
6
resources/[tools]/thommie-nightvision/config.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue