player animation
Hi, I want to show a "player" animation when user shoots with the bow :
PHP Code:
If I need to make different "player" animation , how do I do that? |
Re: player animation
What's playanim?
|
Re: player animation
PHP Code:
|
Re: player animation
A player is not a weapon so pev_weaponanim and SVC_WEAPONANIM are useless, pev_gaitsequence is the way it should work I think.
|
Re: player animation
Quote:
|
Re: player animation
Quote:
|
Re: player animation
To set player animations you have to use pev_sequence, pev_gaitsequence, but it's not a one time setup(because on the next call of SetAnimation it will overwrite your animation).
|
Re: player animation
Quote:
As HamletEagle said, you can't just play a sequence on a player because it will be overwritten by the default animations, you have to use Arkshines module, you can find it somewhere in the forum. |
| All times are GMT -4. The time now is 17:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.