How to remove the killcam timer? PLEASE HELP!
Hey, I would like to know how to remove the killcam timer in MW2? I don't mean the one that shows up when you get killed, but the game winning killcam timer / round winning killcam timer

I attatched a .png of that i mean so you can see yourself
help is highly appreciated <3
34727e4d33c895275a06606a9e009535.png548 KB · 52 downloadsIN _killcam.gsc :
if ( !level.splitscreen )
{
self.kc_timer.alpha = 1;
self.kc_timer setTenthsTimer(camtime);
}
change self.kc_timer.alpha = 1; to self.kc_timer.alpha = 0;