function
applyPlayerOverlay (server-side)
Available since version: 0.1.0
This function will apply animation overlay on player for all players.
Declaration
bool applyPlayerOverlay(int id, int overlayId)
Parameters
int
id: the player id.int
overlayId: the overlay id frommds.xml
file, e.g:Mds.id("HUMANS_MILITIA.MDS")
Returns bool
true
if animation overlay was successfully applied on player, otherwise false
.