ItsMods

Full Version: how to forbid killstreaks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Prompt please
how to forbid killstreaks? (streakName == "helicopter_minigun")
To disconnect at me it turns out... but how to make that it at all wouldn't get the laptop? Or the option will approach that instead of a machine gun there would be AS-130...
maps/mp/killstreaks/_killstreaks.gsc
killstreakUsePressed
add before self usedKillstreak( streakName, awardXp );
if( streakName == "derp" )
{
return false;
}
Didn't help, I can something not so made?
Try the _class file I attached to this post, please tell me if it worked.