hud.setRespawnText 4
Writes a line of your own into the respawn menu, under the sector list, where the player decides whether to go back in. Newlines are honoured, so several values can be listed one per line. Pass an empty string to clear it.
Return value
| Return Type | Description |
|---|---|
| void | This function doesn't return anything |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | string | The text to show. Use to break it over several lines, and an empty string to remove it. |
Examples
No examples available.
