UsePlayerPedAnims
From SA-MP Wiki
UsePlayerPedAnims
Uses standard player walking animation (animation of CJ).
Important Note: Only works when placed under "OnGameModeInit"!
This function has no parameters
This function does not return a specific value.
public OnGameModeInit() { UsePlayerPedAnims(); return 1; }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- ApplyAnimation: Apply an animation to a player.
- ClearAnimations: Clear any animations a player is performing.
