mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-08 19:18:06 -05:00
Update main.gsc
fixed typo and removed unnecessary function
This commit is contained in:
parent
19a1e7b253
commit
39461754cb
@ -28,12 +28,11 @@ init()
|
|||||||
SetDvar( "scr_zm_enable_bots", "1" ); //this is required for the mod to work
|
SetDvar( "scr_zm_enable_bots", "1" ); //this is required for the mod to work
|
||||||
thread add_bots(); //this overrides the typical start time logic
|
thread add_bots(); //this overrides the typical start time logic
|
||||||
level.default_solo_laststandpistol = "m1911_zm"; //prevents players from having the solo pistol when downed in grief
|
level.default_solo_laststandpistol = "m1911_zm"; //prevents players from having the solo pistol when downed in grief
|
||||||
thread pregameResetPrevention();
|
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
level waittill("connected", player);
|
level waittill("connected", player);
|
||||||
player thread teamBalancing();
|
player thread teamBalancing();
|
||||||
player thread pregameInvulernability();
|
player thread pregameInvulnernability();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user