If You Fall off? read V.V
#2

Just find what the lowest Z coordinate of your map is, then if they go below that value, then eliminate them from that game, until the next one starts.

pawn Код:
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
if(Pos[2] < "lowest Z coordinate in map")
{
  // Eliminate from game
}
Reply


Messages In This Thread
If You Fall off? read V.V - by w00tNew - 30.05.2010, 05:22
Re: If You Fall off? read V.V - by Grim_ - 30.05.2010, 05:26
Re: If You Fall off? read V.V - by w00tNew - 30.05.2010, 05:34
Re: If You Fall off? read V.V - by Grim_ - 30.05.2010, 05:37

Forum Jump:


Users browsing this thread: 1 Guest(s)