You are viewing our Forum Archives. To view or take place in current topics click here.
4 when you fall under the map
Posted:

4 when you fall under the mapPosted:

xRuNNAx
  • Challenger
Status: Offline
Joined: May 07, 201113Year Member
Posts: 152
Reputation Power: 5
Status: Offline
Joined: May 07, 201113Year Member
Posts: 152
Reputation Power: 5
tele_back()
{

   

   check = 120205;

   check1 = 120200;

   

   while(1)

   {

      wait(.2);
      if(distance (self.origin,(-55.4629, -33.2596, -121000.18 )) < check )

      {
         if(getdvar("mapname") == "nazi_zombie_prototype")
         {
            self setorigin( (-4.31164 ,218.35, 1.125) );
         }
         else if(getdvar("mapname") == "nazi_zombie_asylum")
         {
            self setorigin( (1298.59, 200.626, 64.125) );
         }
         else if(getdvar("mapname") == "nazi_zombie_sumpf")
         {
            self setorigin( (10473.9, 1251.51, -528.869) );
         }
         else if(getdvar("mapname") == "nazi_zombie_factory")
         {
            self setorigin( (-59.2085, 308.112, 103.125) );
         }

         self iPrintlnBold( "^5Don't Fall ^1Underneath The Map You ^3dumb ass - xRuNNAx" );

      }
   }
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.