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