[Ajuda] Erros.
#2

vocк se esqueceu de fechar alguma funзгo ( } { )...

se estiver isso no seu GM remova e compila, e me diz se deu certo.
PHP код:
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;

Reply


Messages In This Thread
Erros. - by CZ - 08.07.2015, 04:15
Re: Erros. - by iTakelot - 08.07.2015, 04:27
Re: Erros. - by CZ - 08.07.2015, 04:39
Re: Erros. - by iTakelot - 08.07.2015, 04:50
Re: Erros. - by CZ - 08.07.2015, 04:52

Forum Jump:


Users browsing this thread: 1 Guest(s)