TextDrawShowForPlayer
From SA-MP Wiki
TextDrawShowForPlayer
Shows a text draw for a specific player. Text will remain on the players screen until TextDrawHideForPlayer, TextDrawHideForAll or TextDrawDestroy is used or if the gamemode is changed.
(playerid, Text:text)
| playerid | The playerid to show the TextDraw for |
| text | The TextDraw to show |
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.
- TextDrawHideForPlayer: Hide a textdraw for a certain player.
- TextDrawShowForAll: Show a textdraw for all players.
- TextDrawHideForAll: Hide a textdraw for all players.
