Advertisement
Guest User

Untitled

a guest
Feb 12th, 2012
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <teleports>
  4. <!--
  5.     <teleport id="">
  6.         <name></name>
  7.         <type></type>
  8.         <position>
  9.             <x></x>
  10.             <y></y>
  11.             <z></z>
  12.             <a></a>
  13.         </position>
  14.         <command></command>
  15.     </teleport>
  16. -->
  17.     <teleport id="0">
  18.         <name>Aereopuerto de Las Venturas</name>
  19.         <type>0</type>
  20.         <position>
  21.             <x>1319.1082</x>
  22.             <y>1258.1609</y>
  23.             <z>10.8203</z>
  24.             <a>0.0</a>
  25.         </position>
  26.         <command>lvaereo</command>
  27.     </teleport>
  28.    
  29.     <teleport id="1">
  30.         <name>Techo del Emerald Isle</name>
  31.         <type>3</type>
  32.         <position>
  33.             <x>2066.6882</x>
  34.             <y>2365.3557</y>
  35.             <z>150.4766</z>
  36.             <a>225.0</a>
  37.         </position>
  38.         <command>tdei</command>
  39.     </teleport>
  40.    
  41.     <teleport id="2">
  42.         <name>Cima de Mount Chilliad</name>
  43.         <type>3</type>
  44.         <position>
  45.             <x>-2231.1799</x>
  46.             <y>-1742.6709</y>
  47.             <z>480.8606</z>
  48.             <a>232.4386</a>
  49.         </position>
  50.         <command>cdmount</command> 
  51.     </teleport>
  52.    
  53.     <teleport id="3">
  54.         <name>Andromada sobre Barco Pirata</name>
  55.         <type>3</type>
  56.         <position>
  57.             <x>1960.1281</x>
  58.             <y>1644.2783</y>
  59.             <z>1986.4813</z>
  60.             <a>0.0</a>
  61.         </position>
  62.         <command>lvandro</command>
  63.     </teleport>
  64.    
  65.     <teleport id="4">
  66.         <name>Bajada a fondo Nr. 1</name>
  67.         <type>2</type>
  68.         <position>
  69.             <x>1960.1281</x>
  70.             <y>1644.2783</y>
  71.             <z>1986.4813</z>
  72.             <a>0.0</a>
  73.         </position>
  74.         <command>bf1</command>
  75.     </teleport>
  76. </teleports>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement