Results 1 to 13 of 13

Hybrid View

  1. #1
    Ju1cy's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    my house
    Posts
    39
    Reputation
    10
    Thanks
    4
    My Mood
    Inspired

    Give killstreak..

    Don't know if anybody already posted this. This is the code to give you a killstreak in black ops, but it's different than the one in mw2 so I thought it would be handy to post.

    Code:
    self thread maps\mp\gametypes\_hardpoints::giveKillstreak("Killstreak here");
    Code:
    3: Spy Plane - Takes 3 Kills - radar_mp
    3: RC-XD - Takes 3 Kills - rcbomb_mp
    4: Counter-Spy Plane - Takes 4 Kills - counteruav_mp
    4: SAM Turret - Takes 4 Kills - tow_turret_drop_mp
    5: Care Package - Takes 5 Kills - supplydrop_mp
    5: Napalm Strike - Takes 5 Kills - napalm_mp
    6: Sentry Gun - Takes 6 Kills - turret_drop_mp 
    6: Mortar Team -  Takes 6 Kills - mortar_mp
    7: Attack Helicopter - Takes 7 Kills - helicopter_mp
    7: Valkyrie Rockets - Takes 7 Kills - m220_tow_drop_mp
    8: Blackbird - Takes 8 Kills - radardirection_mp
    8: Rolling Thunder - Takes 8 Kills - airstrike_mp
    9: Chopper Gunner - Takes 9 Kills - helicopter_gunner_mp
    11: Attack Dogs - Takes 11 Kills - dogs_mp
    11: Gunship Takes - 11 Kills - helicopter_player_firstperson_mp
    This is a list of killstreaks thanks to Insane.

    To give killstreak weapons like the death machine you have to use this code:

    Code:
    self thread maps\mp\gametypes\_hardpoints::giveKillstreakWeapon( "killstreak weapon here" );
    The weapons I found for this are:

    Code:
    minigun_mp - Death machine
    m202_flash_mp - grim reaper
    m220_tow_mp - Valkarie rockets
    mp40_blinged_mp - mp40? - does not work
    Last edited by Skyline.; 05-17-2011 at 02:43 AM.

  2. The Following 2 Users Say Thank You to Ju1cy For This Useful Post:

    Insane (03-15-2011),willrulz188 (03-13-2011)

  3. #2
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Nice thanks
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  4. #3
    pilatie's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    MPGH
    Posts
    151
    Reputation
    17
    Thanks
    18
    Thanks For Sharing

  5. #4
    Jasperdepasper's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    C:\MPGH<3\Jasperdepasper™
    Posts
    235
    Reputation
    17
    Thanks
    153
    My Mood
    Fine
    Seems nice i could use this

  6. #5
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    I heard my name /

    Good thread

    Ex Middleman

  7. #6
    Domen's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    3,535
    Reputation
    143
    Thanks
    239
    My Mood
    Angelic
    So, any way to make the MP40 work? Or maybe M40A3, R700?

  8. #7
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Quote Originally Posted by zujca View Post
    So, any way to make the MP40 work? Or maybe M40A3, R700?
    Example :

    Code:
    self giveweapon("hatchet_mp");
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  9. #8
    Ju1cy's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    my house
    Posts
    39
    Reputation
    10
    Thanks
    4
    My Mood
    Inspired
    You can't use the mp40 because it isn't finished and it's left out by 3arc, just like the tank killstreak in mw2..

  10. #9
    grim_riper's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How can i run that code?

  11. #10
    lightningss's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    amsterdam
    Posts
    216
    Reputation
    10
    Thanks
    66
    My Mood
    Sleepy
    can someone give me an example of what i exactly typ in the console for dogs
    self thread maps\mp\gametypes\_hardpoints::giveKillstreak(dogs _mp);
    ????

  12. #11
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Quote Originally Posted by lightningss View Post
    can someone give me an example of what i exactly typ in the console for dogs
    self thread maps\mp\gametypes\_hardpoints::giveKillstreak(dogs _mp);
    ????
    This isn't for console commands... this is for GSC modding
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  13. #12
    Broken99's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Skatepark <3
    Posts
    154
    Reputation
    1
    Thanks
    22
    very nice thread man GJ
    @Shameless's alt

  14. The Following User Says Thank You to Broken99 For This Useful Post:

    SiNNNeR (03-18-2011)

  15. #13
    Ju1cy's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    my house
    Posts
    39
    Reputation
    10
    Thanks
    4
    My Mood
    Inspired
    I found out you can use every weapon you want with giveKillstreakWeapon but i can't edit my thread anymore lol..