#include #define PLUGIN "New Plug-In" #define VERSION "1.0" #define AUTHOR "hubert" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /informacje", "ShowMOTD"); } public ShowMOTD(id){ show_motd(id, "informacje.txt", "Informacje Serwerowe"); }