TextDisplayGetObservers

From Multi Theft Auto: Wiki
Revision as of 05:42, 22 June 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

This function gets the players observers of a textdisplay.

Syntax

table textDisplayGetObservers ( textdisplay theDisplay )

Required Arguments

Returns

Returns a table of players that are observers from the display, othetwise false

Example

Click to collapse [-]
Server
--TODO

See Also