Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: I was wondering.....

  1. #11
    Senior Member thehoodedsmack's Avatar
    Join Date
    Sep 2006
    Posts
    3,151

    Re: I was wondering.....

    Hmm. Tweek, do you have any insight besides "yes"?
    Reply With Quote

  2. #12

    Re: I was wondering.....

    I have an idea that might work:

    • Use a script to detect what weapon the player is holding.
    • Store it to a variable.
    • Wait until the player's readied weapon doesn't equal the one stored in the variable.
    • Play an animation
    • Store the new readied weapon to the variable.
    Reply With Quote

  3. #13
    not my real name damn-it! kenney001's Avatar
    Join Date
    Feb 2007
    Posts
    1,054

    Re: I was wondering.....

    I did something like that to run my dual wielding script. The thing is, when you switch weapons, by the time the varialble is changed, the weapon is no longer recognized and the animation wont play.

    Now theres probably a way, we just need to find it.
    Reply With Quote

  4. #14

    Re: I was wondering.....

    Which is why you use a (sleep (custom_animation_time )) before you replace the variable.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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