[AJUDA] Orgs
#8

Vк se o GM tem isso aqui
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;
}
se nгo tiver tu coloca... (: e tenta
Reply


Messages In This Thread
[AJUDA] Orgs - by nefestor - 27.09.2011, 20:46
Re: [AJUDA]ORGS - by Josma_cmd - 27.09.2011, 21:00
Re: [AJUDA]ORGS - by WLSF - 27.09.2011, 21:05
Re: [AJUDA]ORGS - by nefestor - 27.09.2011, 21:12
Re: [AJUDA]ORGS - by WLSF - 27.09.2011, 21:16
Re: [AJUDA]ORGS - by nefestor - 27.09.2011, 21:16
Re: [AJUDA]ORGS - by nefestor - 27.09.2011, 21:20
Re: [AJUDA]ORGS - by WLSF - 27.09.2011, 21:23
Re: [AJUDA]ORGS - by nefestor - 27.09.2011, 21:26
Re: [AJUDA]ORGS - by WLSF - 27.09.2011, 21:29

Forum Jump:


Users browsing this thread: 2 Guest(s)