PHP- Kodu:
  #include <amxmodx>
#include <amxmisc>
#define PLUGIN "Oyun Kurallari"
#define VERSION "1.0"
#define AUTHOR "akcaliberk"
public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    register_clcmd("say /adminlik","ShowMotd")
    
    register_dictionary("kurallar.txt")
}
public ShowMotd(id) {
    static motd[2048]
    formatex(motd, 2047, "%L", id, "RULES")
    
    show_motd(id, motd, "Oyun Kurallari")
    return PLUGIN_HANDLED
} 
  
  https://rapidshare.com/files/1474660930/kurallar.txt
 
indirdiğin kurallar.txt yi düzenleyip kurabilirsin.