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.