[HELP] Adding health to player
#5

Quote:
Originally Posted by TheXIII
Посмотреть сообщение
pawn Код:
public AddPlayerHealth( playerid, Float:Amount )
{
    new Float:Health;
    GetPlayerHealth(playerid, Health);
    SetPlayerHealth (playerid, Health + Amount);
    return floatround(Health + Amount);
}
+ Add forward to that.
Why not use an stock? would be the same .. though you can't add an timer to an stock.
Reply


Messages In This Thread
[HELP] Adding health to player - by Pooh7 - 17.10.2010, 11:58
Re: [HELP] Adding health to player - by TouR - 17.10.2010, 12:22
Re: [HELP] Adding health to player - by TheXIII - 17.10.2010, 12:26
Re: [HELP] Adding health to player - by Pooh7 - 17.10.2010, 13:06
Re: [HELP] Adding health to player - by Cameltoe - 17.10.2010, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)