Trooper

Users
  • Content Count

    1
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Posts posted by Trooper


  1. Easy,

    HighJump.

    Script Version !

    init()

    {

    setDvar("jump_height",250);

    setDvar("bg_fallDamageMaxHeight",9999);

    setDvar("bg_fallDamageMinHeight",9997);

    }

    or use custom_ruleset.gsc (Promodlive)

    // player fall damage

    setDvar( "bg_fallDamageMinHeight", 9997 ); // [1->] (min height to inflict min fall damage)

    setDvar( "bg_fallDamageMaxHeight", 9999 ); // [1->] (max height to inflict max fall damage)

    //jump

    setDvar( "jump_height", 250 ); // [1->]