help me
#4

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  new Float:health;
  GetPlayerHealth(playerid,health);
  if (health < 50.0)
  {
    SetPlayerPos(playerid, x, x, x);
  }
    return 1;
}
i dunno if that'll work
Reply


Messages In This Thread
help me - by pierhs - 18.07.2009, 18:39
Re: help me - by yom - 18.07.2009, 18:45
Re: help me - by pierhs - 18.07.2009, 18:46
Re: help me - by V1ceC1ty - 18.07.2009, 18:48
Re: help me - by V1ceC1ty - 18.07.2009, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)