show_motd
Syntax
native show_motd(player, const message[], const header[] = "");
Usage
| Parameter | Description |
|---|---|
| player | Client index, use 0 to display to all clients |
| message | Message to display inside the MOTD window, if this is a filename the contents of this file will be displayed |
| header | Text for the MOTD header, if empty the servers hostname will be displayed instead |
Description
Shows text or a file in MOTD window.
Return
This function has no return value.