[Ajuda] Erro ao compilar
#1

Ta dando esses 2 erros aqui.
pawn Код:
.pwn(2190) : error 025: function heading differs from prototype
.pwn(2191) : error 021: symbol already defined: "IsNumeric"
Linhas
pawn Код:
stock IsNumeric(const string[])
{
    for (new i = 0, j = strlen(string); i < j; i++)
        if(string[i] > '9' || string[i] < '0') return 0;

    return 1;
}
1Є e 2Є linha
Reply


Messages In This Thread
Erro ao compilar - by Galhardo - 30.05.2013, 12:22
Re: Erro ao compilar - by Kuddy - 30.05.2013, 12:26
Respuesta: Erro ao compilar - by Wendell - 30.05.2013, 12:29

Forum Jump:


Users browsing this thread: 1 Guest(s)