StopPlayerAnimation
Stops the animation of the player.
C# Syntax
void NAPI.Player.StopPlayerAnimation(Client player);
Parameters
- player: parameter input should be in Client type
Example
NAPI.Player.StopPlayerAnimation(player);
Stops the animation of the player.
void NAPI.Player.StopPlayerAnimation(Client player);
NAPI.Player.StopPlayerAnimation(player);