SA-MP Forums Archive
[Pedido] Animaзгo ao morrer - 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: [Pedido] Animaзгo ao morrer (/showthread.php?tid=483527)



Animaзгo ao morrer - SuperChock - 26.12.2013

Olб amigos.

Queria saber se vocкs podem me passar, quem tenha ou saiba, aquela animaзгo que tem em vбrios servers, como FenixZone e tal, quando morre, que o player fica encolhido no chгo tipo gemendo, geralmente nesses servers fica aparecendo pra esperar o mйdico ou aceitar a morte.


Re: Animaзгo ao morrer - luuuck - 26.12.2013

pawn Код:
new death;

public OnPlayerDeath(playerid, reason) {

    death++;
    return true;
}

public OnPlayerSpawn(playerid) {

    if(death > 1) {
        //  Funзгo pra ir pro mйdico
        SetPlayerPos(playerid, PosX, PosY, PosZ);
        SetPlayerInterior(playerid, IntID);
        ClearAnimations(playerid);
        ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
    }
    return true;
}



Re: Animaзгo ao morrer - SuperChock - 26.12.2013

Cara! Muito obrigado mesmo por essa animaзгo! Fico muito grato! Lhe dei reputaзгo! Procurei essa animaзгo hб muito tempo.