event onPlayerToggleFaceAni (server-side)
Available since version: 0.3.0
This event is triggered when player face animation is toggled (played or stopped), due to eating or other activities.
Parameters
int playerid, string aniName, bool toggle
intplayerid: the id of the player which toggled face animation.stringaniName: the face animation name.booltoggle:truewhen player is started playing face animation, otherwisefalse.