Gamemode: No Player Animations, Why and how to fix?
4 replies, posted
So basically, I started a gamemode.
All Model-Setting Equipement ETC is in GM:PlayerSpawn()
Anyway, all Players are in the default T-pose position.
No animations including weapons work.
I have the weapon selection HUD Not shown (HUDShouldDraw), But, doubt this has anything to do with it?
Please help!
Thanks
What are you setting the player model as when you spawn in the server?
Long story short: A random player model, In this case:
models/humans/group01/male_01.mdl
models/breen.mdl
PROBLEM PINPOINTED.
Problem is exactly at the part of setting model
I think I know what might be wrong, going to test it out
You need to use the player models.
For example:
"models/player/Group01/Male_01.mdl"
"models/player/breen.mdl"
Search for "player" in the spawn menu.
Thats why I asked what models you are using. Usually if you try and use a ragdoll as a player model you will get the T pose that you have been getting before.
Sorry, you need to Log In to post a reply to this thread.