How to make infinity health ?
#10

Quote:
Originally Posted by Yaszine
Посмотреть сообщение
Where can I put this, OnPlayerUpdate ?!
Quote:
Originally Posted by Hiddos
Посмотреть сообщение
Why not simply use OnPlayerUpdate for things like this?

pawn Код:
public OnPlayerUpdate(playerid)
{
  new Float:HP; GetPlayerHealth(playerid, HP);
  if(HP < 1000) SetPlayerHealth(playerid, 1000);
  return 1;
}
Use Hiddy's.

Also, if you were using Basicz, by the time the timer kicks in, if you were getting shot at by a minigun, you would already be dead.
Reply


Messages In This Thread
How to make infinity health ? - by Yaszine - 19.12.2010, 10:12
Re: How to make infinity health ? - by Rachael - 19.12.2010, 10:17
Re : How to make infinity health ? - by Yaszine - 19.12.2010, 10:27
Re: How to make infinity health ? - by Basicz - 19.12.2010, 11:11
Re: How to make infinity health ? - by hanzen - 19.12.2010, 11:37
Re: How to make infinity health ? - by [TD]Torben - 19.12.2010, 11:41
Re: How to make infinity health ? - by Hiddos - 19.12.2010, 11:42
Re: How to make infinity health ? - by Mean - 19.12.2010, 12:13
Re : Re: How to make infinity health ? - by Yaszine - 19.12.2010, 12:26
Re: How to make infinity health ? - by WillyP - 19.12.2010, 12:30

Forum Jump:


Users browsing this thread: 2 Guest(s)