Little Help plz
#2

Something like this
pawn Код:
//in some timer
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
if(GetPlayerVehicleID(playerid) == 525) //or w/e id of hydra is
{
  if(Pos[2] < 50)
  {
   Kick(playerid);
  }
}
Just a rough overveiw, not teh actual code.
Reply


Messages In This Thread
Little Help plz - by cloud9 - 18.06.2009, 14:48
Re: Little Help plz - by Grim_ - 18.06.2009, 14:52
Re: Little Help plz - by cloud9 - 18.06.2009, 14:58
Re: Little Help plz - by Grim_ - 18.06.2009, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)