30.05.2013, 12:22
Ta dando esses 2 erros aqui.
Linhas
1Є e 2Є linha
pawn Код:
.pwn(2190) : error 025: function heading differs from prototype
.pwn(2191) : error 021: symbol already defined: "IsNumeric"
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;
}