Results 1 to 10 of 34

Thread: Weapon functions (+ setMoveSpeedScale)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #18
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    Quote Originally Posted by Mitch View Post
    It does work for me, but you first need to bash once and then melee is blocked. But I should be able to fix that.

    PHP Code:
    while(isAlive(self))
    {
        
    self setweaponfiremeleedelay(1000); // keep forcing 1s delay

        
    if(self MeleeButtonPressed() && self UseButtonPressed())
        {
            break;
        }

        
    wait(0.05);

    Yep it was an error on my side not forcing the delay. Works fine except for the first bash like you described.

  2. The Following User Says Thank You to filthy_freak_ For This Useful Post:

    Mitch (21st May 2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •