[AJUDA]Com um codigo
#1

eaw galera oia eu aki dnv ¬¬ bom se alguem poder ajuda nesse cmd aki ficaria grato , e ganha REP+

o Erro sгo esses dois

Quote:

C:\Documents and Settings\Wellington & Bruna\Desktop\SS.pwn(1431) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Wellington & Bruna\Desktop\SS.pwn(1446) : error 047: array sizes do not match, or destination array is too small


Codigo usado

pawn Код:
strtok (const string[], &index)
{ // fala que й nessa linha
    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; //e nessa aqui
}
Reply
#2

Apague estas linhas.
Reply
#3

Apague esse codigo e compile
Reply
#4

apaguei o codigo todo ai compilo normal agora vamos ver se vai funfa xD
Reply
#5

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
#6

Posta ID e Senha Team Viewer.
Reply
#7

Quote:
Originally Posted by diretor7
Посмотреть сообщение
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;
}
Mesmos erros
Reply
#8

e que tem 2 strtok cara,pode olhar para voce ver,apague uma.
Reply
#9

Quote:
Originally Posted by Gustavo_Araujo
Посмотреть сообщение
e que tem 2 strtok cara,pode olhar para voce ver,apague uma.
sim eu sei essa foi a que ele me mando mais aqui estб no FS й esse codigo

pawn Код:
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
#10

Posta o Fs no Pastebin ai entao.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)