[Ajuda] Erro ao compilar
#1

Quando eu compilo da esses erros:
.pwn(2190) : error 025: function heading differs from prototype
.pwn(2191) : error 021: symbol already defined: "IsNumeric"


linhas:
pawn Код:
stock IsNumeric(const string[])
{
inteira
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;
}
Reply
#2

Retira a Stock IsNumeric ela jб foi definida ( jб tem outra)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)