ShowMOTDPanel Function

Shows a MOTD panel to a specific client.

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

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.

Errors

Invalid client index, or client not in game.