forked from Simnation/Main
2
This commit is contained in:
parent
4a0eae647e
commit
858dd9800e
2 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ ClientConfig = {
|
|||
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.
|
||||
{
|
||||
{ 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.
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded"
|
|||
Config.OnJobUpdate = "QBCore:Client:OnJobUpdate"
|
||||
|
||||
-- will enable debug print and stuff
|
||||
Config.Debug = debug
|
||||
Config.Debug = false
|
||||
|
||||
-- will type start and end of events + nui callbacks
|
||||
Config.FunctionsDebug = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue