TextDrawHideForAll

From SA-MP Wiki

Jump to: navigation, search

TextDrawHideForAll


Hides a text draw for all players.


Parameters:
(Text:text)
textThe TextDraw to hide


This function does not return a specific value.


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

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools