SA-MP Forums Archive
[Ajuda] Erro 017: undefined symbol "strtok" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erro 017: undefined symbol "strtok" (/showthread.php?tid=415825)



Erro 017: undefined symbol "strtok" - LucasTop - 14.02.2013

@Resolvido.



Re: Erro 017: undefined symbol "strtok" - Wellington1999 - 14.02.2013

no gm
pawn Код:
stock 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;
}



Re: Erro 017: undefined symbol "strtok" - Joao Pedro - 14.02.2013

Sai dessa vida de strtok pelo amor.

https://sampforum.blast.hk/showthread.php?tid=413092


Re: Erro 017: undefined symbol "strtok" - LucasTop - 14.02.2013

Quote:
Originally Posted by Wellington1999
Посмотреть сообщение
no gm
pawn Код:
stock 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;
}
Que parte do gm ?


Re: Erro 017: undefined symbol "strtok" - smiiir - 14.02.2013

Quote:
Originally Posted by LucasTop
Посмотреть сообщение
Que parte do gm ?
Final


Re: Erro 017: undefined symbol "strtok" - Gii - 14.02.2013

Quote:
Originally Posted by Joao Pedro
Посмотреть сообщение
Sai dessa vida de strtok pelo amor.

https://sampforum.blast.hk/showthread.php?tid=413092

Hipotйticamente falando:

Vocк acha que um cara desse que nгo consegue resolver este erro, tera a vontade de aprender usar ZCMD e Sscanf?

Й muito mais fбcil pra ele baixar um GM na net e adicionar alguns comandos do que optimizar, melhorar seu code.


Re: Erro 017: undefined symbol "strtok" - Wellington1999 - 14.02.2013

Quote:
Originally Posted by Programador_Macabro
Посмотреть сообщение
Hipotйticamente falando:

Vocк acha que um cara desse que nгo consegue resolver este erro, tera a vontade de aprender usar ZCMD e Sscanf?

Й muito mais fбcil pra ele baixar um GM na net e adicionar alguns comandos do que optimizar, melhorar seu code.
#Fatality


Re: Erro 017: undefined symbol "strtok" - LucasTop - 14.02.2013

@Resolvido.



Re: Erro 017: undefined symbol "strtok" - HumildadeAgain - 14.02.2013

Nгo edit o conteudo do topico para resolvido pois alguem pode precisar da mesma coisa que vocк precisou... Isso irб reduzir numero de topicos inuteis!


Re: Erro 017: undefined symbol "strtok" - Joao Pedro - 14.02.2013

Quote:
Originally Posted by Wellington1999
Посмотреть сообщение
#Fatality
Random, conte-me mais sobre o fatality?