OnPlayerVoiceStart

From Multi Theft Auto: Wiki
Revision as of 19:46, 22 August 2011 by Talidan (talk | contribs) (Created page with "{{Server event}} __NOTOC__ <div style="border: 1px dotted blue; background: #00CC66;padding:4px;margin-bottom:2px;">'''Note''': This event should only be used as a low-level fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: This event should only be used as a low-level function for advanced users. For typical Voice scripting, please see the Voice Resource

This event is triggered when a player starts talking through voice chat.

Parameters

No parameters.

Source

The source of this event is the player element that just started talking through voice chat.

Cancel effect

If this event is canceled the player will not broadcast his voice chat to anyone in the server.

Example

This page lacks an example

--ADD AN EXAMPLE

See Also

Player events


Event functions