These errors in the file below do not exist, the code does not have 30 lines and errors are weird.
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
}
That is the code, clearly less than 30 lines, attached file contains errors.
Edit: a plugin with 0 lines produces similar errors.