but it is a bit different from the original
for the AvP mod

if ( self.pers["team"] == game["attackers"] ) {
self VisionSetNakedForPlayer("cheat_invert_contrast", 0);
self SetMoveSpeedScale( 2.0 );
} else {
self VisionSetNakedForPlayer("cheat_invert_contrast", 0);
}
if ( self.pers["team"] == game["defenders"] ) {
self VisionSetNakedForPlayer("cheat_invert_contrast", 0);
self SetMoveSpeedScale( 2.0 );
} else {
self VisionSetNakedForPlayer("cheat_invert_contrast", 0);
}



