26.04.2014, 19:59
Quote:
26 errors are usually accompanied by a missing bracket,you can check for a missing bracket.
|
In first look the strtok is fine because there is a
Код:
new cmd[256], idx; cmd= strtok(cmdtext, idx);
Код:
if(strcmp(cmd, "/kick", true) == 0) { //some shit here }
YEsterday I had no errors and i modified the script. Today without modifiing it's doing this shit. I even went to the old thingy without me doing anything on it, and it gives me this crap with a few hundred of "Loose interlation" warnings.....
SO what to do?