Results 1 to 7 of 7
  1. #1
    hatebreed3323's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Question iSnipe and Knifing/Killstreaks

    Feel free to answer any of these. Any help would be great!

    Some stuff I noticed:
    -Knifing (even though coded to do no damage) still works on the server and I can't find how to disable it through the server host or find what's conflicting.
    -My killstreak thread doesn't work the way I want it. I want the killsteaks to work like normal killstreaks (at the end of sd rounds it allows people to get the killstreaks again even if they didn't die. ) I'm using 3-UAV 7-Count-UAV
    Thanks again!!

    Any help appreciated, thanks!!
    -...CoMp of the Suspension Point Clan.

  2. #2
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    Try redownloading,
    did you get your ISnipe from isnipe . t k?

  3. #3
    edub18's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany
    Posts
    146
    Reputation
    10
    Thanks
    12
    My Mood
    Bored
    You want to disable knifing?
    Code:
    self setClientDvar("player_meleeRange", "0");
    should work

  4. #4
    hatebreed3323's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Thanks for the quick reply!
    Van I know that code works but I still want players to be able to knife through windows. I'm using a code that worked on our previous server. It doesn't on this one =\

  5. #5
    edub18's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany
    Posts
    146
    Reputation
    10
    Thanks
    12
    My Mood
    Bored
    Maybe i can help you, if you post the code here

  6. #6
    hatebreed3323's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Its

    Code:
    // Block all knife damage	
    if(sMeansOfDeath == "MOD_MELEE" && !IsSubStr( sweapon, "riotshield" )) {		
    iDamage = 0.0;
    	}
    It should work. But I think something conflicting
    Last edited by hatebreed3323; 05-12-2011 at 10:15 AM.

  7. #7
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    glass_angular_vel "5
    glass_break "1"
    glass_debug "0"

    this are some of the glass Dvars maybe you can use one of them don't know if they work