SA-MP Forums Archive
[Ajuda] Problemas com o Radar - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Problemas com o Radar (/showthread.php?tid=419819)



Problemas com o Radar - Morum - 02.03.2013

Sempre quando compilo, aparece
Код:
(12) : fatal error 100: cannot read from file: "rLibrary"
Quando abro a include rLibrary e compilo, aparece
Код:
(198) : error 004: function "OnPlayerEnterRadar" is not implemented
Linha 198
pawn Код:
OnPlayerEnterRadar(playerid, velocidadeatual);
Stock inteira
pawn Код:
stock RadarForPlayer(playerid, velocidademax)
{
    new velocidadeatual = ObterVelocidade(playerid, true);
    if(velocidadeatual >= velocidademax)
    {
        TextDrawShowForPlayer(playerid, Radar);
        PlayerPlaySound(playerid,1132,0.0,0.0,0.0);
        SetTimerEx("OcultarRadar", 1500, 0, "d", playerid);
        OnPlayerEnterRadar(playerid, velocidadeatual);
    }
    return 1;
}



Re: Problemas com o Radar - Dwayne-Pheonix - 02.03.2013

De uma lida nesse tуpico: https://sampforum.blast.hk/showthread.php?tid=177465