|
發表於 4-8-2010 17:40:57
|
顯示全部樓層
- #include <amxmodx>
- new const VERSION[] = "1.0";
- public plugin_init()
- {
- register_plugin("Motd Plugin", VERSION, "1")
- register_clcmd("say /motd", "CMD_Motd")
- register_clcmd("say_team /motd", "CMD_Motd")
- }
- public CMD_Motd(id)
- {
- show_motd(id, "motd.txt")
- }
複製代碼
motd.sma
(287 Bytes, 下載次數: 1155)
|
|