Thread: takeAllWeapons

Results 1 to 5 of 5
  1. #1
    brucelee's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    takeAllWeapons

    takeAllWeapons() clears killstreaks on spawn in search and destory . anybody know how to restore them?

  2. #2
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh
    It shouldn't "clear" the killstreaks. That only takes the gun.. So look around for something like
    Clear_killstreaks

  3. #3
    brucelee's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ~Just IN~ View Post
    It shouldn't "clear" the killstreaks. That only takes the gun.. So look around for something like
    Clear_killstreaks
    look in what gsc file. tryed looking can't find it

  4. #4
    ~Just IN~'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    self thread xbox360nolife() {
    Posts
    518
    Reputation
    11
    Thanks
    55
    My Mood
    Doh
    _rank.gsc... duh lol.

  5. #5
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    You could anyways change the player's killstreak,

    Code:
    self setPlayerData( "killstreaks", 0, "none" );
    self setPlayerData( "killstreaks", 1, "none" );
    self setPlayerData( "killstreaks", 2, "none" );
    And to restore them just same thing, but change "none" to somenthing else.