function stopFaceAni (client-side)
Available since version: 0.3.0
This function will stop a played face animation on the player/npc character.
Declaration
void stopFaceAni(number player_id, string|nil aniName)
Parameters
numberplayer_id: Target player id.string|nilaniName: Face animation name to stop. Defaults to "" for first active animation.