AMX Mod X API Documentation

Signature
native show_motd(player, const message[], const header[] = "");
Description

Shows text or a file in MOTD window.

Parameters
  • 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

No return value
Назад
Верх