Locations

How to change locations ? in shared/sh_locations.lua


Config.QuitLocation = vector4(-282.04971313477, -2031.4914550781, 30.145713806152, 309.85150146484)
Config.SpectateLocation = vector4(5487.98828125, 5969.650390625, 633.63629150391, 260.6865234375)

Config.MapData = {
	["Area"] ={
		['team1'] = {
			defultspawns = { -- First Team Spawn Locations
				vector4(5432.2553, 6079.1948, 590.00689697266, 269.86761474609),

                              --- ... etc
			},
			overtimespawn = vector4(5626.2216796875, 6099.3637695313, 590.00689697266, 349.71899414063), -- First Team Death Match Spawn Loc, after finish the time
		},
		['team2'] = {
			defultspawns = { -- Secend Team Spawn Locations
				vector4(5571.0073, 6080.0024, 590.00689697266, 92.618515014648),
                           --- ... etc
			},
			overtimespawn = vector4(5628.6538085938, 6131.7885742188, 590.00689697266, 170.53958129883),  -- Secend Team Death Match Spawn Loc, after finish the time
		},

	},
}

Last updated