forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
84ba92f246
commit
91b2466ed6
1 changed files with 3 additions and 3 deletions
|
@ -41,13 +41,13 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded"
|
||||||
Config.OnJobUpdate = "QBCore:Client:OnJobUpdate"
|
Config.OnJobUpdate = "QBCore:Client:OnJobUpdate"
|
||||||
|
|
||||||
-- will enable debug print and stuff
|
-- will enable debug print and stuff
|
||||||
Config.Debug = true
|
Config.Debug = false
|
||||||
|
|
||||||
-- 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