[DUV]Morrer em 5 segundos apуs animaзгo
#2

pawn Код:
if(strcmp("/tomarveneno", cmd, true) == 0)
{
ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
SetTimerEx("Matar", 5000, 0,"e", playerid);
SendClientMessage(playerid,COLOR_YELLOW,"Vocк Tomou Veneno Seu Otбrio! Vai morrer em 5 segundos!");
return 1;
}
Depois bota no final do gm
pawn Код:
forward Matar(playerid);
public Matar(playerid)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid,COLOR_YELLOW,"Vocк morreu!");
return 1;
}
Reply


Messages In This Thread
[DUV]Morrer em 5 segundos apуs animaзгo - by BlackFin - 11.08.2010, 01:12
Re: [DUV]Morrer em 5 segundos apуs animaзгo - by Caio_Cartaxo - 11.08.2010, 03:32
Re: [DUV]Morrer em 5 segundos apуs animaзгo - by ipsBruno - 11.08.2010, 04:35
Re: [DUV]Morrer em 5 segundos apуs animaзгo - by SlashPT - 11.08.2010, 11:43
Re: [DUV]Morrer em 5 segundos apуs animaзгo - by BlackFin - 11.08.2010, 12:51
Re: [DUV]Morrer em 5 segundos apуs animaзгo - by Caio_Cartaxo - 11.08.2010, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)