30.10.2010, 12:46
Can someone explain me what means == 0 in this code: if(strcmp(cmdtext, "/mycommand") == 0).I think everyone know this code-begginer and also proffesional, but I want to know everything about that, because in another code 0 will be interprete like disabled and 1 like enabled, but in this code it's not disabled if player entered code matches text /mycommand.Thank you for the helping!