[AJUDA] ERROS
#7

Quote:
Originally Posted by Lord_Ching
Посмотреть сообщение
kklkkk eu tinha esquecido que mudei o nome...

mais tem essa warning aki que eu ainda nгo entendi
pawn Код:
C:\Users\Famнlia Vilen\Downloads\SAMP\samp03dsvr_R2_win32 (1)\gamemodes\GangWarBr.pwn(1682) : warning: 203: symbol is never used: "string"
Linha:
pawn Код:
strtok(const string[], & index)
Ao redor:
pawn Код:
strtok(const string[], & index)
{
    new length = strlen(CELULAS);
    while ((index < length) && (CELULAS[index] <= ' '))
    {
        index++;
    }
    new offset = index;
    new result[20];
    while ((index < length) && (CELULAS[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
        result[index - offset] = CELULAS[index];
        index++;
    }
    result[index - offset] = EOS;
    return result;
}
tenta ai.
new string[256];
Reply


Messages In This Thread
[AJUDA] ERROS - by Lord_Ching - 24.01.2012, 20:07
Re: [AJUDA] ERROS - by Bolinha_ProJogos - 24.01.2012, 20:14
Re: [AJUDA] ERROS - by Don_Speed - 24.01.2012, 20:16
Re: [AJUDA] ERROS - by Lord_Ching - 24.01.2012, 20:20
Re: [AJUDA] ERROS - by Don_Speed - 24.01.2012, 20:25
Re: [AJUDA] ERROS - by Lord_Ching - 24.01.2012, 20:27
Re: [AJUDA] ERROS - by Bolinha_ProJogos - 24.01.2012, 20:31
Re: [AJUDA] ERROS - by Lord_Ching - 24.01.2012, 20:36
Re: [AJUDA] ERROS - by Don_Speed - 24.01.2012, 20:39
Re: [AJUDA] ERROS - by Lord_Ching - 24.01.2012, 20:47

Forum Jump:


Users browsing this thread: 1 Guest(s)