[Ajuda]/darvip
#2

erro 017:
pawn Код:
//adicione isso no fim do GM
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;
}
error 033:
Verifica ai .... eu axo q o 'tmp' ja ta definido no seu Gm...
Reply


Messages In This Thread
[Ajuda]/darvip - by mengueh - 09.05.2012, 21:54
Re: [Ajuda]/darvip - by Trigo - 09.05.2012, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)