Hi, I want to show a "player" animation when user shoots with the bow :
PHP Code:
public FireArrow(id)
{
playanim(id, anim_shot1)// this is weapon animation and only user can see that
//here I would add "player" animation so that all other players can see that.
Do I need to make a completely different anim or it is possible to convert the current one into "player" animation?
If I need to make different "player" animation , how do I do that?