22.07.2012, 16:33
Код:
if(VariableOne == VariableTwo)
Notice that this isn't good:
Код:
if(VariableOne = VariableTwo)
Код:
VariableOne = VariableTwo;
Why checking if it equals null(==0)? Check how strcmp works.
"if (strcmp(cmdtext, "/msgall", true))" I guess you think
Код:
if (!strcmp(cmdtext, "/msgall", true))