TextDrawShowForPlayer
From SA-MP Wiki
Shows a textdraw for a specific player
(playerid, Text:text)
| playerid | The ID of the player to show the textdraw for |
| text | The ID of the textdraw to show |
| Returns | This function doesn't return a specific value |
Related Functions
The following functions may be useful, as they are 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.
