1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-26 08:03:26 +02:00
parent 0070edba97
commit 1e22cb4e4f

View file

@ -47,39 +47,39 @@ Config.gameFields = {
},
field2 = {
name = "Arena 2",
name = "Arena 2", --- Krankenhaus
maxPlayers = 16,
-- Eigene Lobby für dieses Feld
lobby = {
pos = vector3(-1500.0, -3000.0, 21.4),
npc = {
model = 's_m_y_cop_01',
coords = vector4(-1500.0, -3000.0, 20.4, 180.0)
model = 'S_M_M_Doctor_01',
coords = vector4(287.9926, -1339.7900, 23.5378, 123.0058)
}
},
teamSpawns = {
team1 = {
vector3(-2000.0, -2700.0, 25.0),
vector3(-2005.0, -2705.0, 25.0),
vector3(-1995.0, -2695.0, 25.0)
vector3(291.7561, -1351.3025, 24.5378),
vector3(289.4796, -1350.2223, 24.5378),
vector3(290.4817, -1348.8075, 24.5378)
},
team2 = {
vector3(-2100.0, -2800.0, 25.0),
vector3(-2105.0, -2805.0, 25.0),
vector3(-2095.0, -2795.0, 25.0)
vector3(240.6385, -1359.5399, 24.5378),
vector3(238.9068, -1358.3159, 24.5378),
vector3(237.4776, -1359.8534, 24.5378)
}
},
teamZones = {
team1 = {
center = vector3(-1980.0, -2680.0, 25.0),
center = vector3(293.9505, -1351.0120, 24.5378),
radius = 10.0,
color = {r = 255, g = 0, b = 0, a = 100}
},
team2 = {
center = vector3(-2120.0, -2820.0, 25.0),
center = vector3(238.6659, -1358.9397, 24.5378),
radius = 10.0,
color = {r = 0, g = 0, b = 255, a = 100}
}
@ -138,7 +138,7 @@ Config.teamMasks = {
female = {
component = 1,
drawable = 169,
texture = 4
texture = 3
}
},
team2 = {
@ -150,7 +150,7 @@ Config.teamMasks = {
female = {
component = 1,
drawable = 169,
texture = 3
texture = 4
}
}
}