[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
#2

symbol already defined: "IsNumeric"


Vocк ao menos tentou ler o erro? Parece que nгo. Agora suponhamos que vocк nгo saiba que й symbol already defined. Traduzindo com o ****** tradutor:

Quote:
Originally Posted by ****** Tradutor
sнmbolo jб definido: "IsNumeric"
https://sampforum.blast.hk/showthread.php?tid=252966
Reply
#3

Stock jб definida , delete-o .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)