Update config.lua

This commit is contained in:
Nordi98 2025-06-10 19:43:01 +02:00
parent 469bd0ff3c
commit c1b2adef30

View file

@ -44,10 +44,10 @@ Config.OnJobUpdate = "QBCore:Client:OnJobUpdate"
Config.Debug = debug Config.Debug = debug
-- will type start and end of events + nui callbacks -- will type start and end of events + nui callbacks
Config.FunctionsDebug = true Config.FunctionsDebug = false
-- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc. -- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc.
Config.GeneralDebug = true Config.GeneralDebug = false
-- a command to set volume for TV -- a command to set volume for TV
Config.volumeCommand = "tvvolume" Config.volumeCommand = "tvvolume"