OnplayerTakeDamage
#2

try this

pawn Код:
if(issuerid != INVALID_PLAYER_ID)
{
   if(weaponid == 34 && bodypart == 9)
   {
       SetPlayerHealth(playerid,0.0);
   }
   return 1;
}
Reply


Messages In This Thread
OnplayerTakeDamage - by Greaper - 13.02.2014, 21:32
Re: OnplayerTakeDamage - by DarkLored - 13.02.2014, 23:01
Re: OnplayerTakeDamage - by Threshold - 14.02.2014, 00:36

Forum Jump:


Users browsing this thread: 1 Guest(s)