Jump to content

Cynoq

Members
  • Posts

    32
  • Joined

  • Last visited

Cynoq's Achievements

Rat

Rat (9/54)

0

Reputation

  1. Cynoq

    First person

    Darn you deathwatch, I am a true mandolarion! get back on the damn server i have something to show you Keeps saying connection timed out and can't connect. I'll be on tomorrow, i'm tired
  2. Cynoq

    First person

    Darn you deathwatch, I am a true mandolarion!
  3. Cynoq

    First person

    After reading through this post I noticed this would be a cool thing to try for my DayZ server. When you are done it would be nice if you'd let me use it (If you want) I would be sure to acknowledge you in the server once I get it up!
  4. Using this: local blockAnims = { "BOM_Plant", }; -- You will have to do others by yourself! setTimer(function() Block, AnimationName = getPedAnimation(getLocalPlayer()); for _,v in ipairs(blockAnims) do if (AnimationName == v) then setPedAnimation(getLocalPlayer(), false); end end end, 2000, 0); Found the other animations I needed and the problem is fixed, all thanks to you. Thanks for everything man!
  5. Cynoq

    Animation timer

    Nope, doesn't stop any animation
  6. Cynoq

    Animation timer

    a Okay paste all code What? The code I want fixed is at the top.
  7. Cynoq

    Animation timer

    will stay a lifetime in need of help? have to study a little too ... It's not hard for someone who already knows lua to add a "if equal to" to a script c'mon, I'm not asking for much...
  8. Cynoq

    Animation timer

    I don't understand lua, that's the thing. And I don't wanna have to learn a whole language to fix one little problem...
  9. (Original) setTimer(function() Anim,_ = getPedAnimation(getLocalPlayer()); if (Anim) then setPedAnimation(getLocalPlayer(), false); end end, 2000, 0); This script stops all animations after 2 seconds. I want it to only stop one certain animation. I do not have any experience with lua so I have no idea on what to do. This is my idea and maybe someone that knows lua could fix the syntax or make a script just like this. \/ (changes on line 3 from original) setTimer(function() Anim,_ = getPedAnimation(getLocalPlayer()); if (Anim) == (AnimationIWantTostop) then setPedAnimation(getLocalPlayer(), false); end end, 2000, 0); Thanks !
  10. You fixed it! You are a life saver man! I wish I could thank you more! Thank you! You're welcome. Hey I noticed something about that code. It stops all animations after 2 seconds. Do you know a way to only stop a certain animation?
  11. You fixed it! You are a life saver man! I wish I could thank you more! Thank you!
  12. I'm new to this. Where would I put this code exactly? Thanks for the help. In client-side. Can't find "client-side"
  13. I'm new to this. Where would I put this code exactly? Thanks for the help.
  14. I tried using this but it was very buggy and didn't load textures, and has a lot of things I do not want in DayZ.
×
×
  • Create New...