forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
469bd0ff3c
commit
c1b2adef30
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue