[Ajuda] morte
#2

tenta:
pawn Код:
// No OnPlayerDeath

SetTimerEx("Carols", 30000, false,"i", playerid);
ApplyPlayerAnimation( ... ); // https://sampwiki.blast.hk/wiki/ApplyAnimation

// FINAL do Gm
forward Carols(playerid);
public Carols(playerid)
{
    ClearPlayerAnimations(playerid);
    SetPlayerHealth(playerid, 0);
    return 1;
}
Reply


Messages In This Thread
[Ajuda] morte - by pimentgabriel - 11.10.2011, 22:23
Re: [Ajuda] morte - by [O.z]Caroline - 11.10.2011, 22:28
Re: [Ajuda] morte - by pimentgabriel - 11.10.2011, 22:52
Re: [Ajuda] morte - by Hardware - 11.10.2011, 23:00
Re: [Ajuda] morte - by [O.z]Caroline - 11.10.2011, 23:12
Re: [Ajuda] morte - by pimentgabriel - 11.10.2011, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)