function stopFaceAni (server-side)
Available since version: 0.3.0
This function will stop a played face animation on the player's 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.