UsePlayerPedAnims
From SA-MP Wiki
Description:
Uses standard player walking animation (animation of the CJ skin) instead of custom animations for every skin (e.g. skating for skater skins).
Notes |
|
This function has no parameters.
Return Values:
This function does not return any specific values.
Example Usage:
public OnGameModeInit() { UsePlayerPedAnims(); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- ApplyAnimation: Apply an animation to a player.
- ClearAnimations: Clear any animations a player is performing.