03.07.2009, 00:03
so im making a command have 2 commands
(like this)
but if i do another command, it will do the one above instead (
this is the other command
(like this)
Код:
if(strcmp(cmdtext, "/setlevel", true)==0 || strcmp(cmdtext, "/slvl", true)==0)
this is the other command
Код:
if (strcmp("/stats", cmdtext, true, 10) == 0)