yes it doesn't works if anyone type /command
if i put
PHP Code:
register_clcmd("say /commands", "commands_say");
then /command doesn't works
but if i make it like this
PHP Code:
register_clcmd("say /command", "commands_say");
then /commands doesn't work
__________________