10.02.2012, 18:20
Is it possible to change how much damage you do when you fight with your fists?
new Float:health = GetPlayerHealth(playerid);
if(GetPlayerWeaponID(playerid)==0)
{
SetPlayerHealth(playerid,health-20);
}