Advertisement
aokmikey

Cod 5 isSprinting

Nov 24th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. // Credit to Mikeeeyy for values
  2.  
  3. isSprinting()
  4. {
  5.     v = self getVelocity();
  6.     if(v[0] >=200 || v[1] >=200 || v[0] <=-200 || v[1] <=-200)
  7.         return true;
  8.     return false;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement