How to make a player slowly loose health?
#2

[code]
function LooseHealth()
{
new hp = GetPlayerHealth(playerid, hp);
Player[playerid][Health] = hp-1;
SetPlayerHealth(playerid, hp-1);
}
Something like this?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)