Results 1 to 5 of 5
  1. #1
    xurple's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    5

    [SOLVED] Buying killstreaks, is that even possible?

    EDIT:

    I have figured out this works:

    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ac130", false );

    but, it does not function properly, and fully.
    When I open it, I can continue shooting my GUN (eg ; ak47) in game while im flying the AC130.

    Any fix?

    Also, can you change the use of killstreak key from 4 to like N? (actionslot 1)
    Last edited by xurple; 09-08-2010 at 11:29 PM.

  2. #2
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    Also, can you change the use of killstreak key from 4 to like N? (actionslot 1)
    Do you want to change it for yourself or for everyone?

    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ac130", false );

    this should work I dont know what you are doing, I cant shoot while flying ac130

  3. #3
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    No just for him (host) only I think. I got the same problem but I didn't figure out how to fix that.
    I helped you out?
    Press the button

  4. #4
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    Lol just set in options/hotkeys/killstreak and set it to N. Or write in console bind N "+actionslot 4"

  5. #5
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Code:
    if(self isHost())
    {
          self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", true );
    }
    That is for host.

    It works perfectly. If you do not want it for host then move
    Code:
          self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", true );
    to your doDvars or any thread for that matter.

    /Marked as Solved

    Ex Middleman

Similar Threads

  1. [SOLVED] diable killstreaks
    By foasdgg in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 10-04-2010, 05:47 AM
  2. [SOLVED]How is it that you can kick?
    By sinister596 in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 07-10-2010, 06:24 PM
  3. Trust In Nexon, Is That Even Capable Or Possible?
    By drleonsisk in forum Combat Arms Discussions
    Replies: 41
    Last Post: 04-13-2010, 03:06 AM
  4. exp mode? that's possible!
    By fotofigo in forum CrossFire Discussions
    Replies: 36
    Last Post: 04-01-2010, 06:00 PM
  5. m16a3 to MP5K!! (you cannot buy the mp5k!!!! (that i know of)
    By random_person in forum Combat Arms Mods & Rez Modding
    Replies: 14
    Last Post: 01-27-2010, 10:09 PM