OnPlayerUnmute: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Server event}} This event is triggered when a player has been unmuted by setPlayerMuted. ==Parameters== ''none'' ==Cancel effect== If this event is [[Event syst...")
 
No edit summary
Line 5: Line 5:
==Parameters==
==Parameters==
''none''
''none''
==Source==
The source of this event is the player that unmuted.


==Cancel effect==
==Cancel effect==

Revision as of 20:32, 14 April 2013

This event is triggered when a player has been unmuted by setPlayerMuted.

Parameters

none

Source

The source of this event is the player that unmuted.

Cancel effect

If this event is canceled, the player will not be unmuted.

Example

-- TODO

See Also

Player events


Event functions