hi
simpel thing... but im noob

and cant find the error
combiller say array out of bount
if i cange the array it says array mismasch .. *ARG*
Code:
new varmenu0[2]
if (read_argc() == 0) {
//noargument ...
console_print(id,"- no argument")
varmenu0[2] = "00"
}else{
read_argv(1,varmenu0[0],2)
}
if (varmenu0[0] == '00'){
//blablabla
help please....