Guest User

Untitled

a guest
Mar 18th, 2020
6,392
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 1
  1. If you are here then your playermodel has a misconfigured path (not my fault) and you must manually specify the proper path.
  2. You will be using these two commands:
  3. BodyAnim_RegisterPlayermodel (missing model)
  4. BodyAnim_RegisterPlayerhands (missing hands)
  5.  
  6. If your model is missing:
  7. 1. Open the Spawnmenu (Q)
  8. 2. Bottom left, open "Browse" (cogwheel)
  9. 3. Open "Addons"
  10. 4. Find the addon name that has your playermodel and click on it
  11. 5. Find the correct model (DO NOT CHOOSE THE RAGDOLL MODEL) and right click on it > Copy to clipboard
  12. 6. In the console: BodyAnim_RegisterPlayermodel (copied model)
  13.  
  14. If your hands are missing, follow the guide above but copy the path of the missing c_hands and use the command:
  15. BodyAnim_RegisterPlayerhands (copied model)
  16.  
  17. **If this did not work, then the spawnmenu is also returning the wrong path. If you REALLY want to use your playermodel then you will have to find the correct path through other means.**
Advertisement
Add Comment
Please, Sign In to add comment