[Ajuda] Erro 017: undefined symbol "strtok"
#1

@Resolvido.
Reply
#2

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;
}
Reply
#3

Sai dessa vida de strtok pelo amor.

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

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 ?
Reply
#5

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

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.
Reply
#7

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
Reply
#8

@Resolvido.
Reply
#9

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!
Reply
#10

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


Forum Jump:


Users browsing this thread: 4 Guest(s)