event
onPlayerChangeFaceAni (server-side)
Available since version: 0.2.0
This event is triggered when player face animation is changed, due to eating or other activities.
Parameters
int playerid, string oldAni, string newAni
int
playerid: the id of the player which changed face animation.string
oldAni: the old face animation which was previously used by the player.string
newAni: the new face animation in which player currently using.