[Ajuda] Erro ao Copilar
#7

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
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;
}
Deu os seguintes Erros :

pawn Код:
C:\Documents and Settings\FAMILIA_\Desktop\GM Novo\gamemodes\Untitled.pwn(104) : warning 217: loose indentation
C:\Documents and Settings\FAMILIA_\Desktop\GM Novo\gamemodes\Untitled.pwn(104) : error 029: invalid expression, assumed zero
C:\Documents and Settings\FAMILIA_\Desktop\GM Novo\gamemodes\Untitled.pwn(104) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\FAMILIA_\Desktop\GM Novo\gamemodes\Untitled.pwn(104) : error 029: invalid expression, assumed zero
C:\Documents and Settings\FAMILIA_\Desktop\GM Novo\gamemodes\Untitled.pwn(104) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Linha 104 Erro :
pawn Код:
stock IsNumeric(const string[])
Reply


Messages In This Thread
[Ajuda] Erro ao Copilar - by Oakley_TwOPaCk - 16.11.2011, 00:39
Re: [Ajuda] Erro ao Copilar - by Jason` - 16.11.2011, 00:51
Re: [Ajuda] Erro ao Copilar - by Oakley_TwOPaCk - 16.11.2011, 00:59
Re: [Ajuda] Erro ao Copilar - by ViniBorn - 16.11.2011, 02:27
Re: [Ajuda] Erro ao Copilar - by Lуs - 16.11.2011, 02:37
Re: [Ajuda] Erro ao Copilar - by Joker_OutLock - 16.11.2011, 10:55
Re: [Ajuda] Erro ao Copilar - by Oakley_TwOPaCk - 16.11.2011, 12:30
Re: [Ajuda] Erro ao Copilar - by Lуs - 16.11.2011, 14:13
Re: [Ajuda] Erro ao Copilar - by Oakley_TwOPaCk - 17.11.2011, 20:27
Re: [Ajuda] Erro ao Copilar - by [KoS]Izaac - 17.11.2011, 20:31

Forum Jump:


Users browsing this thread: 2 Guest(s)