03.05.2011, 16:45
When you do !setlevel 0 1 then cmd[] = "!setlevel 0 1"
sscanf sees that "!setlevel" is not a number and gives an error. If you use quiet, it will skip this part and go to "0 1"
sscanf sees that "!setlevel" is not a number and gives an error. If you use quiet, it will skip this part and go to "0 1"