27.08.2016, 01:19
PHP код:
switch(bodypart)
{
//blabla
case 7:
{
SetPlayerHealth(playerid, health - 5); // Left Leg.
ApplyAnimation...
}
case 8:
{
SetPlayerHealth(playerid, health - 5); // Right Leg.
ApplyAnimation...
}
//blabla
}

