IsVoiceEnabled

From Multi Theft Auto: Wiki
Revision as of 22:21, 14 November 2011 by The Kid (talk | contribs) (Needs Example)
Jump to navigation Jump to search


Accessories-text-editor.png Script Example Missing Function IsVoiceEnabled needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

This function allows you to make the server reveal whether or not voice is currently enabled.

Syntax

bool isVoiceEnabled ()

Returns

Returns true if the voice is enabled on the server, false otherwise.

Example

Click to collapse [-]
Server
--TODO

See Also