function playAni (server-side)
Available since version: 0.3.0
Play an animation on a player/npc for all players.
Declaration
boolean playAni(number player_id, string aniName)
Parameters
numberplayer_id: Target player id.stringaniName: Animation name (e.g. "T_STAND_2_SIT").
Returns boolean
True on success.