Advertisement
spinsquad

no hands

Mar 22nd, 2015
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local pm = FindMetaTable("Player");
  2.  
  3. local ogethands = pm.GetHands; -- Note: Only for c_ viewmodels
  4.  
  5. function pm.GetHands(...)
  6.     return(!gBool("Visuals", "No Hands") && ogethands(...));
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement