Beiträge von Razzor

    Desktop\Germanbestreallfie.pwn(17551) : error 021: symbol already defined: "strtok"
    Desktop\Germanbestreallfie.pwn(17566) : error 047: array sizes do not match, or destination array is too small






    }


    strtok(const string[], &index)
    {
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))




    2te error


    result[index - offset] = string[index];
    index++;
    }
    result[index - offset] = EOS;
    return result;
    }
    public split(const strsrc[], strdest[][], delimiter)
    {