ShowMOTDPanel

Last Updated2021-06-24
Created At2007-07-30

Shows a MOTD panel to a specific client.

stock void ShowMOTDPanel(int client, const char[] title, const char[] msg, int type = 1)

Parameters

int client
Client index.
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

void

Error

Invalid client index, or client not in game.