Helicopter propeller not kill's
#1

Is there any way to make the helicopter's propeller not kill the players when they climb on top of it?
Reply
#2



PHP код:
public OnPlayerTakeDamage(playeridissueridFloat:amountweaponidbodypart)
{
    new 
Float:player_health;
    
GetPlayerHealth(playeridplayer_health); 
    if(
weaponid == 50)
    {
        
SetPlayerHealth(playeridplayer_health);
    }

I suppose you could do something like that.
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)