TextDrawHideForAll
From SA-MP Wiki
TextDrawHideForAll
Hides a text draw for all players.
(Text:text)
| text | The 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.
- TextDrawShowForPlayer: Show a textdraw for a certain player.
- TextDrawHideForPlayer: Hide a textdraw for a certain player.
- TextDrawShowForAll: Show a textdraw for all players.
