ive done this in plugin_init()
PHP Code:
register_concmd("amx_shoopslay", "CmdShoopSlay", ADMIN_SLAY, "<name or #userid or @all>");
and this is my console output
PHP Code:
Unknown command: amx_shoopslay
what doing wrong?
EDIT:
found out it was a runtime error from a hook above these registers which was stopping rest being registered... my bad..
admin can delete this post.