SA-MP Forums Archive
[Ajuda] Erro ao Passar FS para o GM - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erro ao Passar FS para o GM (/showthread.php?tid=420559)



Erro ao Passar FS para o GM - Coringa_Vilao - 05.03.2013

Resolvido !


Respuesta: Erro ao Passar FS para o GM - Parka - 05.03.2013

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;
}
//----------------------------------------------------------------------------// 
nгo excluн-lo. exclua.


Re: Erro ao Passar FS para o GM - Delete_ - 05.03.2013

Код:
error 021: symbol already defined
Jб estб definido, apague.


Re: Erro ao Passar FS para o GM - Coringa_Vilao - 05.03.2013

Resolvido !