1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-27 07:30:09 -05:00

Borough: change team spawn points

This commit is contained in:
Jbleezy
2021-12-27 06:52:21 -08:00
parent b127c4987d
commit b4782db7b7

View File

@ -283,7 +283,20 @@ override_spawn_init()
struct.origin = init_spawn.origin;
struct.angles = init_spawn.angles;
struct.radius = init_spawn.radius;
if(struct.origin == (-722.02, -151.75, 124.14))
{
struct.script_int = 1;
}
else if(struct.origin == (-891.27, -209.95, 137.94))
{
struct.script_int = 2;
}
else
{
struct.script_int = init_spawn.script_int;
}
struct.script_noteworthy = "initial_spawn";
struct.script_string = "zgrief_street";