This commit is contained in:
Nordi98 2025-06-29 23:58:18 +02:00
parent c7c701b4ff
commit e06091e577
7 changed files with 752 additions and 0 deletions

View 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)