1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-10 18:22:12 +02:00
parent b71b47a9fb
commit 7e68bdf167
3 changed files with 4 additions and 4 deletions

View file

@ -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 = false Config.Debug = debug
-- will type start and end of events + nui callbacks -- 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. -- 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 -- a command to set volume for TV
Config.volumeCommand = "tvvolume" 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 -- i wouldn't recommend to change anything there unless you know what you're doing
Config.resolution = { Config.resolution = {
[-240931727] = { [-240931727] = {
['ItemToOpen'] = {"remote"}, -- Nordis Haus ['ItemToOpen'] = nil -- Nordis Haus
['Job'] = nil, ['Job'] = nil,
['CameraOffSet'] = { ['CameraOffSet'] = {
['y'] = -3.0, ['y'] = -3.0,