Jump to content
GIGN Forum

Cw Plugins =\


Recommended Posts

    register_clcmd("say", "check_map", 0, "- [SCM] check if the user say map change command")
    
    register_clcmd("say /start", "cmd_start", 0, "- [SCM] 3x restart and start the match")
    register_clcmd("say /stop", "cmd_stop", 0, "- [SCM] stop the match")
    register_clcmd("say /rr", "cmd_rr", 0, "- [SCM] restart round")
    register_clcmd("say /knife", "cmd_knives", 0, "- [SCM] kniferound")
    register_clcmd("say /scmhelp", "cmd_showhelp", 0, "- [SCM] show help (MOTD)")[b][/b]

TO

    register_clcmd("say", "check_map", ADMIN_BAN, "- [SCM] check if the user say map change command")
    
    register_clcmd("say /start", "cmd_start", ADMIN_BAN, "- [SCM] 3x restart and start the match")
    register_clcmd("say /stop", "cmd_stop", ADMIN_BAN, "- [SCM] stop the match")
    register_clcmd("say /rr", "cmd_rr", ADMIN_BAN, "- [SCM] restart round")
    register_clcmd("say /knife", "cmd_knives", ADMIN_BAN, "- [SCM] kniferound")
    register_clcmd("say /scmhelp", "cmd_showhelp", 0, "- [SCM] show help (MOTD)")

uz aatro par 1min... ja kaut ko sajaucu sakat XD

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...