My questions here. (please have a look here, this will be updated frequently)
#2

There are many ways in which you can do something like this, one example is:

pawn Code:
public OnPlayerUpdate(playerid)
{
  new Float:x, Float:y, Float:z;
  GetPlayerPos(playerid, x, y, z);
 
  if(z < 70)
  {
    SetPlayerHealth(playerid, 0);
  }
  return 1;
}
I'm sure there is a better way to do this, but this is one simple solution.
Reply


Messages In This Thread
My questions here. (please have a look here, this will be updated frequently) - by [dN]Eagle - 23.01.2010, 08:47
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 08:51
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 08:53
Re: Kill players when they are lower then "Z.Z" - by mansonh - 23.01.2010, 09:00
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 09:11
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 09:13
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 09:15
Re: Kill players when they are lower then "Z.Z" - by mansonh - 23.01.2010, 09:18
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 09:53
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 09:55
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 10:00
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 10:03
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 10:07
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 10:12
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 10:17
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 10:49
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 11:24
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 11:36
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 11:42
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 12:23
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 12:29
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 12:56
Re: Kill players when they are lower then "Z.Z" - by [dN]Eagle - 23.01.2010, 13:38
Re: Kill players when they are lower then "Z.Z" - by llama - 23.01.2010, 16:14
Re: I'll post my questions here (former topic : the kill players.... then "Z.Z") - by [dN]Eagle - 23.01.2010, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)