GameTextForAll
One big line on every screen.
Syntax
Section titled “Syntax”GameTextForAll(text [, ms, style])| Parameter | Type | |
|---|---|---|
text |
string | the line |
ms |
number | milliseconds (3000; 100 .. 60000) (optional) |
style |
number | GAMETEXT_CENTRE, GAMETEXT_TOP or GAMETEXT_LOWER (optional) |
Returns
Section titled “Returns”nothing
Example
Section titled “Example”GameTextForAll("Round 3", 2500, GAMETEXT_TOP)See also
Section titled “See also”GameText · SendClientMessageToAll · the GameText and HUD group of the index
