Fixed hospital respawn posistion

master
AlmTech Software 5 years ago
parent 9d8e289dc9
commit 346db9f1ad
  1. 2
      gamemode/settings/sv_settings.lua

@ -26,7 +26,7 @@ Quantum.Server.Settings.MaxSkillLevel = 100
Quantum.Server.Settings.SpawnLocations = { Quantum.Server.Settings.SpawnLocations = {
["rp_truenorth_v1a_livin"] = { ["rp_truenorth_v1a_livin"] = {
["Hospital"] = { pos = Vector( 13583, 13189, 128 ), ang = Angle( 1, 115, 0 ) }, ["Hospital"] = { pos = Vector( 13526.426758, 13088.842773, 128.031250 ), ang = Angle( 1, 115, 0 ) },
["Lake"] = { pos = Vector( 10812, -8319, 5388 ), ang = Angle( 5, -40, 0 ) } ["Lake"] = { pos = Vector( 10812, -8319, 5388 ), ang = Angle( 5, -40, 0 ) }
} }

Loading…
Cancel
Save