[Request] Killstreaks in keybinds

Posts 115 of 15 · Page 1 of 1
[Request] Killstreaks in keybinds
its very bodering me that if you got uav and then care package you got to use the care package first can someone build a mod that you press like 3 and than it run uav and if you press 4 it run care package and on and on
sorry about my english im hope you understand
it's so easy to make it!
use the following code:
Code:
self waittill( "[{+actionslot1}]" );
then:
Code:
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
or...
Code:
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
(this is for the Care Package

PS:
Comiled MOd:
Code:
doWait() {
             self waittill( "[{+actionslot1}]" );
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
}
Quote Originally Posted by user590177 View Post
it's so easy to make it!
use the following code:
Code:
self waittill( "[{+actionslot1}]" );
then:
Code:
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
or...
Code:
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
(this is for the Care Package

PS:
Comiled MOd:
Code:
doWait() {
             self waittill( "[{+actionslot1}]" );
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
}
u forgot the notify player on command xD


Code:
AnyName()
{
    
	self endon( "death" );
        self notifyOnPlayerCommand( "n", "+actionslot 1" );
        self waittill("n"); 
       self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
       self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
}
there u go

Quote Originally Posted by omerdn1 View Post
.........
i could use a existing one but its kinda useless cause the code above give's u the same effect... if u add all killstreaks u will get them all...or u could put another self waittill("n") and put a diffrent killstreak after that and so on so u pretty much cycle through the killstreaks... but idk kinda useless if u ask me
Quote Originally Posted by rkaf View Post
u forgot the notify player on command xD


Code:
AnyName()
{
    
	self endon( "death" );
        self notifyOnPlayerCommand( "n", "+actionslot 1" );
        self waittill("n"); 
       self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
       self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
}
there u go
oh yea sorry /
Quote Originally Posted by rkaf View Post
u forgot the notify player on command xD


Code:
AnyName()
{
    
	self endon( "death" );
        self notifyOnPlayerCommand( "n", "+actionslot 1" );
        self waittill("n"); 
       self maps\mp\killstreaks\_killstreaks::giveKillstreak( "uav", false );
       self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", false );
}
there u go



i could use a existing one but its kinda useless cause the code above give's u the same effect... if u add all killstreaks u will get them all...or u could put another self waittill("n") and put a diffrent killstreak after that and so on so u pretty much cycle through the killstreaks... but idk kinda useless if u ask me
i sent you a pm about your message
Quote Originally Posted by user590177 View Post
oh yea sorry /
aw lol i just thought you could do that to make it a bit easier
dude i need you to make it because im not a modder
and i looked at the codes and i think you dont understand..
i mean that if i got uav and then care package i need to use the care package first and after i used the care package i can use uav so i want to use killstreak that i have whenever i want with keys
hope you understand
What he means is, if I had a UAV (3 killstreak) and a care package (4 killstreak), he wants to be able to switch to the UAV Killstreak reward by pressing 3 and going to the carepackage by pressing 4. Like 'scrolling' through your rewards.
Quote Originally Posted by master131 View Post
What he means is, if I had a UAV (3 killstreak) and a care package (4 killstreak), he wants to be able to switch to the UAV Killstreak reward by pressing 3 and going to the carepackage by pressing 4. Like 'scrolling' through your rewards.
yea ty can someone mod this for me?
you sad its easy no?
On the triple posting.
Use the killstreak cycle cuz i dont think anyone have or will make killstreak rewards menu in game.
Quote Originally Posted by TheLynx View Post
On the triple posting.
Use the killstreak cycle cuz i dont think anyone have or will make killstreak rewards menu in game.
.........
rkaf can you answer to my pm?
Quote Originally Posted by omerdn1 View Post
rkaf can you answer to my pm?
he is not online...
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?