Prima eroare, pune sus in script: #pragma tabsize 0
A 2-a eroare, pune asta undeva in script:
bigstrtok(const stringstrtok[], &index)
{
new length = strlen(stringstrtok);
while ((index < length) && (stringstrtok[index] <= ' ')) { index++; }
new offset = index, result[20];
while ((index < length) && (stringstrtok[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = stringstrtok[index];
index++;
}
result[index - offset] = EOS;
return result;
}
A treia eroare, nu ai inchis undeva o
#if defined ...
se inchide cu
#endif EDIT: Cookie, daca pleci asta e, NU NE PASA, il ajuta altcineva, spre exemplu: eu ! EDIT2: AcSy, daca nu stii, nu te baga, nu e bine ce ai zis.