function playFaceAni (client-side)
Available since version: 0.3.0
Play a face animation on a player/npc.
Declaration
boolean playFaceAni(number player_id, string aniName)
Parameters
numberplayer_id: Target player id.stringaniName: Face animation name (e.g. "S_FRIENDLY").
Returns boolean
True on success.