04.10.2014, 12:57
What is this? When ever someone dies, they get this screen. It bugs them out that they have to restart their client. If you tp to the person, you also get bugged out and my bodypart doesnt work.
Код HTML:
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 true; } Anyways, if the player take damage on their head or something, the leg is still get damaged