[Ajuda] Erros.
#3

Eu troquei [128] por [256] e ficou 12 erros


Agora removi oque vc falou ai encima e ficou

esse erro aqui n consigo tirar

pawn Код:
C:\Users\Carlos\Desktop\Nova Pasta\hdddd.pwn(15856) : error 021: symbol already defined: "HexToInt"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


9 Errors.
Linha :

pawn Код:
stock HexToInt(string[])
{
    new i = 0;
    new cur = 1;
    new res = 0;
    for (i = strlen(string); i > 0; i--)
    {
        if (string[i-1] < 58) res = res + cur*(string[i-1] - 48); else res = res + cur*(string[i-1] - 65 + 10);
        cur = cur*16;
    }
    return res;
}
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: 3 Guest(s)