31.07.2012, 18:08
Thanks. I completed it. There was a problem with the strcmp. Here is the wrong one. He's one:
Now see my own. I corrected it.
Thanks for the other guys that helped me.
Код:
if (strcmp("/exit", cmdtext, true, 10) == 0)
Код:
if(strcmp(cmdtext, "/exit", true))