(adsbygoogle = window.adsbygoogle || []).push({});
I found this while browsing the internet, enjoy:
So today I had an idea, and that was if there was a way to make it so that lets say for example in search & destroy, you can call in certain kill streaks right at the start of the game without waiting the 8 seconds. I apologize if this was already released, as I didn't see it anywhere else. Yes, this is in fact an infection, but the only bad thing is that you need to be the host.
In order to find this, you must go to the maps/mp/killstreaks/_killstreaks.gsc and press CTRL+F to find, then find "delayed." By searching delayed it should bring you to this code.
level.killstreakRoundDelay = getIntProperty( "scr_game_killstreakdelay", 8 );
After you find that code snippet, change the number 8 to 0 like this.
level.killstreakRoundDelay = getIntProperty( "scr_game_killstreakdelay", 0 );
Thanks for your time, and I hope this works for a little while with the limited infections we have. Thanks again.