Z limit thing xD
#8

pawn Код:
forward SomeCheckTimer();
public SomeCheckTimer()
{
  new Float:unused, Float:z;
  for (new i = 0; i < MAX_PLAYERS; i++)
  {
    if (GetPlayerPos(i, unused, unused, z))
    {
      if (z < 0.1)
      {
        SetPlayerHealth(i, 0);
      }
    }
  }
}
Reply


Messages In This Thread
Z limit thing xD - by ~Dangun! - 04.02.2010, 19:43
Re: Z limit thing xD - by thiaZ_ - 04.02.2010, 19:46
Re: Z limit thing xD - by ~Dangun! - 05.02.2010, 14:13
Re: Z limit thing xD - by Virtual1ty - 05.02.2010, 14:18
Re: Z limit thing xD - by ~Dangun! - 05.02.2010, 14:19
Re: Z limit thing xD - by Virtual1ty - 05.02.2010, 14:20
Re: Z limit thing xD - by ~Dangun! - 05.02.2010, 14:21
Re: Z limit thing xD - by Streetplaya - 05.02.2010, 15:22
Re: Z limit thing xD - by ~Dangun! - 05.02.2010, 15:28

Forum Jump:


Users browsing this thread: 2 Guest(s)