[Ajuda] Auto render mirando! :O
#4

Eu usei essa funзгo em um FS que postei, que indica o PING do player apуs mirar no mesmo....

Vocк pode usar da seguinte maneira:

pawn Код:
//Bom no meu caso eu utilizei a funзгo no OnPlayerUpdate....

new OutroPlayer = GetPlayerTargetPlayer(playerid);
new OutroPplayer;
if(GetPlayerTeam(OutroPlayer) == GetPlayerTeam(playerid) && OutroPlayer != INVALID_PLAYER_ID)//Funзгo retirada do SA-MP Wiki
{
    if(IsACop[playerid] == 1)
    {
        SetPlayerSpecialAction(playerid, 10);
        SendClientMessage(playerid, -1, "Vocк foi rendido");
    }
}
Reply


Messages In This Thread
Auto render mirando! :O - by luccagomes15 - 21.11.2013, 20:40
Re: Auto render mirando! :O - by Bruno Pereira - 21.11.2013, 21:28
Re: Auto render mirando! :O - by riad12 - 22.11.2013, 00:13
Re: Auto render mirando! :O - by focaximubh - 22.11.2013, 00:16
Re: Auto render mirando! :O - by luccagomes15 - 22.11.2013, 00:27
Re: Auto render mirando! :O - by focaximubh - 22.11.2013, 00:33
Re: Auto render mirando! :O - by luccagomes15 - 22.11.2013, 01:23
Re: Auto render mirando! :O - by focaximubh - 22.11.2013, 01:28
Re: Auto render mirando! :O - by luccagomes15 - 22.11.2013, 01:31
Re: Auto render mirando! :O - by focaximubh - 22.11.2013, 01:40

Forum Jump:


Users browsing this thread: 1 Guest(s)