Results 1 to 1 of 1
  1. #1
    BeepBeeep's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    The moon, observing the nazis.
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep

    Question Problem with custom Scorestreaks

    Herro there!

    So, i want to give players an increased melee range when they reach a 5 killstreak.

    Im using this:
    Code:
    do5Streak()
    {
    	      setDvar( "player_meleeRange", 900); //Or maybe self setClientDvar ? We tried that, but same results.
    			  
                  Killstreak5 = spawnstruct();      
    	      Killstreak5.titleText = "5 KILL STREAK!";
                  Killstreak5.notifyText = "^1You are now a long range ninja!";
    	      Killstreak5.sound = "mp_capture_flag";
    	      Killstreak5.glowColor = (0.3, 0.8, 0.3);
    
                  self thread maps\mp\gametypes\_hud_message::notifyMessage( Killstreak5 );			  
    }
    But when testing it only works for me(so it's a host only dvar?), not for my friend.
    Means, he gets the "5 Kill Steak" message, but not the "extended" melee.

    Is there any other way to do it or is this not possible to do?

    Any help is appreciated!
    Last edited by BeepBeeep; 03-09-2015 at 04:53 PM.

Similar Threads

  1. Problem with custom class teknogods
    By Edoardo001 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 3
    Last Post: 12-28-2013, 03:16 AM
  2. Problem with adding a custom menu to aj
    By $onny in forum DayZ Discussion
    Replies: 1
    Last Post: 01-28-2013, 01:05 PM
  3. Problem with custom spawns
    By prisma in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 6
    Last Post: 10-11-2010, 10:35 AM
  4. Problem With The New Pb Hw Ban Spoofer!
    By naomelembro14 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 03-16-2007, 07:29 AM
  5. Problem(with login)
    By 22061988 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 11-01-2006, 12:07 AM