1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-26 07:38:47 +02:00
parent ed35de6d4d
commit 0070edba97

View file

@ -1,13 +1,5 @@
Config = {} Config = {}
-- Lobby Position
Config.lobbyPos = vector3(2019.5784, 2841.1104, 50.3052)
-- NPC für Game Management
Config.gameNPC = {
model = 'S_M_Y_ArmyMech_01',
coords = vector4(2019.5784, 2841.1104, 49.3052, 240.4603)
}
-- Spielfelder Konfiguration -- Spielfelder Konfiguration
Config.gameFields = { Config.gameFields = {
@ -15,6 +7,16 @@ Config.gameFields = {
name = "Arena 1", name = "Arena 1",
maxPlayers = 20, maxPlayers = 20,
-- Eigene Lobby für dieses Feld
lobby = {
pos = vector3(2022.6752, 2836.8718, 49.3064),
npc = {
model = 'S_M_Y_ArmyMech_01',
coords = vector4(2019.5784, 2841.1104, 49.3052, 240.4603)
}
},
-- Team Spawn Punkte -- Team Spawn Punkte
teamSpawns = { teamSpawns = {
team1 = { team1 = {