14.02.2014, 03:25
Get sscanf or use strtok.
Quote:
new idx; new cmd[32]; cmd = strtok(cmd); //Here comes ur strcmp but with cmd as the text variable //in your fakeban command adding this will give you the reason reason = strtok(text); |