[ajuda] Por player nгo morrer
#2

PHP код:
new MORTO[MAX_PLAYERS];
public 
OnPlayerDeath(playeridkilleridreason)
{
    
ApplyAnimation(playerid,"CRACK""crckdeth2"4.001110);
    
SetPlayerHealth(playerid5);
    
MORTO[playerid] = 1;
    return 
1;
}
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys == 16 && MORTO[playerid] == 1
    {
        
ClearAnimations(playerid);
        
Morto[playerid] = 0;
    }
    return 
1;
}
//Logo quando ele morrer ficarб com vida 5 e se contorcendo. Entгo quando ele apertar ENTER a animaзгo serб finalizada. Mas a vida continuarб em 5. 
Reply


Messages In This Thread
[ajuda] Por player nгo morrer - by SERRA93 - 10.05.2011, 22:01
Re: [ajuda] Por player nгo morrer - by Shadoww5 - 10.05.2011, 22:16
Re: [ajuda] Por player nгo morrer - by Macintosh - 10.05.2011, 22:27
Re: [ajuda] Por player nгo morrer - by Shadoww5 - 10.05.2011, 22:38
Re: [ajuda] Por player nгo morrer - by Macintosh - 10.05.2011, 22:39

Forum Jump:


Users browsing this thread: 3 Guest(s)