23.02.2009, 09:14
I don't really know but, When I had a problem with "SERVER: Unknown Command."
I just changed the cmd like
if(strcmp(cmdtext,"/next",true)==0)
to
if(!strcmp(cmd,"/next",true))
And it got fixed.. Since this I use only this way.
I just changed the cmd like
if(strcmp(cmdtext,"/next",true)==0)
to
if(!strcmp(cmd,"/next",true))
And it got fixed.. Since this I use only this way.