forked from Simnation/Main
2
This commit is contained in:
parent
b71b47a9fb
commit
7e68bdf167
3 changed files with 4 additions and 4 deletions
|
@ -41,13 +41,13 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded"
|
|||
Config.OnJobUpdate = "QBCore:Client:OnJobUpdate"
|
||||
|
||||
-- will enable debug print and stuff
|
||||
Config.Debug = false
|
||||
Config.Debug = debug
|
||||
|
||||
-- will type start and end of events + nui callbacks
|
||||
Config.FunctionsDebug = false
|
||||
Config.FunctionsDebug = true
|
||||
|
||||
-- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc.
|
||||
Config.GeneralDebug = false
|
||||
Config.GeneralDebug = true
|
||||
|
||||
-- a command to set volume for TV
|
||||
Config.volumeCommand = "tvvolume"
|
||||
|
@ -364,7 +364,7 @@ Config.DefaultOpenDistance = 1.5
|
|||
-- i wouldn't recommend to change anything there unless you know what you're doing
|
||||
Config.resolution = {
|
||||
[-240931727] = {
|
||||
['ItemToOpen'] = {"remote"}, -- Nordis Haus
|
||||
['ItemToOpen'] = nil -- Nordis Haus
|
||||
['Job'] = nil,
|
||||
['CameraOffSet'] = {
|
||||
['y'] = -3.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue