TextDrawShowForAll
From SA-MP Wiki
TextDrawShowForAll
Shows a text draw for all players. Text will remain on all players screens until TextDrawHideForPlayer, TextDrawHideForAll or TextDrawDestroy is used or if the gamemode is changed.
(Text:text)
| text | The TextDraw to change |
This function does not return a specific value.
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.
- TextDrawHideForAll: Hide a textdraw for all players.
