[AJUDA] Comando CNN
#4

Nгo precisa o gl_comman e so colocar o
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;
}
Sу pr aninguem desmentir eu ja testei , e testei ate mesmo com objetos atraidos ao player
Reply


Messages In This Thread
[AJUDA] Comando CNN - by marcos5680 - 13.06.2011, 00:14
Re: [AJUDA] Comando CNN - by Ricop522 - 13.06.2011, 00:56
Respuesta: Re: [AJUDA] Comando CNN - by marcos5680 - 13.06.2011, 01:11
Re: [AJUDA] Comando CNN - by hitachi_uchila - 13.06.2011, 02:23
Re: [AJUDA] Comando CNN - by [AF]Junior - 13.06.2011, 03:05
Respuesta: Re: [AJUDA] Comando CNN - by marcos5680 - 13.06.2011, 20:07
Re: [AJUDA] Comando CNN - by marcos5680 - 13.06.2011, 20:13
Re: [AJUDA] Comando CNN - by Rodrigo. - 13.06.2011, 20:27
Respuesta: Re: [AJUDA] Comando CNN - by marcos5680 - 13.06.2011, 22:31
Re: Respuesta: Re: [AJUDA] Comando CNN - by Rodrigo. - 14.06.2011, 00:51

Forum Jump:


Users browsing this thread: 1 Guest(s)