[Ajuda] Auto render mirando! :O
#10

Utilize assim:

pawn Код:
//VERIFIQUE SE VOCК TEM ISSO NO TOPO DO SEU GM:
#define PRESSED(%0) \
    (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
//CASO CONTRБRIO ADICIONE...

    if (PRESSED(KEY_JUMP))
    {
new OutroPlayer = GetPlayerTargetPlayer(playerid);
if(GetPlayerTeam(OutroPlayer) == GetPlayerTeam(playerid) && OutroPlayer != INVALID_PLAYER_ID)//Funзгo retirada do SA-MP Wiki
{
        SetPlayerSpecialAction(OutroPlayer, 10);
        SendClientMessage(playerid, -1, "Jogador 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: 3 Guest(s)