[Pedido] Quando um Player Morre Fazer animaзгo - 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] Quando um Player Morre Fazer animaзгo (
/showthread.php?tid=644691)
Quando um Player Morre Fazer animaзгo -
HostedPlayerss - 12.11.2017
queria um cуdigo de guando um player morrer fazer uma animaзгo quem puder ajudar fico grato
Re: Quando um Player Morre Fazer animaзгo -
Swinte - 12.11.2017
Clique aqui
Clique aqui 2
Seria um dos dois?
Re: Quando um Player Morre Fazer animaзгo -
Gguiz - 12.11.2017
Essa animaзгo seria para o player que morreu ou o que matou?
Re: Quando um Player Morre Fazer animaзгo -
HostedPlayerss - 12.11.2017
Quote:
Originally Posted by Gguiz
Essa animaзгo seria para o player que morreu ou o que matou?
|
Para o Player que morreu
Re: Quando um Player Morre Fazer animaзгo -
HostedPlayerss - 12.11.2017
Quote:
Originally Posted by Swinte
|
nгo nгo tipo uma animaзгo que ele se joga no chгo
Re: Quando um Player Morre Fazer animaзгo -
Andre02 - 12.11.2017
Quote:
Originally Posted by HostedPlayerss
nгo nгo tipo uma animaзгo que ele se joga no chгo
|
Quote:
Originally Posted by Swinte
|
O Swinte te deu o que precisa, ApplyAnimation. Pode encontrar todas as animaзoes aqui:
https://sampwiki.blast.hk/wiki/Animations
Depois basta usar no OnPlayerDeath, que й quando um jogador morre.
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
ApplyAnimation(playerid, "PED", "KO_shot_stom",4.1,0,1,1,1,1);
return 1;
}
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
ApplyAnimation(playerid, "PED", "KO_shot_face",4.1,0,1,1,1,1);
return 1;
}
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
ApplyAnimation(playerid, "PED", "KO_shot_front",4.1,0,1,1,1,1);
return 1;
}
Experimente uma das 3 e veja qual prefere.
Re: Quando um Player Morre Fazer animaзгo -
HostedPlayerss - 29.11.2017
Vlw a todos que ajudaram