function removePlayerOverlay (client-side)
Available since version: 0.2
This function will remove animation overlay from player/npc.
Declaration
bool removePlayerOverlay(int id, string overlay)
Parameters
intid: the player id.stringoverlay: the name of overlay, e.g:"HUMANS_MILITIA.MDS"
Returns bool
true if animation overlay was successfully removed from npc, otherwise false.