|
发表于 2005-4-9 22:26:46
|
显示全部楼层
来自 中国–江苏–常州–钟楼区
register_clcmd("say /cmhelp","help_description")
register_clcmd("say /cmscoring","help_scoring")
register_clcmd("say /cmsniffer","help_sniffer")
register_clcmd("say /cmcat","help_cat")
register_clcmd("say /cmmouse","help_mouse")
// Players vote command - via chat
register_clcmd("say /cmvote", "vote_catmouse", 0, "- Cat and Mouses Game Type")
// Amx admin command that starts the plugin
register_concmd("amx_catmouse","amx_start_catmouse", ADMIN_LEVEL_B, "<1|0> - Cat and Mouses") |
|