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