Small Problem [HELP]
#5

Thanks. I completed it. There was a problem with the strcmp. Here is the wrong one. He's one:

Код:
if (strcmp("/exit", cmdtext, true, 10) == 0)
Now see my own. I corrected it.

Код:
if(strcmp(cmdtext, "/exit", true))
Thanks for the other guys that helped me.
Reply


Messages In This Thread
Small Problem [HELP] - by Sting. - 31.07.2012, 16:34
Re: Small Problem [HELP] - by Ballu Miaa - 31.07.2012, 16:42
Re: Small Problem [HELP] - by Skaizo - 31.07.2012, 16:44
Re: Small Problem [HELP] - by Sting. - 31.07.2012, 17:25
Re: Small Problem [HELP] - by Sting. - 31.07.2012, 18:08
Re: Small Problem [HELP] - by TaLhA XIV - 31.07.2012, 19:47
Re: Small Problem [HELP] - by Sting. - 01.08.2012, 10:34

Forum Jump:


Users browsing this thread: 1 Guest(s)