23.03.2014, 02:15
@Dark, you've got GetPlayerHealth messed up.
pawn Код:
stock DecreaseHealth(playerid)
{
new Float:health;
GetPlayerHealth(playerid, health);
return SetPlayerHealth(playerid, health-1.0);
}