Quote:
Originally Posted by Brandsborg
2. i have made a MODT and it will not be showen.
|
PHP Code:
#include <amxmodx>
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /help", "show_motd")
register_clcmd("say_team /help", "show_motd")
}
public show_motd(id)
{
show_motd(id, "MOTD.TXT", "MOTD NAME") // "MOTD.TXT - Rename it to your current motd name. | MOTD NAME - Rename it whatever you want
}
Hope that helped
P.S Add you MOTD.TXT to CSTRIKE folder!
__________________