24.06.2009, 14:34
lol ...... such a silly mistake
change this
To
----- The syntax is if(strcmp(cmdtext,"/command", IgnoreCase(true to ignore) ,size of command including / ) == 0) --------- I guess this would be helpful for you ....
change this
Код:
if(strcmp(cmdtext,"/varav", true) == 0)
Код:
if(strcmp(cmdtext,"/varav", true,6) == 0)

