Solved IsWalk() player method?

Discussion in 'Rust Development' started by Romzes, Sep 22, 2016.

  1. Is there a function to identify the player movement? I found "IsRunning()" function, but that's not what I need.
     
  2. Wulf

    Wulf Community Admin

    !IsRunning()
     
  3. This will work if the player is standing....
     
  4. Wulf

    Wulf Community Admin

    The only other way would be to check their position every tick or something like that.
     
  5. Or perhaps there is a function for determining the speed of a player?
     
  6. Wulf

    Wulf Community Admin

    You might be able to calculate their velocity, but I'm not aware of any methods.