My code
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Nowy Plugin"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
new array[][] = {
"text one",
"text two",
"text three"
}
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
}
public function()
{
new size_of_first_strin = sizeof array[0] - 1
}
Error
Code:
Error: Expected token: "]", but found "-integer value-" on line 22
WTF?!
__________________