ShowMOTDPanel
Shows a MOTD panel to a specific client.
stock void ShowMOTDPanel(int client, const char[] title, const char[] msg, int type = 1)
Parameters
const char[] title
Title of the panel (printed on the top border of the window).
const char[] msg
Contents of the panel, it can be treated as an url, filename or plain text
depending on the type parameter (WARNING: msg has to be 192 bytes maximum!)
int type
Determines the way to treat the message body of the panel.
Return Value
voidError
Invalid client index, or client not in game.