TextDrawHideForPlayer
From SA-MP Wiki
TextDrawHideForPlayer
Hides a textdraw from player.
(playerid, Text:text)
| playerid | The ID of the player that the textdraw should be hidden from |
| text | The ID of the textdraw to hide |
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.
- TextDrawHideForAll: Hide a textdraw for all players.
- TextDrawShowForPlayer: Show a textdraw for a certain player.
- TextDrawShowForAll: Show a textdraw for all players.
