Thread: killstreak

Results 1 to 8 of 8
  1. #1
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy

    killstreak

    well here you go xD

    Code:
    treakDealer()
    {
    self endon("death");
    
       self.startscore = self.pers["kills"];
       self.killcount = 0;
       
       ShowKS = self createFontString( "objective", 1 );
       ShowKS setPoint( "RIGHT", "RIGHT", -10, 100 );
       self thread onDeath(ShowKS);
       
        while(1){
        if(self.killcount != self.pers["kills"] - self.startscore){
        self.killcount = self.pers["kills"] - self.startscore;
        
        ShowKS setText( "Current Killstreak: " +self.killcount );
         
         switch(self.killcount){
         
         case 5:  self thread dealStreak("backup");   break;
         
         case 8:  self thread dealStreak("Gunners");    break;
        
         case 15:  self thread dealStreak("sickpack");  break;}}
         
        wait 0.05;}
    }
    sickpack()
    {
    
    self endon("disconnect");
    
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", true );
    scr_airdrop_nuke "99999"
    }
    backup()
    {
    self endon("disconnect");
    
    
    
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop", true );
    scr_airdrop_helicopter "30"
    scr_airdrop_emp "30"
    scr_airdrop_ammo "17"
    scr_airdrop_ac130 "0"
    scr_airdrop_counter_uav "0"
    scr_airdrop_helicopter "0"
    scr_airdrop_helicopter_flares "0"
    scr_airdrop_helicopter_minigun "0"
    
    
    
    
    
    }
    Gunners()
    {
    
    self endon("disconnect");
    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop_mega", true );
    
    scr_airdrop_mega_sentry "20000"
    
    }


    well ofc i thank azzumikkel for it =D


    so dont say i steal it im am jst using it xD whahah





    but to the point it give bad synatx....



    Bring a Ding Ding Baby!

  2. #2
    justas1234's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    51
    My Mood
    Bored
    Man what is this, is this a killstreak or a ks counter?

  3. #3
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Code:
    scr_airdrop_helicopter "30"
    scr_airdrop_emp "30"
    scr_airdrop_ammo "17"
    scr_airdrop_ac130 "0"
    scr_airdrop_counter_uav "0"
    scr_airdrop_helicopter "0"
    scr_airdrop_helicopter_flares "0"
    scr_airdrop_helicopter_minigun "0"
    srsly..?

  4. #4
    justas1234's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    51
    My Mood
    Bored
    Looks like a ks to me.

  5. #5
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by [WhA]4FunPlayin View Post
    Code:
    scr_airdrop_helicopter "30"
    scr_airdrop_emp "30"
    scr_airdrop_ammo "17"
    scr_airdrop_ac130 "0"
    scr_airdrop_counter_uav "0"
    scr_airdrop_helicopter "0"
    scr_airdrop_helicopter_flares "0"
    scr_airdrop_helicopter_minigun "0"
    srsly..?
    it must be setdvar("") isnt it?



    Bring a Ding Ding Baby!

  6. #6
    justas1234's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    153
    Reputation
    10
    Thanks
    51
    My Mood
    Bored
    Dude srsly wtf is this?

  7. #7
    zxz0O0's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    209
    Reputation
    10
    Thanks
    138
    My Mood
    Aggressive
    you cant set the airdrop dvars ingame. you would have to do fast_restart. Or set them on the init thread. and yes it should be setDvar("xxx", xx);
    [YOUTUBE]Ja7-WnJcMcs[/YOUTUBE]

  8. #8
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    kk thanks zxz =D



    Bring a Ding Ding Baby!

Similar Threads

  1. [CA.EU] Selling Account: SFC3, 38K GP, K/D 1.69, Longest Killstreak 77!
    By Ravallo in forum Trade Accounts/Keys/Items
    Replies: 7
    Last Post: 04-14-2010, 01:07 PM
  2. most exp and longest killstreak?
    By Ian in forum Combat Arms Discussions
    Replies: 44
    Last Post: 02-25-2010, 08:38 PM
  3. Dissable Killstreaks with console?
    By icrap in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 02-08-2010, 10:18 PM
  4. KİLLSTREAK HACK?!
    By alpsen in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 9
    Last Post: 01-26-2010, 02:29 PM
  5. killstreak
    By bryanboy in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 01-19-2010, 03:15 PM