TextDrawShowForAll

From SA-MP Wiki

Jump to: navigation, search


Description:

Shows a textdraw for all players.


Parameters:
(Text:text)
textThe ID of the textdraw to show. Returned by TextDrawCreate.


Return Values:

  • 1: The function was executed successfully.
  • 0: The function failed to execute. This means the textdraw specified does not exist.


Example Usage:

new Text:textid = TextDrawCreate(100.0, 100.0, "Hello!");
TextDrawShowForAll(textid);

Related Functions

The following functions may be helpful as they relate to this function in one way or another.

Navigation
In other languages