function
playAni (server-side)
Available since version: 0.2
This function is used to play animation on player for all players.
Declaration
void playAni(int id, string aniName)
Parameters
int
id: the player id.string
aniName: the name of the animation, e.g:"T_STAND_2_SIT"
.