[AJUDA] Dando uns erros aqui :/
#6

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
pawn Код:
strtok(const string[], &index)
{
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' ')) index++;
    new offset = index, result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
        result[index - offset] = string[index];
        index++;
    }
    result[index - offset] = EOS;
    return result;
}
Poe isso no fim do GM e posta os outros erros.
Coloquei no final do GM e num mudou nada :/
Reply


Messages In This Thread
[AJUDA] Dando uns erros aqui :/ - by GustavoBonomo - 25.11.2011, 15:07
Re: [AJUDA] Dando uns erros aqui :/ - by Pharrel - 25.11.2011, 15:11
Re: [AJUDA] Dando uns erros aqui :/ - by GustavoBonomo - 25.11.2011, 15:14
Re: [AJUDA] Dando uns erros aqui :/ - by Pharrel - 25.11.2011, 15:17
Re: [AJUDA] Dando uns erros aqui :/ - by rjjj - 25.11.2011, 15:18
Re: [AJUDA] Dando uns erros aqui :/ - by GustavoBonomo - 25.11.2011, 15:20
Re: [AJUDA] Dando uns erros aqui :/ - by Pharrel - 25.11.2011, 15:23
Re: [AJUDA] Dando uns erros aqui :/ - by GustavoBonomo - 25.11.2011, 19:14
Re: [AJUDA] Dando uns erros aqui :/ - by GustavoBonomo - 25.11.2011, 19:21
Re: [AJUDA] Dando uns erros aqui :/ - by |_MeGaTroN_| - 25.11.2011, 19:31

Forum Jump:


Users browsing this thread: 1 Guest(s)