hello, i'm workin on a plugin, but i have a stupid problem, how can i have my plugin check to make sure all 3 arguments are filled in.. if not then display the usage of the plugin?
example:
amx_plugin name mode 1/0 - (would make the plugin continue)
amx_plugin name 1/0 - (would make the plugin display the Usage since mode isn't specified)