Post: Take All Killstreaks from a player
06-11-2015, 10:35 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I understand that
    maps/mp/gametypes/_globallogic_score::_setplayermomentum(self, 9999);
gives all killstreaks, I want to know how to take every killstreak
(adsbygoogle = window.adsbygoogle || []).push({});
06-12-2015, 12:49 PM #2
HiddenHour
I defeated!
Originally posted by Conditional View Post
I understand that
    maps/mp/gametypes/_globallogic_score::_setplayermomentum(self, 9999);
gives all killstreaks, I want to know how to take every killstreak


This doesn't really take them, but kind of disables them.
    
self SetActionSlot(1, "");
self SetActionSlot(2, "");
self SetActionSlot(3, "");
self SetActionSlot(4, "");

Right from Shark's Zombieland.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo