What's new

Discussion Code to Give Killstreaks

  • Thread starter D4rKxPoSuR v2
  • Start date
  • Views 5,134
D4rKxPoSuR v2

D4rKxPoSuR v2

Enthusiast
Messages
71
Reaction score
5
Points
55
Sin$
0
I know this has probably been released but i haven't seen it around in the forums so i just thought i would post it to help others out that may be looking for it so don't flame.
These codes are mainly meant for a menu so you can select a killstreak from a list of them but you can bind them to a dpad or whatever you want.

You can also change the text From: (This text will appear in the middle of the screen)
Code:
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1UAV Recieved" );

To: (This text will appear in the bottom left corner)
Code:
self iPrintln( "^1UAV Recieved" );

Code:
giveUav(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1UAV Recieved" );
}

Code:
giveCarePackage(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Airdrop Recieved" );
}

Code:
giveCounterUav(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "counter_uav", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1CounterUAV Recieved" );
}

Code:
giveSentryGun(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "sentry", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Sentry Gun Recieved" );
}

Code:
givePredatorMissile(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "predator_missile", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1Predator Recieved" );
}

Code:
givePrecisionAirstrike(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "precision_airstrike", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Airstrike Recieved" );
}

Code:
giveHarrierAirstrike(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "harrier_airstrike", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1Harrier's Recieved" );
}

Code:
giveAttackHelicopter(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "helicopter", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Heli Recieved" );
}

Code:
giveEmergencyAirdrop(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop_mega", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1Airdrop Recieved" );
}

Code:
givePavelow(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "helicopter_flares", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Pavelow Recieved" );
}

Code:
giveStealthBomber(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "stealth_airstrike", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1Bomber Recieved" );
}

Code:
giveChopperGunner(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "helicopter_minigun", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Chopper Recieved" );
}

Code:
giveAc130(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ac130", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1AC-130 Recieved" );
}

Code:
giveEmp(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "emp", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0EMP Recieved" );
}

Code:
giveNuke(){
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", false );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1Nuke Recieved" );
}
 
7S Fear

7S Fear

Enthusiast
Messages
1,103
Reaction score
273
Points
165
Sin$
7
LMAO This hasn't been released 4 months ago or anything. I'm sure you saw it but you just wanted to try and get some rep. GTFO.<_<
 
B

blackrose09

Newbie
Messages
1
Reaction score
0
Points
35
Sin$
0
Check your grammar. You should have said, "This has been released 4 months ago...."
LMAO This hasn't been released 4 months ago or anything. I'm sure you saw it but you just wanted to try and get some rep. GTFO.<_<
 
Dazee

Dazee

The World Is Yours
Fabled Veteran Bright Idea Grammar Nazi
Messages
6,967
Reaction score
3,077
Points
705
Sin$
7
LMAO This hasn't been released 4 months ago or anything. I'm sure you saw it but you just wanted to try and get some rep. GTFO.<_<
Dude, chill out.
Hes only joined today, so he's trying to help out, at least he's not going around asking for free 10th prestige.
 
7S Fear

7S Fear

Enthusiast
Messages
1,103
Reaction score
273
Points
165
Sin$
7
He is going around trying to get rep. I'm sure he has had other accounts. Also blackrose you are a f***en dumba** you tell me to check my grammar. Your so stupid it's called sarcasm your a dumba**. Reread my post maybe this time your little brain can undertstand it.
 
JtagFreak

JtagFreak

Banned
Messages
627
Reaction score
33
Points
95
Sin$
0
Assuming that you recently joined and have not bothered to use the search bar.


Thanks for helping, most newcomers ask dumb questions but your here actually trying to help out.

+rep for that, and for dealing with the people who have nothing better to do than to flame you.
 
7S Fear

7S Fear

Enthusiast
Messages
1,103
Reaction score
273
Points
165
Sin$
7
Assuming that you recently joined and have not bothered to use the search bar.


Thanks for helping, most newcomers ask dumb questions but your here actually trying to help out.

+rep for that, and for dealing with the people who have nothing better to do than to flame you.
LoL That's not flaming I told him it was released 4 months ago, but okay. Nice avatar btw. :smile:

Assuming that you recently joined and have not bothered to use the search bar.


Thanks for helping, most newcomers ask dumb questions but your here actually trying to help out.

+rep for that, and for dealing with the people who have nothing better to do than to flame you.
LoL That's not flaming I told him it was released 4 months ago, but okay. Nice avatar btw. :smile:

Assuming that you recently joined and have not bothered to use the search bar.


Thanks for helping, most newcomers ask dumb questions but your here actually trying to help out.

+rep for that, and for dealing with the people who have nothing better to do than to flame you.
LoL That's not flaming I told him it was released 4 months ago, but okay. Nice avatar btw. :smile:
 
JtagFreak

JtagFreak

Banned
Messages
627
Reaction score
33
Points
95
Sin$
0
He is going around trying to get rep. I'm sure he has had other accounts. Also blackrose you are a f***en dumba** you tell me to check my grammar. Your so stupid it's called sarcasm your a dumba**.

He is not going around trying to get rep, He is new. You clearly have no respect for members here.

Even if it was earlier released and he reposted it , it is because a lot of people don't use the search bar and instead post in support asking for it, or he is just trying to help.

What disappoints me is what 7s has become to, people like you crawling around here disrespecting new comers like that when you should be complimenting him because he is not like those others just looking in the free lobby section or asking unnecessary questions.
 
D4rKxPoSuR v2

D4rKxPoSuR v2

Enthusiast
Messages
71
Reaction score
5
Points
55
Sin$
0
k 7s fear you clearly didnt read the top it says it may have been posted before im not sure but i looked through the mw2 modding forums and didnt see it so i though i will just post it to help people out not to get rep, rep is nothing really and it should matter if i am a newcomer i am still just trying to help out the 7s community and you clearly have no respect for the 7s community. But whatever flame all you want i dont care when people have nothing better to do but flame on people that are just trying to help
 
xVVhiteboy

xVVhiteboy

Contributor
Messages
2,902
Reaction score
663
Points
325
Sin$
0
Jtag freak why would you rep him.

Now this is the thing that make me mad, there are a lot of stupid threads and posts on this forum. I expect it, its leechville and will continue to be until september 14th. The thing that makes me mad is when someone like you +reps them for this. Thats like training your dog and when they piss on the floor throwing them a treat. It makes no sense and only makes people think that you are less intelligent then everybody here.
 
kristianzhe

kristianzhe

Enthusiast
Messages
188
Reaction score
10
Points
70
Sin$
7
Are there any dvars that mod how long the Killstreak are in after 3-25 kills?


Like tweaking the values from 30 till 999? I did see it somewhere, but probably was in another game, like Waw, or cod 2.
 
Chris7S

InModWeTrust360

Nerd by definition, programmer by trade
Grammar Nazi Chatty Kathy Seasoned Veteran
Messages
1,506
Reaction score
490
Points
515
Sin$
7
Jtag freak why would you rep him.

Now this is the thing that make me mad, there are a lot of stupid threads and posts on this forum. I expect it, its leechville and will continue to be until september 14th. The thing that makes me mad is when someone like you +reps them for this. Thats like training your dog and when they piss on the floor throwing them a treat. It makes no sense and only makes people think that you are less intelligent then everybody here.
What is September 14th? Kernel update or something?
 
D4rKxPoSuR v2

D4rKxPoSuR v2

Enthusiast
Messages
71
Reaction score
5
Points
55
Sin$
0
Are there any dvars that mod how long the Killstreak are in after 3-25 kills?


Like tweaking the values from 30 till 999? I did see it somewhere, but probably was in another game, like Waw, or cod 2.

this code extends your killstreak times.
Code:
self.killStreakScaler = 99;

but i dont think you can change the amount of kills needed for a killstreak but you can use the coding i gave at the top of this topic so when you press a button it gives you a killstreak or you can just make a mod menu that has a submenu of killstreaks and put them in there.
 
Top Bottom
Login
Register