02.04.2011, 18:37
When you make your command like that first one, It's like this.
if(!strcmp(cmdtext,"/comand",true)) {
return true;}
No need for a Command size in there.
if(!strcmp(cmdtext,"/comand",true)) {
return true;}
No need for a Command size in there.