When playing my beta v0.1 gamemode, the player models arms stick out and the legs aren’t moving. What causes this and how do i fix it?
-Thanks
When playing my beta v0.1 gamemode, the player models arms stick out and the legs aren’t moving. What causes this and how do i fix it?
-Thanks
If you have classes, or have a default class, check what you’re setting the PlayerModel to.
CLASS.PlayerModel = “models/player.mdl”
player.mdl is a static playermodel, set it to a different player model, or remove it if you’ve set your gamemode to allow players to choose their own model.
i have them set to different player models
Are you setting the proper model path?
If you use an incorrect path then the system reverts to default which is models/player.mdl which is static and doesn’t have any animations afaik.
The model you are using doesn’t support player animations. Use player models, not just any model.