17.12.2010, 00:36
йee, coisa atoa man, igual o gustavo postou acima, coloque ai la pro final do gm, ou junto com outras stocks ( ctrl + f )
e tenta de novo
qualquer coisa, fica sempre de olho ai
http://forum.sa-mp.com/showthread.ph...ighlight=erros
tu ia ler e saber que stock strtok nao tinha ai, e ia procurar por ela
Код:
strtok(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new result[20]; while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; return result; }
qualquer coisa, fica sempre de olho ai
http://forum.sa-mp.com/showthread.ph...ighlight=erros
tu ia ler e saber que stock strtok nao tinha ai, e ia procurar por ela