Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help how to forbid killstreaks
#1
Prompt please
how to forbid killstreaks? (streakName == "helicopter_minigun")
Reply

#2
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...
Reply

#3
maps/mp/killstreaks/_killstreaks.gsc
killstreakUsePressed
add before self usedKillstreak( streakName, awardXp );
if( streakName == "derp" )
{
return false;
}
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#4
Didn't help, I can something not so made?
Reply

#5
Try the _class file I attached to this post, please tell me if it worked.


Attached Files
.zip   NoKS.zip (Size: 5.89 KB / Downloads: 8)
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.