health
#5

pawn Код:
new Float:Health;
GetPlayerHealth(playerid, Health);
SetPlayerHealth(playerid, Health+10.0);
if(Health > 100.0)
{
    SetPlayerHealth(playerid, 100.0);
}
_______________
EDIT: Haha, too late.
Reply


Messages In This Thread
health - by oscar7610 - 08.04.2012, 00:19
Re: health - by Boooth - 08.04.2012, 00:23
Re: health - by oscar7610 - 08.04.2012, 00:32
Re: health - by Kitten - 08.04.2012, 00:35
Re: health - by [DOG]irinel1996 - 08.04.2012, 00:36
Re: health - by oscar7610 - 08.04.2012, 00:40
Re: health - by Kitten - 08.04.2012, 00:42
Re: health - by [DOG]irinel1996 - 08.04.2012, 00:43
Re: health - by oscar7610 - 08.04.2012, 00:45
Re: health - by oscar7610 - 08.04.2012, 00:49

Forum Jump:


Users browsing this thread: 1 Guest(s)