04.10.2014, 13:15
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
if(issuerid != INVALID_PLAYER_ID && weaponid == 23 || weaponid == 24 || weaponid == 33 || weaponid == 22 || weaponid == 34 && bodypart == 7 || bodypart == 8)
{
SCM(playerid, COLOR_LIGHTRED, "DEBUG: LEGS.");
}
return 1;
}