Remove fall damage
#9

Code:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart) 
{
     if (issuerid == INVALID_PLAYER_ID)
    {
           return 0;
    }
}
//This will cause no damage to player if player fall or damage himself
Reply


Messages In This Thread
Remove fall damage - by GoldenLion - 25.08.2016, 13:08
Re: Remove fall damage - by Gammix - 25.08.2016, 13:11
Re: Remove fall damage - by GoldenLion - 25.08.2016, 13:12
Re: Remove fall damage - by Shinja - 25.08.2016, 13:13
Re: Remove fall damage - by GoldenLion - 25.08.2016, 13:18
Re: Remove fall damage - by Stinged - 25.08.2016, 15:57
Re: Remove fall damage - by GoldenLion - 25.08.2016, 18:55
Re: Remove fall damage - by Stinged - 25.08.2016, 20:39
Re: Remove fall damage - by Maheerali - 26.08.2016, 07:14

Forum Jump:


Users browsing this thread: 2 Guest(s)