[Ajuda] error 017: undefined symbol "i"
#1

Код:
C:\Users\Anonimo\Desktop\Brasil Magic Games\gamemodes\BMG.pwn(9799) : error 017: undefined symbol "i"
C:\Users\Anonimo\Desktop\Brasil Magic Games\gamemodes\BMG.pwn(9801) : error 012: invalid function call, not a valid address
C:\Users\Anonimo\Desktop\Brasil Magic Games\gamemodes\BMG.pwn(9801) : error 017: undefined symbol "i"
C:\Users\Anonimo\Desktop\Brasil Magic Games\gamemodes\BMG.pwn(9801) : error 029: invalid expression, assumed zero
C:\Users\Anonimo\Desktop\Brasil Magic Games\gamemodes\BMG.pwn(9801) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Linha 9799
Код:
if(Velocidade(i) >= 120 && GetPlayerState(i) == PLAYER_STATE_DRIVER && InAutoEscola[playerid] == 1)}
Linha 9801
Код:
 if(PassouLimite(i) >= 3)
Linha Completa
Код:
if(Velocidade(i) >= 120 && GetPlayerState(i) == PLAYER_STATE_DRIVER && InAutoEscola[playerid] == 1)//Aqui adicione tambйm a variбvel para ver se o player estб no teste, й sу colocar a variбvel depois do sinal '&&' que coloquei no final
    {
        if(PassouLimite(i) >= 3)
        {
            //Aqui suas funзхes para ele repitir o teste
            SendClientMessage(playerid, -1, "Vocк rodou no teste, motivo: passou de 120KM 3 vezes");
            PassouLimite(i) = 0;
            return 1;
        }
        SendClientMessage(playerid, -1, "Vocк passou do limite excedido");
        PassouLimite(i) += 1;
    }
Reply


Messages In This Thread
error 017: undefined symbol "i" - by Pablo_Mantega - 20.01.2014, 14:27
Re: error 017: undefined symbol "i" - by Gii - 20.01.2014, 14:34
Re: error 017: undefined symbol "i" - by FallweN - 20.01.2014, 14:34
Re: error 017: undefined symbol "i" - by Pablo_Mantega - 20.01.2014, 14:45
Re: error 017: undefined symbol "i" - by FallweN - 20.01.2014, 14:49
Re: error 017: undefined symbol "i" - by Pablo_Mantega - 20.01.2014, 14:49
Re: error 017: undefined symbol "i" - by Gii - 20.01.2014, 14:52
Re: error 017: undefined symbol "i" - by FallweN - 20.01.2014, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)