UsePlayerPedAnims

From SA-MP Wiki

Jump to: navigation, search

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.

Personal tools