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:
@ -283,7 +283,20 @@ override_spawn_init()
|
||||
struct.origin = init_spawn.origin;
|
||||
struct.angles = init_spawn.angles;
|
||||
struct.radius = init_spawn.radius;
|
||||
struct.script_int = init_spawn.script_int;
|
||||
|
||||
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";
|
||||
|
||||
|
Reference in New Issue
Block a user