This commit is contained in:
Nordi98 2025-06-10 20:31:43 +02:00
parent 4a0eae647e
commit 858dd9800e
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ ClientConfig = {
m_respawnTime = 1200, -- The default bleedout/death time in seconds (can be extended trough cpr...). m_respawnTime = 1200, -- The default bleedout/death time in seconds (can be extended trough cpr...).
m_respawnLocations = -- The nearest location to the player will be selected. m_respawnLocations = -- The nearest location to the player will be selected.
{ {
{ x = 293.81, y = -591.92, z = 43.1, heading = 0.0 } -- The default respawn location. { x = -1871.8120, y = -302.4504, z = 49.4775, heading = 0.0 } -- The default respawn location.
} }
}, },

View file

@ -41,7 +41,7 @@ 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 = debug Config.Debug = false
-- will type start and end of events + nui callbacks -- will type start and end of events + nui callbacks
Config.FunctionsDebug = false Config.FunctionsDebug = false