checked 54 patch_mp/maps/mp scripts

This commit is contained in:
JezuzLizard
2020-06-13 01:37:00 -07:00
parent a46530d2fd
commit d2202281cd
55 changed files with 1781 additions and 1815 deletions

View File

@ -1,5 +1,5 @@
init()
init() //checked matches cerberus output
{
if ( !isDefined( game[ "flagmodels" ] ) )
{
@ -16,7 +16,7 @@ init()
game[ "flagmodels" ][ "neutral" ] = "mp_flag_neutral";
}
customteam_init()
customteam_init() //checked matches cerberus output
{
if ( getDvar( "g_customTeamName_Allies" ) != "" )
{
@ -27,3 +27,4 @@ customteam_init()
setdvar( "g_TeamName_Axis", getDvar( "g_customTeamName_Axis" ) );
}
}