TextDrawHideForAll

From SA-MP Wiki

Jump to: navigation, search


Description:

Hides a text draw for all players.


Parameters:
(Text:text)
textThe ID of the textdraw to hide (returned by TextDrawCreate).


Return Values:

This function does not return any specific values.


new TextID;
 
TextID = TextDrawCreate(...);
 
 
//Later on
TextDrawShowForAll(TextID);
 
//Even later on
TextDrawHideForAll(TextID);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

Personal tools
Navigation
Toolbox
In other languages