Don't know if I need post it here, but for me is an issue.
I can't use symbol "^" in define Author..
My nickname is Twix^, for all my plugins I want use "Twix^" not just "Twix"
I think AMXX Dev Team should change/allow this symbol.
~
Thanks.
PHP Code:
#define PLUGIN "name"
#define VERSION "0.0.0"
#define AUTHOR "Twix^"
public plugin_init(){
register_plugin (PLUGIN, VERSION, AUTHOR)
}