IsHudTextShown
Whether a HUD text is on a player’s screen.
Syntax
Section titled “Syntax”IsHudTextShown(id, pid)| Parameter | Type | |
|---|---|---|
id |
number | the element |
pid |
number | the player |
Returns
Section titled “Returns”boolean
Example
Section titled “Example”if not IsHudTextShown(clock, pid) then ShowHudText(clock, pid) endSee also
Section titled “See also”ShowHudText · the GameText and HUD group of the index
