[Ajuda] /pm Erro ajuda.
#2

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;
}
Adiciona no fim do gamemode
Reply


Messages In This Thread
[Ajuda] /pm Erro ajuda. - by Oakley_TwOPaCk - 14.10.2011, 04:19
Re: [ERRO] /pm Erro ajuda. - by Lуs - 14.10.2011, 04:56
Re: [ERRO] /pm Erro ajuda. - by Oakley_TwOPaCk - 14.10.2011, 05:12

Forum Jump:


Users browsing this thread: 2 Guest(s)