Thread: Killstreak-Icon

Results 1 to 4 of 4
  1. #1
    mirc00's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    78

    Killstreak-Icon

    Hey,

    what's the code for the killstreak icon in the bottom right corner. I mean this little icon, when you get a killstreak, like a UAV.

    For my custom killstreaks i already got this:
    Killstreak3 = spawnstruct();
    Killstreak3.iconName = "cardicon_boots_01";
    Killstreak3.titleText = "3 KILL STREAK!";
    Killstreak3.notifyText = "Press....";
    Killstreak3.sound = "killstreak_earned";
    Killstreak3.glowColor = (0.3, 0.8, 0.3);
    self thread maps\mp\gametypes\_hud_message::notifyMessage( Killstreak3 );


    Now, only the icon is missing...

    greets!

  2. #2
    ghost123456's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    5
    My Mood
    Hungover
    Quote Originally Posted by mirc00 View Post
    Hey,

    what's the code for the killstreak icon in the bottom right corner. I mean this little icon, when you get a killstreak, like a UAV.

    For my custom killstreaks i already got this:
    Killstreak3 = spawnstruct();
    Killstreak3.iconName = "cardicon_boots_01";
    Killstreak3.titleText = "3 KILL STREAK!";
    Killstreak3.notifyText = "Press....";
    Killstreak3.sound = "killstreak_earned";
    Killstreak3.glowColor = (0.3, 0.8, 0.3);
    self thread maps\mp\gametypes\_hud_message::notifyMessage( Killstreak3 );


    Now, only the icon is missing...

    greets!
    you should precache it do yu want to add me on steam ?!
    Steamname : geist_191

  3. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    lol, ask someone to add you on steam
    First time I seen that kind of question :P

    @master131
    @Heartview

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  4. #4
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    In init():

    Code:
    precacheshader("cardicon_boots_01"");

Similar Threads

  1. [Release] Mw2 Killstreaks: Icons+SOUNDS
    By MechaChrist in forum CrossFire Mods & Rez Modding
    Replies: 18
    Last Post: 09-05-2010, 01:41 AM
  2. [Request] Larger Killstreak Icons?
    By MechaChrist in forum CrossFire Mods & Rez Modding
    Replies: 19
    Last Post: 03-04-2010, 02:03 PM
  3. i came up with a NEW warrock icon
    By patrick8099 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-25-2007, 07:38 AM
  4. icon - vb6
    By kingkicker8 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-24-2007, 10:39 PM
  5. Replies: 61
    Last Post: 01-11-2007, 11:12 PM