[Ajuda] Sistema de HS
#2

Esse sistema й obsoleto, a partir da 0.3z jб й possнvel identificar nativamente em que parte do corpo o jogador foi atingido.

Veja: https://sampwiki.blast.hk/wiki/OnPlayerTakeDamage

Exemplo (da prуpria wiki):
PHP Code:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponidbodypart)
{
    if(
issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9)
    {
        
// One shot to the head to kill with sniper rifle
        
SetPlayerHealth(playerid0.0);
    }
    return 
1;

Reply


Messages In This Thread
Sistema de HS - by DeusGrego - 17.12.2017, 11:08
Re: Sistema de HS - by RodrigoMSR - 17.12.2017, 11:16
Re: Sistema de HS - by DeusGrego - 17.12.2017, 12:49
Re: Sistema de HS - by RodrigoMSR - 17.12.2017, 12:53
Re: Sistema de HS - by DeusGrego - 18.12.2017, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)