Advertisement
Guest User

OmegaZoneX-2017 DB (sa-mpkevincraft.blogspot.com)

a guest
Nov 27th, 2017
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 160.90 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.6.5.2
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Servidor: 127.0.0.1
  6. -- Tiempo de generación: 27-11-2017 a las 21:44:14
  7. -- Versión del servidor: 10.1.21-MariaDB
  8. -- Versión de PHP: 5.6.30
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8mb4 */;
  18.  
  19. --
  20. -- Base de datos: `omegazone`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Estructura de tabla para la tabla `action_queue`
  27. --
  28.  
  29. CREATE TABLE `action_queue` (
  30.   `ID` int(10) UNSIGNED NOT NULL,
  31.   `faccj` int(11) NOT NULL DEFAULT '0',
  32.   `user_ses` varchar(24) NOT NULL DEFAULT 'Nadie',
  33.   `jugname` varchar(24) NOT NULL DEFAULT 'Nadie',
  34.   `queue_params` varchar(24) NOT NULL DEFAULT 'nada',
  35.   `status` int(1) NOT NULL DEFAULT '0' COMMENT '0 sin atender, 1 atendido, 2 error',
  36.   `Fecha` varchar(24) NOT NULL DEFAULT 'Desconocida',
  37.   `type` int(2) NOT NULL DEFAULT '0'
  38. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  39.  
  40. -- --------------------------------------------------------
  41.  
  42. --
  43. -- Estructura de tabla para la tabla `antecedentes`
  44. --
  45.  
  46. CREATE TABLE `antecedentes` (
  47.   `Id` int(10) UNSIGNED NOT NULL,
  48.   `Cargos` text NOT NULL,
  49.   `Condena` int(1) NOT NULL,
  50.   `Oficial` varchar(24) NOT NULL,
  51.   `Datos` text NOT NULL,
  52.   `Fecha` varchar(32) NOT NULL,
  53.   `UserID` int(22) NOT NULL
  54. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  55.  
  56. -- --------------------------------------------------------
  57.  
  58. --
  59. -- Estructura de tabla para la tabla `cantidad_vehiculos`
  60. --
  61.  
  62. CREATE TABLE `cantidad_vehiculos` (
  63.   `id` int(10) UNSIGNED NOT NULL,
  64.   `Cantidad` varchar(11) NOT NULL DEFAULT '0'
  65. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  66.  
  67. --
  68. -- Volcado de datos para la tabla `cantidad_vehiculos`
  69. --
  70.  
  71. INSERT INTO `cantidad_vehiculos` (`id`, `Cantidad`) VALUES
  72. (1, '103');
  73.  
  74. -- --------------------------------------------------------
  75.  
  76. --
  77. -- Estructura de tabla para la tabla `facciones`
  78. --
  79.  
  80. CREATE TABLE `facciones` (
  81.   `id` int(10) UNSIGNED NOT NULL,
  82.   `fecha` varchar(32) NOT NULL DEFAULT '01/01/2016',
  83.   `Nombre` varchar(32) NOT NULL,
  84.   `Integrantes` int(10) NOT NULL DEFAULT '0',
  85.   `Lider` varchar(32) NOT NULL,
  86.   `Rango1` varchar(32) NOT NULL,
  87.   `Rango2` varchar(32) NOT NULL,
  88.   `Rango3` varchar(32) NOT NULL,
  89.   `Rango4` varchar(32) NOT NULL,
  90.   `Rango5` varchar(32) NOT NULL,
  91.   `Rango6` varchar(32) NOT NULL,
  92.   `tipobanda` varchar(32) NOT NULL,
  93.   `territorio` varchar(32) NOT NULL DEFAULT 'Ninguno',
  94.   `MaxIntegrantes` int(3) NOT NULL DEFAULT '20',
  95.   `Rango5Inv` int(1) NOT NULL DEFAULT '0',
  96.   `Rango5Exp` int(1) NOT NULL DEFAULT '0',
  97.   `Rango5Edi` int(1) NOT NULL DEFAULT '0',
  98.   `Rango4Inv` int(1) NOT NULL DEFAULT '0',
  99.   `Rango4Exp` int(1) NOT NULL DEFAULT '0',
  100.   `Rango4Edi` int(1) NOT NULL DEFAULT '0',
  101.   `Rango3Inv` int(1) NOT NULL DEFAULT '0',
  102.   `Rango3Exp` int(1) NOT NULL DEFAULT '0',
  103.   `Rango3Edi` int(1) NOT NULL DEFAULT '0',
  104.   `Rango2Inv` int(1) NOT NULL DEFAULT '0',
  105.   `Rango2Exp` int(1) NOT NULL DEFAULT '0',
  106.   `Rango2Edi` int(1) NOT NULL DEFAULT '0',
  107.   `Rango1Inv` int(1) NOT NULL DEFAULT '0',
  108.   `Rango1Exp` int(1) NOT NULL DEFAULT '0',
  109.   `Rango1Edi` int(1) NOT NULL DEFAULT '0'
  110. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  111.  
  112. --
  113. -- Volcado de datos para la tabla `facciones`
  114. --
  115.  
  116. INSERT INTO `facciones` (`id`, `fecha`, `Nombre`, `Integrantes`, `Lider`, `Rango1`, `Rango2`, `Rango3`, `Rango4`, `Rango5`, `Rango6`, `tipobanda`, `territorio`, `MaxIntegrantes`, `Rango5Inv`, `Rango5Exp`, `Rango5Edi`, `Rango4Inv`, `Rango4Exp`, `Rango4Edi`, `Rango3Inv`, `Rango3Exp`, `Rango3Edi`, `Rango2Inv`, `Rango2Exp`, `Rango2Edi`, `Rango1Inv`, `Rango1Exp`, `Rango1Edi`) VALUES
  117. (1, '01/01/2016', 'S.A.P.D', 7, 'Hahn', 'Cadete', 'Oficial', 'Cabo', 'Sargento', 'Teniente', 'Lider', 'Policia', 'San Andreas', 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  118.  
  119. -- --------------------------------------------------------
  120.  
  121. --
  122. -- Estructura de tabla para la tabla `invitaciones`
  123. --
  124.  
  125. CREATE TABLE `invitaciones` (
  126.   `ID` int(10) UNSIGNED NOT NULL,
  127.   `Activo` varchar(3) NOT NULL DEFAULT '1',
  128.   `Invitador` varchar(26) NOT NULL,
  129.   `Invitado` varchar(26) NOT NULL,
  130.   `BandaID` int(26) NOT NULL,
  131.   `Fecha` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
  132. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  133.  
  134. -- --------------------------------------------------------
  135.  
  136. --
  137. -- Estructura de tabla para la tabla `logros`
  138. --
  139.  
  140. CREATE TABLE `logros` (
  141.   `ID` int(10) UNSIGNED NOT NULL,
  142.   `nombre` varchar(32) NOT NULL DEFAULT '0',
  143.   `fecha_nivel` varchar(32) NOT NULL DEFAULT '0',
  144.   `sobre_ruedas` int(10) NOT NULL DEFAULT '0',
  145.   `fecha_ruedas` varchar(32) NOT NULL DEFAULT '0',
  146.   `automedicado` int(10) NOT NULL DEFAULT '0',
  147.   `nro_remedio` int(10) NOT NULL DEFAULT '0',
  148.   `fecha_remedio` varchar(32) NOT NULL DEFAULT '0',
  149.   `adicto_crack` int(10) NOT NULL DEFAULT '0',
  150.   `nro_crack` int(10) NOT NULL DEFAULT '0',
  151.   `fecha_crack` varchar(32) NOT NULL DEFAULT '0',
  152.   `medico` int(10) NOT NULL DEFAULT '0',
  153.   `nro_salvado` int(10) NOT NULL DEFAULT '0',
  154.   `fecha_salvado` varchar(32) NOT NULL DEFAULT '0',
  155.   `tortuga` int(10) NOT NULL DEFAULT '0',
  156.   `fecha_tortuga` varchar(32) NOT NULL DEFAULT '0',
  157.   `techo_propio` int(10) NOT NULL DEFAULT '0',
  158.   `fecha_techo` varchar(32) NOT NULL DEFAULT '0',
  159.   `iniciando_negocios` int(10) NOT NULL DEFAULT '0',
  160.   `fecha_negocio` varchar(32) NOT NULL DEFAULT '0',
  161.   `lugar_trabajo` int(10) NOT NULL DEFAULT '0',
  162.   `fecha_trabajo` varchar(32) NOT NULL DEFAULT '0',
  163.   `cerrajero` int(10) NOT NULL DEFAULT '0',
  164.   `nro_forzado` int(10) NOT NULL DEFAULT '0',
  165.   `fecha_forzado` varchar(32) NOT NULL DEFAULT '0',
  166.   `piloto_experto` int(11) NOT NULL DEFAULT '0',
  167.   `ganadas` int(11) NOT NULL DEFAULT '0',
  168.   `fecha_ganadas` varchar(32) NOT NULL DEFAULT '0',
  169.   `negocio_redondo` int(11) NOT NULL DEFAULT '0',
  170.   `cosecha` int(11) NOT NULL DEFAULT '0',
  171.   `fecha_cosecha` varchar(32) NOT NULL DEFAULT '0',
  172.   `marihuanero` int(11) DEFAULT '0',
  173.   `porros` int(11) NOT NULL DEFAULT '0',
  174.   `fecha_porros` varchar(32) NOT NULL DEFAULT '0',
  175.   `mensaje` varchar(135) NOT NULL DEFAULT 'Nada para decir.',
  176.   `pais` varchar(32) NOT NULL DEFAULT 'Desconocido',
  177.   `mes` int(4) NOT NULL DEFAULT '0',
  178.   `dia` int(4) NOT NULL DEFAULT '0',
  179.   `ano` int(4) NOT NULL DEFAULT '0',
  180.   `mostrar_edad` int(1) NOT NULL DEFAULT '0',
  181.   `perfil` int(1) NOT NULL DEFAULT '1'
  182. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  183.  
  184. --
  185. -- Volcado de datos para la tabla `logros`
  186. --
  187.  
  188. INSERT INTO `logros` (`ID`, `nombre`, `fecha_nivel`, `sobre_ruedas`, `fecha_ruedas`, `automedicado`, `nro_remedio`, `fecha_remedio`, `adicto_crack`, `nro_crack`, `fecha_crack`, `medico`, `nro_salvado`, `fecha_salvado`, `tortuga`, `fecha_tortuga`, `techo_propio`, `fecha_techo`, `iniciando_negocios`, `fecha_negocio`, `lugar_trabajo`, `fecha_trabajo`, `cerrajero`, `nro_forzado`, `fecha_forzado`, `piloto_experto`, `ganadas`, `fecha_ganadas`, `negocio_redondo`, `cosecha`, `fecha_cosecha`, `marihuanero`, `porros`, `fecha_porros`, `mensaje`, `pais`, `mes`, `dia`, `ano`, `mostrar_edad`, `perfil`) VALUES
  189. (1, 'Prueba_Server', '0', 0, '0', 0, 0, '0', 0, 0, '0', 0, 0, '0', 0, '0', 1, '12 de Marzo del 2017', 0, '0', 0, '0', 0, 0, '0', 0, 0, '0', 0, 0, '0', 0, 0, '0', 'Nada para decir.', 'Desconocido', 0, 0, 0, 0, 1),
  190.  
  191. -- --------------------------------------------------------
  192.  
  193. --
  194. -- Estructura de tabla para la tabla `log_baneos`
  195. --
  196.  
  197. CREATE TABLE `log_baneos` (
  198.   `ID` int(10) NOT NULL,
  199.   `Administrador` varchar(24) NOT NULL,
  200.   `Baneado` varchar(24) NOT NULL,
  201.   `Fecha` varchar(10) NOT NULL,
  202.   `Motivo` varchar(50) NOT NULL
  203. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  204.  
  205. -- --------------------------------------------------------
  206.  
  207. --
  208. -- Estructura de tabla para la tabla `log_ingresos`
  209. --
  210.  
  211. CREATE TABLE `log_ingresos` (
  212.   `ID` int(10) UNSIGNED NOT NULL,
  213.   `Nombre` varchar(32) NOT NULL,
  214.   `Pais` varchar(32) NOT NULL,
  215.   `IP` varchar(32) NOT NULL,
  216.   `Fecha` varchar(32) NOT NULL,
  217.   `Host` varchar(32) NOT NULL
  218. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  219.  
  220. --
  221. -- Volcado de datos para la tabla `log_ingresos`
  222. --
  223.  
  224. INSERT INTO `log_ingresos` (`ID`, `Nombre`, `Pais`, `IP`, `Fecha`, `Host`) VALUES
  225. (1, 'Prueba_Server', 'Unknown', '127.0.0.1', '12/03/2017 01:06:45', 'Unknown'),
  226. (2, 'Prueba_Server', 'Unknown', '127.0.0.1', '12/03/2017 01:11:46', 'Unknown'),
  227. (3, 'Prueba_Server', 'Unknown', '127.0.0.1', '12/03/2017 01:17:42', 'Unknown'),
  228. (4, 'Prueba_Server', 'Unknown', '127.0.0.1', '12/03/2017 01:08:11', 'Unknown'),
  229.  
  230. -- --------------------------------------------------------
  231.  
  232. --
  233. -- Estructura de tabla para la tabla `log_nombres`
  234. --
  235.  
  236. CREATE TABLE `log_nombres` (
  237.   `ID` int(10) UNSIGNED NOT NULL,
  238.   `Viejo_Nombre` varchar(32) NOT NULL,
  239.   `Nuevo_Nombre` varchar(32) NOT NULL,
  240.   `Fecha` date NOT NULL
  241. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  242.  
  243. -- --------------------------------------------------------
  244.  
  245. --
  246. -- Estructura de tabla para la tabla `log_transacciones`
  247. --
  248.  
  249. CREATE TABLE `log_transacciones` (
  250.   `ID` int(10) UNSIGNED NOT NULL,
  251.   `Fecha` varchar(32) NOT NULL,
  252.   `Enviador` varchar(32) NOT NULL,
  253.   `Receptor` varchar(32) NOT NULL,
  254.   `Monto` varchar(32) NOT NULL
  255. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  256.  
  257. -- --------------------------------------------------------
  258.  
  259. --
  260. -- Estructura de tabla para la tabla `log_ventas`
  261. --
  262.  
  263. CREATE TABLE `log_ventas` (
  264.   `id` int(10) UNSIGNED NOT NULL,
  265.   `Vendedor` varchar(24) NOT NULL,
  266.   `arma` int(10) NOT NULL DEFAULT '0',
  267.   `precio` int(10) NOT NULL DEFAULT '0',
  268.   `comprador` varchar(24) NOT NULL,
  269.   `item` varchar(10) NOT NULL,
  270.   `cantidad` int(10) NOT NULL,
  271.   `fecha` varchar(20) NOT NULL
  272. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  273.  
  274. -- --------------------------------------------------------
  275.  
  276. --
  277. -- Estructura de tabla para la tabla `plantas`
  278. --
  279.  
  280. CREATE TABLE `plantas` (
  281.   `pID` int(10) UNSIGNED NOT NULL,
  282.   `paX` varchar(32) NOT NULL,
  283.   `paY` varchar(32) NOT NULL,
  284.   `paZ` varchar(32) NOT NULL,
  285.   `pSegundos` int(11) NOT NULL,
  286.   `pMinutos` int(11) NOT NULL,
  287.   `pHoras` int(11) NOT NULL,
  288.   `pEstado` int(11) NOT NULL,
  289.   `Plantador` varchar(32) NOT NULL,
  290.   `Creado` int(11) NOT NULL
  291. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  292.  
  293. -- --------------------------------------------------------
  294.  
  295. --
  296. -- Estructura de tabla para la tabla `prendas`
  297. --
  298.  
  299. CREATE TABLE `prendas` (
  300.   `ID` int(10) UNSIGNED NOT NULL,
  301.   `Propietario` varchar(32) NOT NULL,
  302.   `Objeto` int(10) NOT NULL,
  303.   `Slot` int(5) NOT NULL,
  304.   `ObjUsed` int(1) NOT NULL,
  305.   `fOffsetX` float NOT NULL DEFAULT '0.085',
  306.   `fOffsetY` float NOT NULL DEFAULT '0.017999',
  307.   `fOffsetZ` float NOT NULL DEFAULT '0.000999',
  308.   `fRotX` float NOT NULL DEFAULT '87.2',
  309.   `fRotY` float NOT NULL DEFAULT '88.1',
  310.   `fRotZ` float NOT NULL DEFAULT '-7.5',
  311.   `fScaleX` float NOT NULL DEFAULT '1',
  312.   `fScaleY` float NOT NULL DEFAULT '1',
  313.   `fScaleZ` float NOT NULL DEFAULT '1',
  314.   `ATH` int(1) NOT NULL,
  315.   `Web` int(1) NOT NULL DEFAULT '0'
  316. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  317.  
  318. --
  319. -- Volcado de datos para la tabla `prendas`
  320. --
  321.  
  322. INSERT INTO `prendas` (`ID`, `Propietario`, `Objeto`, `Slot`, `ObjUsed`, `fOffsetX`, `fOffsetY`, `fOffsetZ`, `fRotX`, `fRotY`, `fRotZ`, `fScaleX`, `fScaleY`, `fScaleZ`, `ATH`, `Web`) VALUES
  323. (7, 'Prueba_Server', 18942, 3, 0, 0.141998, -0.011, 0.003, -172.9, -0.400008, 20.5, 1, 0.982, 1.023, 1, 0),
  324. (8, 'Prueba_Server', 19023, 4, 0, 0.085, 0.022998, -0.003, 87.2, 88.1, 3.3, 1, 1.031, 1, 0, 0);
  325.  
  326. -- --------------------------------------------------------
  327.  
  328. --
  329. -- Estructura de tabla para la tabla `propiedades`
  330. --
  331.  
  332. CREATE TABLE `propiedades` (
  333.   `ID` int(10) UNSIGNED NOT NULL,
  334.   `IDPropietario` int(11) NOT NULL,
  335.   `Propietario` varchar(40) NOT NULL,
  336.   `EnVenta` int(11) NOT NULL,
  337.   `Precio` int(11) NOT NULL,
  338.   `EnUso` int(11) NOT NULL,
  339.   `PosX` float NOT NULL,
  340.   `PosY` float NOT NULL,
  341.   `PosZ` float NOT NULL,
  342.   `PosXS` float NOT NULL,
  343.   `PosYS` float NOT NULL,
  344.   `PosZS` float NOT NULL,
  345.   `PosA` float NOT NULL,
  346.   `PosAS` float NOT NULL,
  347.   `Nivel` int(11) NOT NULL,
  348.   `Tipo` int(11) NOT NULL,
  349.   `EnVentaPor` int(11) NOT NULL,
  350.   `Interior` int(11) NOT NULL,
  351.   `InteriorID` int(11) NOT NULL,
  352.   `Abierta` int(11) NOT NULL,
  353.   `Sprunk` int(11) NOT NULL,
  354.   `Cerveza` int(11) NOT NULL,
  355.   `Aquarius` int(11) NOT NULL,
  356.   `Pizzas` int(11) NOT NULL,
  357.   `Vino` int(11) NOT NULL,
  358.   `AK47` int(11) NOT NULL,
  359.   `M4` int(11) NOT NULL,
  360.   `EscopetaNormal` int(11) NOT NULL,
  361.   `EscopetaDeCombate` int(11) NOT NULL,
  362.   `MP5` int(11) NOT NULL,
  363.   `9mm` int(11) NOT NULL,
  364.   `9mmSilenciada` int(11) NOT NULL,
  365.   `DesertEagle` int(11) NOT NULL,
  366.   `Rifle` int(11) NOT NULL,
  367.   `Granada` int(11) NOT NULL,
  368.   `Manopla` int(11) NOT NULL,
  369.   `Cuchillo` int(11) NOT NULL,
  370.   `Katana` int(11) NOT NULL,
  371.   `Medicamentos` int(11) NOT NULL,
  372.   `Crack` int(11) NOT NULL,
  373.   `VW` int(11) NOT NULL,
  374.   `Camara` int(11) NOT NULL,
  375.   `Flores` int(11) NOT NULL,
  376.   `Pala` int(11) NOT NULL,
  377.   `BateDeBeisbol` int(11) NOT NULL,
  378.   `PaloDeGolf` int(11) NOT NULL,
  379.   `GX` float NOT NULL,
  380.   `GY` float NOT NULL,
  381.   `GZ` float NOT NULL,
  382.   `GA` float NOT NULL,
  383.   `Localizacion` varchar(80) NOT NULL,
  384.   `Ganancias` int(10) NOT NULL DEFAULT '0',
  385.   `PaloDeBillar` int(11) NOT NULL,
  386.   `ConsoladorRosa` int(11) NOT NULL,
  387.   `VibradorBlanco` int(11) NOT NULL,
  388.   `GranVibradorBlanco` int(11) NOT NULL,
  389.   `VibradorPlateado` int(11) NOT NULL,
  390.   `Baston` int(11) NOT NULL
  391. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  392.  
  393. --
  394. -- Volcado de datos para la tabla `propiedades`
  395. --
  396.  
  397. INSERT INTO `propiedades` (`ID`, `IDPropietario`, `Propietario`, `EnVenta`, `Precio`, `EnUso`, `PosX`, `PosY`, `PosZ`, `PosXS`, `PosYS`, `PosZS`, `PosA`, `PosAS`, `Nivel`, `Tipo`, `EnVentaPor`, `Interior`, `InteriorID`, `Abierta`, `Sprunk`, `Cerveza`, `Aquarius`, `Pizzas`, `Vino`, `AK47`, `M4`, `EscopetaNormal`, `EscopetaDeCombate`, `MP5`, `9mm`, `9mmSilenciada`, `DesertEagle`, `Rifle`, `Granada`, `Manopla`, `Cuchillo`, `Katana`, `Medicamentos`, `Crack`, `VW`, `Camara`, `Flores`, `Pala`, `BateDeBeisbol`, `PaloDeGolf`, `GX`, `GY`, `GZ`, `GA`, `Localizacion`, `Ganancias`, `PaloDeBillar`, `ConsoladorRosa`, `VibradorBlanco`, `GranVibradorBlanco`, `VibradorPlateado`, `Baston`) VALUES
  398. (1, 0, 'Nadie', 1, 0, 1, 2067.05, -1731.71, 14.2066, 223.092, 1287.08, 1082.14, 87.6815, 0, 1, 1, 1, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  399. (2, 0, 'Nadie', 1, 0, 1, 2066.24, -1717.19, 14.1363, 226.789, 1239.9, 1082.14, 92.2286, 0, 1, 1, 1, 9, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  400. (3, 0, 'Nadie', 1, 0, 1, 2065.11, -1703.57, 14.1484, 2365.46, -1135.58, 1050.88, 89.3314, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  401. (4, 0, 'Nadie', 1, 0, 1, 2066.74, -1656.52, 14.1328, 260.85, 1237.24, 1084.26, 91.8381, 0, 1, 1, 1, 29, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  402. (5, 0, 'Nadie', 1, 0, 1, 2067.56, -1643.61, 14.1363, 2333.22, -1077.34, 1049.02, 89.0181, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 2053.77, -1634.4, 13.5469, 89.1428, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  403. (6, 0, 'Nadie', 1, 0, 1, 2067.7, -1628.75, 14.2066, 2196.85, -1204.25, 1049.02, 85.5714, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 2053.68, -1637.95, 13.5469, 89.1428, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  404. (7, 0, 'Nadie', 1, 0, 1, 2018.05, -1629.87, 14.0426, 2308.77, -1212.94, 1049.02, 270.127, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  405. (8, 0, 'Nadie', 1, 0, 1, 2016.54, -1641.58, 14.1129, 2196.85, -1204.25, 1049.02, 268.246, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 2029.65, -1646.85, 13.5547, 270.958, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  406. (9, 0, 'Nadie', 1, 0, 1, 2013.58, -1656.31, 14.1363, 2365.46, -1135.58, 1050.88, 266.993, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 2029.65, -1650.05, 13.5547, 271.898, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  407. (10, 0, 'Nadie', 1, 0, 1, 2018.24, -1703.2, 14.2344, 2333.22, -1077.34, 1049.02, 268.56, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 2020.46, -1707.56, 13.5469, 266.258, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  408. (11, 0, 'Nadie', 1, 0, 1, 2016.2, -1717.06, 14.125, 2283.04, -1140.28, 1050.9, 267.933, 0, 1, 1, 1, 7, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  409. (12, 0, 'Nadie', 1, 0, 1, 2015.35, -1732.55, 14.2344, 2333.22, -1077.34, 1049.02, 267.933, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 2017.57, -1737.51, 13.5469, 269.392, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  410. (13, 0, 'Nadie', 1, 0, 1, 1980.37, -1718.98, 17.0304, 235.31, 1186.68, 1080.26, 86.5348, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  411. (14, 0, 'Nadie', 1, 0, 1, 1973.43, -1705.15, 15.9688, 83.1256, 1322.28, 1083.87, 356.294, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  412. (15, 0, 'Nadie', 1, 0, 1, 1969.28, -1705.14, 15.9688, 23.8471, 1340.17, 1084.38, 355.667, 0, 1, 1, 1, 20, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  413. (16, 0, 'Nadie', 1, 0, 1, 1980.99, -1683, 17.0539, 491.041, 1398.5, 1080.26, 88.7282, 0, 1, 1, 1, 16, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  414. (17, 0, 'Nadie', 1, 0, 1, 1969.89, -1671.19, 15.9688, 226.789, 1239.9, 1082.14, 351.594, 0, 1, 1, 1, 9, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  415. (18, 0, 'Nadie', 1, 0, 1, 1974.82, -1671.19, 15.9688, 223.092, 1287.08, 1082.14, 0.367441, 0, 1, 1, 1, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  416. (19, 0, 'Nadie', 1, 0, 1, 1978.77, -1671.19, 16.1876, 295.04, 1472.26, 1080.26, 271.066, 0, 1, 1, 1, 12, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  417. (20, 0, 'Nadie', 1, 0, 1, 1969.98, -1671.19, 18.5456, 226.789, 1239.9, 1082.14, 2.56063, 0, 1, 1, 1, 9, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  418. (21, 0, 'Nadie', 1, 0, 1, 1975.01, -1671.19, 18.5456, 223.092, 1287.08, 1082.14, 2.56063, 0, 1, 1, 1, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  419. (22, 0, 'Nadie', 1, 0, 1, 1978.77, -1671.61, 18.5456, 295.04, 1472.26, 1080.26, 276.707, 0, 1, 1, 1, 12, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  420. (23, 0, 'Nadie', 1, 0, 1, 1969.49, -1714.89, 17.0578, -283.438, 1471.2, 1084.38, 260.75, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  421. (24, 0, 'Nadie', 1, 0, 1, 1969.9, -1678.81, 17.0794, 83.1256, 1322.28, 1083.87, 178.679, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  422. (25, 0, 'Nadie', 1, 0, 1, 1967.47, -1633.71, 18.569, 223.092, 1287.08, 1082.14, 4.61405, 0, 1, 1, 1, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  423. (26, 0, 'Nadie', 1, 0, 1, 1972.27, -1633.71, 18.569, 226.789, 1239.9, 1082.14, 2.10729, 0, 1, 1, 1, 9, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  424. (27, 0, 'Nadie', 1, 0, 1, 1976.21, -1633.93, 18.569, 295.04, 1472.26, 1080.26, 271.24, 0, 1, 1, 1, 12, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  425. (28, 0, 'Nadie', 1, 0, 1, 1973.34, -1654.67, 15.9688, 295.04, 1472.26, 1080.26, 354.297, 0, 1, 1, 1, 12, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  426. (29, 0, 'Nadie', 1, 0, 1, 1969.32, -1654.67, 15.9688, 226.789, 1239.9, 1082.14, 354.297, 0, 1, 1, 1, 9, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  427. (30, 0, 'Nadie', 1, 0, 1, 1976.2, -1633.91, 16.2111, 223.092, 1287.08, 1082.14, 264.297, 0, 1, 1, 1, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  428. (31, 0, 'Nadie', 1, 0, 1, 1972.22, -1633.71, 15.9688, 295.04, 1472.26, 1080.26, 359.937, 0, 1, 1, 1, 12, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  429. (32, 0, 'Nadie', 1, 0, 1, 1967.45, -1633.71, 15.9688, 223.092, 1287.08, 1082.14, 359.624, 0, 1, 1, 1, 10, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  430. (33, 0, 'Nadie', 1, 0, 1, 2068.14, -1589.25, 13.491, 2333.22, -1077.34, 1049.02, 84.5649, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  431. (34, 0, 'Nadie', 1, 0, 1, 2076.32, -1588.67, 13.4916, 2333.22, -1077.34, 1049.02, 181.699, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  432. (35, 0, 'Nadie', 1, 0, 1, 2065.24, -1583.36, 13.481, 2333.22, -1077.34, 1049.02, 0.903739, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  433. (36, 0, 'Nadie', 1, 0, 1, 2073.36, -1583.06, 13.4734, 2333.22, -1077.34, 1049.02, 260.636, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  434. (37, 0, 'Nadie', 1, 0, 1, 2066.96, -1561.83, 13.4288, 2333.22, -1077.34, 1049.02, 93.9649, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  435. (38, 0, 'Nadie', 1, 0, 1, 2066.54, -1554.09, 13.4359, 2333.22, -1077.34, 1049.02, 4.0373, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  436. (39, 0, 'Nadie', 1, 0, 1, 2072.26, -1551.3, 13.4233, 2333.22, -1077.34, 1049.02, 266.903, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  437. (40, 0, 'Nadie', 1, 0, 1, 2072.49, -1559.31, 13.4091, 2333.22, -1077.34, 1049.02, 180.108, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  438. (41, 0, 'Nadie', 1, 0, 1, 2143.22, -1604.75, 14.3516, 235.31, 1186.68, 1080.26, 339.261, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  439. (42, 0, 'Nadie', 1, 0, 1, 2157.97, -1611.17, 14.3505, 2317.67, -1026.76, 1050.22, 329.547, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  440. (43, 0, 'Nadie', 1, 0, 1, 2151.03, -1598.43, 14.3457, 235.31, 1186.68, 1080.26, 154.415, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  441. (44, 0, 'Nadie', 1, 0, 1, 2135.8, -1591.91, 14.3516, 2317.67, -1026.76, 1050.22, 156.296, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  442. (45, 0, 'Nadie', 1, 0, 1, 2150.02, -1583.82, 14.336, 2496.06, -1692.09, 1014.74, 332.367, 0, 1, 1, 1, 8, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  443. (46, 0, 'Nadie', 1, 0, 1, 2165.46, -1590.46, 14.3458, 235.31, 1186.68, 1080.26, 338.947, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  444. (47, 0, 'Nadie', 1, 0, 1, 2158.64, -1577.76, 14.2828, 2496.06, -1692.09, 1014.74, 160.369, 0, 1, 1, 1, 8, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  445. (48, 0, 'Nadie', 1, 0, 1, 2143.24, -1571.18, 14.1936, 2317.67, -1026.76, 1050.22, 159.116, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  446. (49, 0, 'Nadie', 1, 0, 1, 2172.64, -1615.16, 14.2874, 2496.06, -1692.09, 1014.74, 248.706, 0, 1, 1, 1, 8, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  447. (50, 0, 'Nadie', 1, 0, 1, 2179.21, -1599.77, 14.349, 2317.67, -1026.76, 1050.22, 244.32, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  448. (51, 0, 'Nadie', 1, 0, 1, 2191.87, -1593.07, 14.3516, 2317.67, -1026.76, 1050.22, 75.4312, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  449. (52, 0, 'Nadie', 1, 0, 1, 2185.33, -1608.1, 14.3594, 235.31, 1186.68, 1080.26, 68.8512, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  450. (53, 0, 'Nadie', 1, 0, 1, 2178.4, -1660.13, 14.9787, 2496.06, -1692.09, 1014.74, 35.9273, 0, 1, 1, 1, 8, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  451. (54, 0, 'Nadie', 1, 0, 1, 2165.84, -1671.29, 15.0732, 2317.67, -1026.76, 1050.22, 41.254, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  452. (55, 0, 'Nadie', 1, 0, 1, 2163.7, -1661.25, 15.0859, 235.31, 1186.68, 1080.26, 358.641, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  453. (56, 0, 'Nadie', 1, 0, 1, 2151.34, -1672.32, 15.0859, 2496.06, -1692.09, 1014.74, 352.06, 0, 1, 1, 1, 8, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  454. (57, 0, 'Nadie', 1, 0, 1, 2156.06, -1651.87, 15.0784, 2317.67, -1026.76, 1050.22, 178.472, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  455. (58, 0, 'Nadie', 1, 0, 1, 2143.72, -1662.79, 15.0859, 235.31, 1186.68, 1080.26, 175.965, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  456. (59, 0, 'Nadie', 1, 0, 1, 2141.5, -1652.84, 15.0859, 235.31, 1186.68, 1080.26, 8.35376, 0, 1, 1, 1, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  457. (60, 0, 'Nadie', 1, 0, 1, 2129.17, -1663.89, 15.0859, 2317.67, -1026.76, 1050.22, 0.833686, 0, 1, 1, 1, 2, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  458. (61, 0, 'Nadie', 1, 0, 1, 2144.54, -1688.91, 15.0859, 2496.06, -1692.09, 1014.74, 184.425, 0, 1, 1, 1, 8, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  459. (62, 0, 'Nadie', 1, 0, 1, 2128.11, -1687.99, 15.0859, 2333.22, -1077.34, 1049.02, 185.052, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  460. (63, 0, 'Nadie', 1, 0, 1, 2138.98, -1697.51, 15.0859, 2333.22, -1077.34, 1049.02, 178.785, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  461. (64, 0, 'Nadie', 1, 0, 1, 2155.55, -1698.51, 15.0859, 1454.72, 551.543, 1001, 89.4844, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  462. (65, 0, 'Nadie', 1, 0, 1, 2140.56, -1708.31, 15.0859, -794.761, 508.354, 1371.75, 84.7376, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  463. (66, 0, 'Nadie', 1, 0, 1, 2157.12, -1709.22, 15.0859, 2333.22, -1077.34, 1049.02, 86.9309, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  464. (67, 0, 'Nadie', 1, 0, 1, 2151.53, -1717.83, 15.0859, 2333.22, -1077.34, 1049.02, 351.99, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  465. (68, 0, 'Nadie', 1, 0, 1, 2168.19, -1718.82, 15.1681, 2333.22, -1077.34, 1049.02, 84.4242, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  466. (69, 0, 'Nadie', 1, 0, 1, 2144.45, -1729.41, 13.5416, 2333.22, -1077.34, 1049.02, 81.9176, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  467. (70, 0, 'Nadie', 1, 0, 1, 2139.58, -1733.94, 17.2891, 2333.22, -1077.34, 1049.02, 86.6176, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  468. (71, 0, 'Nadie', 1, 0, 1, 2156.71, -1733.94, 17.2813, 2333.22, -1077.34, 1049.02, 164.325, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  469. (72, 0, 'Nadie', 1, 0, 1, 2139.41, -1742.78, 13.5523, 1454.72, 551.543, 1001, 176.545, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  470. (73, 0, 'Nadie', 1, 0, 1, 2130.04, -1761.96, 13.5625, -794.761, 508.354, 1371.75, 182.185, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  471. (74, 0, 'Nadie', 1, 0, 1, 2176.92, -1770.54, 13.5391, -794.761, 508.354, 1371.75, 174.352, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  472. (75, 0, 'Nadie', 1, 0, 1, 2151.04, -1789.07, 13.5093, 2333.22, -1077.34, 1049.02, 263.966, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  473. (76, 0, 'Nadie', 1, 0, 1, 2151.05, -1808.16, 13.5465, 2333.22, -1077.34, 1049.02, 281.826, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  474. (77, 0, 'Nadie', 1, 0, 1, 2151.04, -1815.21, 13.5499, 2333.22, -1077.34, 1049.02, 180, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  475. (78, 0, 'Nadie', 1, 0, 1, 2156.03, -1815.22, 13.5469, 2333.22, -1077.34, 1049.02, 176.882, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  476. (79, 0, 'Nadie', 1, 0, 1, 2162.78, -1815.23, 13.5469, 2333.22, -1077.34, 1049.02, 173.749, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  477. (80, 0, 'Nadie', 1, 0, 1, 2168.9, -1815.23, 13.5469, 2333.22, -1077.34, 1049.02, 186.909, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  478. (81, 0, 'Nadie', 1, 0, 1, 2176.42, -1815.22, 13.5469, 2333.22, -1077.34, 1049.02, 81.001, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  479. (82, 0, 'Nadie', 1, 0, 1, 2185.66, -1815.23, 13.5469, 2333.22, -1077.34, 1049.02, 96.6678, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  480. (83, 0, 'Nadie', 1, 0, 1, 2192.54, -1815.22, 13.5469, 2333.22, -1077.34, 1049.02, 87.2677, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  481. (84, 0, 'Nadie', 1, 0, 1, 2176.49, -1821.71, 16.1459, 2333.22, -1077.34, 1049.02, 356.4, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  482. (85, 0, 'Nadie', 1, 0, 1, 2172.28, -1819.7, 16.1406, 2333.22, -1077.34, 1049.02, 175.869, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  483. (86, 0, 'Nadie', 1, 0, 1, 2164.9, -1819.7, 16.1406, 2333.22, -1077.34, 1049.02, 176.809, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  484. (87, 0, 'Nadie', 1, 0, 1, 2158.53, -1819.69, 16.1406, 2333.22, -1077.34, 1049.02, 178.062, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  485. (88, 0, 'Nadie', 1, 0, 1, 2151.89, -1819.7, 16.1406, 2333.22, -1077.34, 1049.02, 179.316, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  486. (89, 0, 'Nadie', 1, 0, 1, 2146.47, -1814.97, 16.1406, 2333.22, -1077.34, 1049.02, 85.0012, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  487. (90, 0, 'Nadie', 1, 0, 1, 2146.52, -1808.49, 16.1406, 2333.22, -1077.34, 1049.02, 85.0012, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  488. (91, 0, 'Nadie', 1, 0, 1, 2140.93, -1801.78, 16.1475, 2333.22, -1077.34, 1049.02, 88.1345, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  489. (92, 0, 'Nadie', 1, 0, 1, 2145.07, -1801.77, 16.1406, 2333.22, -1077.34, 1049.02, 359.147, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Idlewood', 0, 0, 0, 0, 0, 0, 0),
  490. (93, 0, 'Nadie', 1, 0, 1, 2241.5, -1778.17, 13.5503, 2333.22, -1077.34, 1049.02, 356.64, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  491. (94, 0, 'Nadie', 1, 0, 1, 2241.75, -1770.62, 13.55, 2333.22, -1077.34, 1049.02, 178.665, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  492. (95, 0, 'Nadie', 1, 0, 1, 2247.79, -1778.17, 13.5546, 2333.22, -1077.34, 1049.02, 178.665, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  493. (96, 0, 'Nadie', 1, 0, 1, 2248.04, -1770.61, 13.5469, 2333.22, -1077.34, 1049.02, 357.244, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  494. (97, 0, 'Nadie', 1, 0, 1, 2241.68, -1802.07, 13.5535, 2333.22, -1077.34, 1049.02, 359.751, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  495. (98, 0, 'Nadie', 1, 0, 1, 2241.68, -1809.63, 13.5535, 2333.22, -1077.34, 1049.02, 358.329, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  496. (99, 0, 'Nadie', 1, 0, 1, 2247.76, -1802.07, 13.5469, 2333.22, -1077.34, 1049.02, 1.63039, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  497. (100, 0, 'Nadie', 1, 0, 1, 2248.08, -1809.62, 13.5546, 2333.22, -1077.34, 1049.02, 180.208, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  498. (101, 0, 'Nadie', 1, 0, 1, 2241.62, -1770.61, 17.3703, 2333.22, -1077.34, 1049.02, 7.2236, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  499. (102, 0, 'Nadie', 1, 0, 1, 2241.72, -1778.17, 17.3703, 2333.22, -1077.34, 1049.02, 179.222, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  500. (103, 0, 'Nadie', 1, 0, 1, 2241.69, -1802.07, 17.3703, 2333.22, -1077.34, 1049.02, 10.3569, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  501. (104, 0, 'Nadie', 1, 0, 1, 2241.79, -1809.63, 17.3703, 2333.22, -1077.34, 1049.02, 182.669, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  502. (105, 0, 'Nadie', 1, 0, 1, 2247.94, -1770.61, 17.3626, 2333.22, -1077.34, 1049.02, 356.884, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  503. (106, 0, 'Nadie', 1, 0, 1, 2247.87, -1778.17, 17.3626, 2333.22, -1077.34, 1049.02, 180.162, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  504. (107, 0, 'Nadie', 1, 0, 1, 2247.81, -1809.63, 17.3626, 2333.22, -1077.34, 1049.02, 180.162, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  505. (108, 0, 'Nadie', 1, 0, 1, 2247.89, -1802.07, 17.3626, 2333.22, -1077.34, 1049.02, 359.367, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  506. (109, 0, 'Nadie', 1, 0, 1, 2277.59, -1770.7, 13.5469, 2333.22, -1077.34, 1049.02, 323.96, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  507. (110, 0, 'Nadie', 1, 0, 1, 2277.53, -1778.26, 13.5546, 2333.22, -1077.34, 1049.02, 8.76686, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  508. (111, 0, 'Nadie', 1, 0, 1, 2283.84, -1770.7, 13.5469, 2333.22, -1077.34, 1049.02, 0, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  509. (112, 0, 'Nadie', 1, 0, 1, 2283.91, -1778.25, 13.5469, 2333.22, -1077.34, 1049.02, 182.958, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  510. (113, 0, 'Nadie', 1, 0, 1, 2277.57, -1802.07, 13.5469, 2333.22, -1077.34, 1049.02, 2.18677, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  511. (114, 0, 'Nadie', 1, 0, 1, 2277.63, -1809.62, 13.5469, 2333.22, -1077.34, 1049.02, 181.392, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  512. (115, 0, 'Nadie', 1, 0, 1, 2283.7, -1802.07, 13.5469, 2333.22, -1077.34, 1049.02, 355.607, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  513. (116, 0, 'Nadie', 1, 0, 1, 2283.83, -1809.63, 13.5469, 2333.22, -1077.34, 1049.02, 173.558, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  514. (117, 0, 'Nadie', 1, 0, 1, 2277.61, -1770.7, 17.3703, 2333.22, -1077.34, 1049.02, 7.80331, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  515. (118, 0, 'Nadie', 1, 0, 1, 2277.71, -1778.26, 17.3703, 2333.22, -1077.34, 1049.02, 167.918, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  516. (119, 0, 'Nadie', 1, 0, 1, 2277.63, -1809.62, 17.3703, 2333.22, -1077.34, 1049.02, 177.318, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  517. (120, 0, 'Nadie', 1, 0, 1, 2277.58, -1802.08, 17.3703, 2333.22, -1077.34, 1049.02, 0.596432, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  518. (121, 0, 'Nadie', 1, 0, 1, 2283.61, -1770.7, 17.3626, 2333.22, -1077.34, 1049.02, 359.343, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  519. (122, 0, 'Nadie', 1, 0, 1, 2283.83, -1778.25, 17.3626, 2333.22, -1077.34, 1049.02, 177.922, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  520. (123, 0, 'Nadie', 1, 0, 1, 2283.95, -1802.08, 17.3626, 2333.22, -1077.34, 1049.02, 3.07988, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  521. (124, 0, 'Nadie', 1, 0, 1, 2283.75, -1809.62, 17.3626, 2333.22, -1077.34, 1049.02, 187.948, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  522. (125, 0, 'Nadie', 1, 0, 1, 2314.67, -1812.97, 13.5469, 2333.22, -1077.34, 1049.02, 86.7641, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  523. (126, 0, 'Nadie', 1, 0, 1, 2322.22, -1812.72, 13.5469, 2333.22, -1077.34, 1049.02, 267.849, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  524. (127, 0, 'Nadie', 1, 0, 1, 2322.22, -1819.17, 13.5469, 2333.22, -1077.34, 1049.02, 270.982, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  525. (128, 0, 'Nadie', 1, 0, 1, 2314.66, -1819.01, 13.5469, 2333.22, -1077.34, 1049.02, 93.6341, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  526. (129, 0, 'Nadie', 1, 0, 1, 2350.98, -1809.63, 13.5546, 2333.22, -1077.34, 1049.02, 91.1274, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  527. (130, 0, 'Nadie', 1, 0, 1, 2351.02, -1802.08, 13.5469, 2333.22, -1077.34, 1049.02, 270.332, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  528. (131, 0, 'Nadie', 1, 0, 1, 2357.18, -1802.07, 13.5469, 2333.22, -1077.34, 1049.02, 353.343, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  529. (132, 0, 'Nadie', 1, 0, 1, 2357.39, -1809.63, 13.5469, 2333.22, -1077.34, 1049.02, 176.621, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  530. (133, 0, 'Nadie', 1, 0, 1, 2314.67, -1819.2, 17.3703, 2333.22, -1077.34, 1049.02, 96.6973, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  531. (134, 0, 'Nadie', 1, 0, 1, 2322.21, -1819.13, 17.3703, 2333.22, -1077.34, 1049.02, 269.032, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  532. (135, 0, 'Nadie', 1, 0, 1, 2351.23, -1809.62, 17.3703, 2333.22, -1077.34, 1049.02, 178.792, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  533. (136, 0, 'Nadie', 1, 0, 1, 2351.44, -1802.07, 17.3703, 2333.22, -1077.34, 1049.02, 0.816133, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  534. (137, 0, 'Nadie', 1, 0, 1, 2314.67, -1812.72, 17.3626, 2333.22, -1077.34, 1049.02, 91.3707, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  535. (138, 0, 'Nadie', 1, 0, 1, 2322.22, -1812.85, 17.3626, 2333.22, -1077.34, 1049.02, 269.949, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  536. (139, 0, 'Nadie', 1, 0, 1, 2357.26, -1809.62, 17.3626, 2333.22, -1077.34, 1049.02, 175.322, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  537. (140, 0, 'Nadie', 1, 0, 1, 2357.1, -1802.07, 17.3626, 2333.22, -1077.34, 1049.02, 356.72, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  538. (141, 0, 'Nadie', 1, 0, 1, 2350.93, -1770.71, 13.5469, 2333.22, -1077.34, 1049.02, 357.033, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  539. (142, 0, 'Nadie', 1, 0, 1, 2351.1, -1778.27, 13.5469, 2333.22, -1077.34, 1049.02, 184.071, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  540. (143, 0, 'Nadie', 1, 0, 1, 2357.18, -1778.27, 13.5469, 2333.22, -1077.34, 1049.02, 177.805, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  541. (144, 0, 'Nadie', 1, 0, 1, 2357.18, -1770.71, 13.558, 2333.22, -1077.34, 1049.02, 8.91645, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  542. (145, 0, 'Nadie', 1, 0, 1, 2385.76, -1770.97, 13.5469, 2333.22, -1077.34, 1049.02, 354.84, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  543. (146, 0, 'Nadie', 1, 0, 1, 2385.82, -1778.52, 13.5469, 2333.22, -1077.34, 1049.02, 188.772, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  544. (147, 0, 'Nadie', 1, 0, 1, 2391.96, -1770.98, 13.5469, 2333.22, -1077.34, 1049.02, 2.35974, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  545. (148, 0, 'Nadie', 1, 0, 1, 2392.17, -1778.53, 13.5469, 2333.22, -1077.34, 1049.02, 185.012, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  546. (149, 0, 'Nadie', 1, 0, 1, 2351.05, -1778.27, 17.3703, 2333.22, -1077.34, 1049.02, 179.372, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  547. (150, 0, 'Nadie', 1, 0, 1, 2351.01, -1770.72, 17.3703, 2333.22, -1077.34, 1049.02, 2.96319, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  548. (151, 0, 'Nadie', 1, 0, 1, 2385.7, -1778.52, 17.3703, 2333.22, -1077.34, 1049.02, 178.721, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  549. (152, 0, 'Nadie', 1, 0, 1, 2385.66, -1770.97, 17.3703, 2333.22, -1077.34, 1049.02, 3.8798, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  550. (153, 0, 'Nadie', 1, 0, 1, 2357.4, -1778.27, 17.3626, 2333.22, -1077.34, 1049.02, 177.782, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  551. (154, 0, 'Nadie', 1, 0, 1, 2357.23, -1770.71, 17.3626, 2333.22, -1077.34, 1049.02, 4.50646, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  552. (155, 0, 'Nadie', 1, 0, 1, 2392.05, -1770.97, 17.3626, 2333.22, -1077.34, 1049.02, 2.62644, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  553. (156, 0, 'Nadie', 1, 0, 1, 2392.09, -1778.53, 17.3626, 2333.22, -1077.34, 1049.02, 181.205, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  554. (157, 0, 'Nadie', 1, 0, 1, 2385.82, -1810.23, 13.5469, 2333.22, -1077.34, 1049.02, 198.438, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  555. (158, 0, 'Nadie', 1, 0, 1, 2385.87, -1802.67, 13.5546, 2333.22, -1077.34, 1049.02, 5.13316, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  556. (159, 0, 'Nadie', 1, 0, 1, 2392.15, -1802.68, 13.5469, 2333.22, -1077.34, 1049.02, 6.69987, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  557. (160, 0, 'Nadie', 1, 0, 1, 2392.03, -1810.23, 13.5546, 2333.22, -1077.34, 1049.02, 182.771, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  558. (161, 0, 'Nadie', 1, 0, 1, 2386.01, -1810.23, 17.3703, 2333.22, -1077.34, 1049.02, 182.771, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  559. (162, 0, 'Nadie', 1, 0, 1, 2385.87, -1802.68, 17.3703, 2333.22, -1077.34, 1049.02, 0.409738, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  560. (163, 0, 'Nadie', 1, 0, 1, 2392.09, -1810.23, 17.3626, 2333.22, -1077.34, 1049.02, 184.628, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  561. (164, 0, 'Nadie', 1, 0, 1, 2392.28, -1802.67, 17.3626, 2333.22, -1077.34, 1049.02, 354.456, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  562. (165, 0, 'Nadie', 1, 0, 1, 2385.36, -1711.65, 14.2422, 2365.46, -1135.58, 1050.88, 1.97635, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  563. (166, 0, 'Nadie', 1, 0, 1, 2326.61, -1716.7, 14.2379, 2365.46, -1135.58, 1050.88, 356.725, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  564. (167, 0, 'Nadie', 1, 0, 1, 2308.74, -1714.34, 14.9801, 2365.46, -1135.58, 1050.88, 2.9916, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  565. (168, 0, 'Nadie', 1, 0, 1, 2292.36, -1722.69, 13.5469, -794.761, 508.354, 1371.75, 0.17132, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  566. (169, 0, 'Nadie', 1, 0, 1, 2261.97, -1722.69, 13.5469, -794.761, 508.354, 1371.75, 4.24487, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  567. (170, 0, 'Nadie', 1, 0, 1, 2244.55, -1637.65, 16.2379, 2365.46, -1135.58, 1050.88, 336.045, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  568. (171, 0, 'Nadie', 1, 0, 1, 2257.26, -1643.96, 15.8082, 2365.46, -1135.58, 1050.88, 354.218, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  569. (172, 0, 'Nadie', 1, 0, 1, 2264.97, -1671.32, 15.3594, -794.761, 508.354, 1371.75, 179.377, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  570. (173, 0, 'Nadie', 1, 0, 1, 2268.11, -1671.32, 15.3594, 1454.72, 551.543, 1001, 179.377, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  571. (174, 0, 'Nadie', 1, 0, 1, 2282.49, -1641.22, 15.8898, 2365.46, -1135.58, 1050.88, 359.837, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  572. (175, 1, 'Prueba_Server', 0, 0, 1, 334.168, -1838.31, 4.3805, 225.759, 1021.45, 1084.02, 189.067, 0, 1, 1, 1, 11, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  573. (176, 0, 'Nadie', 1, 0, 1, 2326.88, -1682.22, 14.9297, 2365.46, -1135.58, 1050.88, 90, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 2324.66, -1677.45, 14.4219, 85.0391, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  574. (177, 0, 'Nadie', 1, 0, 1, 2368.24, -1675.35, 14.1682, 2365.46, -1135.58, 1050.88, 179.017, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  575. (178, 0, 'Nadie', 1, 0, 1, 2384.77, -1675.83, 15.2457, 2365.46, -1135.58, 1050.88, 178.39, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  576. (179, 0, 'Nadie', 1, 0, 1, 2409.06, -1674.94, 14.375, 2365.46, -1135.58, 1050.88, 179.643, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  577. (180, 0, 'Nadie', 1, 0, 1, 2459.52, -1691.66, 13.5448, 2365.46, -1135.58, 1050.88, 183.403, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  578. (181, 0, 'Nadie', 1, 0, 1, 2514.26, -1691.68, 14.046, 2365.46, -1135.58, 1050.88, 230.09, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  579. (182, 0, 'Nadie', 1, 0, 1, 2523.26, -1679.26, 15.497, 2365.46, -1135.58, 1050.88, 269.257, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 183, 0, 0, 0, 0, 0, 2520.29, -1673.95, 14.7771, 270.198, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  580. (183, 0, 'Nadie', 1, 0, 1, 2524.71, -1658.46, 15.824, 2365.46, -1135.58, 1050.88, 268.004, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  581. (184, 0, 'Nadie', 1, 0, 1, 2513.76, -1650.3, 14.3557, 2365.46, -1135.58, 1050.88, 315.318, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  582. (185, 0, 'Nadie', 1, 0, 1, 2498.61, -1642.25, 14.1131, 2365.46, -1135.58, 1050.88, 1.06496, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  583. (186, 0, 'Nadie', 1, 0, 1, 2486.34, -1644.53, 14.0772, 2365.46, -1135.58, 1050.88, 2.31832, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  584. (187, 0, 'Nadie', 1, 0, 1, 2469.43, -1646.35, 13.7801, 2365.46, -1135.58, 1050.88, 357.618, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  585. (188, 0, 'Nadie', 1, 0, 1, 2451.97, -1641.41, 14.0662, 2365.46, -1135.58, 1050.88, 0.751213, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  586. (189, 0, 'Nadie', 1, 0, 1, 2413.78, -1646.79, 14.0119, 2365.46, -1135.58, 1050.88, 2.00496, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  587. (190, 0, 'Nadie', 1, 0, 1, 2393.37, -1646.04, 13.9051, 2365.46, -1135.58, 1050.88, 356.678, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  588. (191, 0, 'Nadie', 1, 0, 1, 2362.67, -1643.15, 14.3516, 2365.46, -1135.58, 1050.88, 0.125114, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ganton', 0, 0, 0, 0, 0, 0, 0),
  589. (192, 0, 'Nadie', 1, 0, 1, 2353.75, -1534, 24, 1454.72, 551.543, 1001, 183.74, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  590. (193, 0, 'Nadie', 1, 0, 1, 2360.5, -1534, 24, 1454.72, 551.543, 1001, 175.28, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  591. (194, 0, 'Nadie', 1, 0, 1, 2367.47, -1534.01, 24, 1454.72, 551.543, 1001, 176.533, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  592. (195, 0, 'Nadie', 1, 0, 1, 2440.67, -1517.22, 23.9954, 1454.72, 551.543, 1001, 266.461, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 0, 0, 0, 0, 0, 2440.68, -1521.59, 23.9964, 268.028, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  593. (196, 0, 'Nadie', 1, 0, 1, 2468.95, -1514, 24, 1454.72, 551.543, 1001, 176.847, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  594. (197, 0, 'Nadie', 1, 0, 1, 2508.83, -1493.59, 23.9979, 2365.46, -1135.58, 1050.88, 2.34184, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  595. (198, 0, 'Nadie', 1, 0, 1, 2529.44, -1493.62, 24.0286, 2365.46, -1135.58, 1050.88, 356.075, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 199, 0, 0, 0, 0, 0, 2536.88, -1492.43, 24.0391, 358.268, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  596. (199, 0, 'Nadie', 1, 0, 1, 2559.79, -1426.05, 24.8153, 1454.72, 551.543, 1001, 80.6759, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  597. (200, 0, 'Nadie', 1, 0, 1, 2587.4, -1237.96, 48.5644, 2365.46, -1135.58, 1050.88, 269.594, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  598. (201, 0, 'Nadie', 1, 0, 1, 2587.39, -1233.49, 49.9621, 2365.46, -1135.58, 1050.88, 269.594, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  599. (202, 0, 'Nadie', 1, 0, 1, 2587.4, -1229.22, 51.1906, 2365.46, -1135.58, 1050.88, 269.594, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  600. (203, 0, 'Nadie', 1, 0, 1, 2587.39, -1224.65, 52.4771, 2365.46, -1135.58, 1050.88, 275.548, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  601. (204, 0, 'Nadie', 1, 0, 1, 2587.31, -1220.37, 53.7654, 2365.46, -1135.58, 1050.88, 261.447, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  602. (205, 0, 'Nadie', 1, 0, 1, 2587.4, -1216.35, 55.1144, 2365.46, -1135.58, 1050.88, 269.594, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  603. (206, 0, 'Nadie', 1, 0, 1, 2587.39, -1211.73, 56.5144, 2365.46, -1135.58, 1050.88, 275.548, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  604. (207, 0, 'Nadie', 1, 0, 1, 2587.4, -1207.35, 57.6515, 2365.46, -1135.58, 1050.88, 275.548, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  605. (208, 0, 'Nadie', 1, 0, 1, 2587.4, -1203.21, 58.576, 2365.46, -1135.58, 1050.88, 265.207, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  606. (209, 0, 'Nadie', 1, 0, 1, 2587.4, -1199.97, 59.3578, 2365.46, -1135.58, 1050.88, 267.087, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0);
  607. INSERT INTO `propiedades` (`ID`, `IDPropietario`, `Propietario`, `EnVenta`, `Precio`, `EnUso`, `PosX`, `PosY`, `PosZ`, `PosXS`, `PosYS`, `PosZS`, `PosA`, `PosAS`, `Nivel`, `Tipo`, `EnVentaPor`, `Interior`, `InteriorID`, `Abierta`, `Sprunk`, `Cerveza`, `Aquarius`, `Pizzas`, `Vino`, `AK47`, `M4`, `EscopetaNormal`, `EscopetaDeCombate`, `MP5`, `9mm`, `9mmSilenciada`, `DesertEagle`, `Rifle`, `Granada`, `Manopla`, `Cuchillo`, `Katana`, `Medicamentos`, `Crack`, `VW`, `Camara`, `Flores`, `Pala`, `BateDeBeisbol`, `PaloDeGolf`, `GX`, `GY`, `GZ`, `GA`, `Localizacion`, `Ganancias`, `PaloDeBillar`, `ConsoladorRosa`, `VibradorBlanco`, `GranVibradorBlanco`, `VibradorPlateado`, `Baston`) VALUES
  608. (210, 0, 'Nadie', 1, 0, 1, 2601.04, -1199.9, 59.5006, 2365.46, -1135.58, 1050.88, 269.281, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  609. (211, 0, 'Nadie', 1, 0, 1, 2601.05, -1203.15, 58.727, 2365.46, -1135.58, 1050.88, 269.281, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  610. (212, 0, 'Nadie', 1, 0, 1, 2601.04, -1207.76, 57.7916, 2365.46, -1135.58, 1050.88, 269.281, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  611. (213, 0, 'Nadie', 1, 0, 1, 2601.05, -1211.85, 56.6595, 2365.46, -1135.58, 1050.88, 269.281, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  612. (214, 0, 'Nadie', 1, 0, 1, 2601.04, -1216.15, 55.2693, 2365.46, -1135.58, 1050.88, 264.894, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 215, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  613. (215, 0, 'Nadie', 1, 0, 1, 2601.05, -1220.67, 53.921, 2365.46, -1135.58, 1050.88, 273.981, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  614. (216, 0, 'Nadie', 1, 0, 1, 2601.05, -1224.64, 52.6276, 2365.46, -1135.58, 1050.88, 270.847, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 217, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  615. (217, 0, 'Nadie', 1, 0, 1, 2601.05, -1229.35, 51.3422, 2365.46, -1135.58, 1050.88, 272.414, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  616. (218, 0, 'Nadie', 1, 0, 1, 2601.05, -1233.52, 50.1125, 2365.46, -1135.58, 1050.88, 281.164, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  617. (219, 0, 'Nadie', 1, 0, 1, 2601.05, -1238.19, 48.7149, 2365.46, -1135.58, 1050.88, 267.377, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  618. (220, 0, 'Nadie', 1, 0, 1, 2615.11, -1237.97, 49.9844, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  619. (221, 0, 'Nadie', 1, 0, 1, 2615.11, -1233.22, 51.3828, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  620. (222, 0, 'Nadie', 1, 0, 1, 2615.11, -1229.13, 52.6094, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  621. (223, 0, 'Nadie', 1, 0, 1, 2615.11, -1224.81, 53.8984, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  622. (224, 0, 'Nadie', 1, 0, 1, 2615.11, -1220.69, 55.1875, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  623. (225, 0, 'Nadie', 1, 0, 1, 2615.11, -1216.33, 56.5391, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  624. (226, 0, 'Nadie', 1, 0, 1, 2615.11, -1211.84, 57.9375, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  625. (227, 0, 'Nadie', 1, 0, 1, 2615.11, -1207.84, 59.0703, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  626. (228, 0, 'Nadie', 1, 0, 1, 2615.11, -1203.23, 60, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  627. (229, 0, 'Nadie', 1, 0, 1, 2615.11, -1200.07, 60.7812, 2365.46, -1135.58, 1050.88, 271.161, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  628. (230, 0, 'Nadie', 1, 0, 1, 2622.21, -1199.96, 62.0545, 2365.46, -1135.58, 1050.88, 81.9055, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  629. (231, 0, 'Nadie', 1, 0, 1, 2622.22, -1202.89, 61.2804, 2365.46, -1135.58, 1050.88, 81.9055, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  630. (232, 0, 'Nadie', 1, 0, 1, 2622.22, -1207.6, 60.3461, 2365.46, -1135.58, 1050.88, 81.9055, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  631. (233, 0, 'Nadie', 1, 0, 1, 2622.21, -1211.88, 59.2122, 2365.46, -1135.58, 1050.88, 79.7122, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  632. (234, 0, 'Nadie', 1, 0, 1, 2622.21, -1216.42, 57.8229, 2365.46, -1135.58, 1050.88, 89.7389, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  633. (235, 0, 'Nadie', 1, 0, 1, 2622.22, -1220.52, 56.4749, 2365.46, -1135.58, 1050.88, 89.7389, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  634. (236, 0, 'Nadie', 1, 0, 1, 2622.21, -1224.3, 55.1804, 2365.46, -1135.58, 1050.88, 89.7389, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  635. (237, 0, 'Nadie', 1, 0, 1, 2622.21, -1229.23, 53.8946, 2365.46, -1135.58, 1050.88, 89.7389, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  636. (238, 0, 'Nadie', 1, 0, 1, 2622.22, -1233.55, 52.6659, 2365.46, -1135.58, 1050.88, 89.7389, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  637. (239, 0, 'Nadie', 1, 0, 1, 2622.22, -1238.13, 51.2686, 2365.46, -1135.58, 1050.88, 89.7389, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  638. (240, 0, 'Nadie', 1, 0, 1, 2608.15, -1237.94, 50.2054, 2365.46, -1135.58, 1050.88, 84.4122, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  639. (241, 0, 'Nadie', 1, 0, 1, 2608.15, -1233.43, 51.6027, 2365.46, -1135.58, 1050.88, 84.4122, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  640. (242, 0, 'Nadie', 1, 0, 1, 2608.15, -1229.43, 52.8322, 2365.46, -1135.58, 1050.88, 84.4122, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  641. (243, 0, 'Nadie', 1, 0, 1, 2608.16, -1224.65, 54.1187, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  642. (244, 0, 'Nadie', 1, 0, 1, 2608.15, -1220.54, 55.4109, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  643. (245, 0, 'Nadie', 1, 0, 1, 2608.16, -1216.25, 56.7619, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  644. (246, 0, 'Nadie', 1, 0, 1, 2608.15, -1211.77, 58.1501, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  645. (247, 0, 'Nadie', 1, 0, 1, 2608.15, -1207.78, 59.2838, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  646. (248, 0, 'Nadie', 1, 0, 1, 2608.15, -1203.05, 60.2181, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  647. (249, 0, 'Nadie', 1, 0, 1, 2608.15, -1200.17, 60.9919, 2365.46, -1135.58, 1050.88, 92.3102, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  648. (250, 0, 'Nadie', 1, 0, 1, 2594.5, -1200.08, 59.3578, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  649. (251, 0, 'Nadie', 1, 0, 1, 2594.5, -1202.99, 58.576, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  650. (252, 0, 'Nadie', 1, 0, 1, 2594.5, -1207.67, 57.6515, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  651. (253, 0, 'Nadie', 1, 0, 1, 2594.5, -1211.8, 56.5144, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  652. (254, 0, 'Nadie', 1, 0, 1, 2594.5, -1216.39, 55.1144, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  653. (255, 0, 'Nadie', 1, 0, 1, 2594.5, -1220.47, 53.7654, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  654. (256, 0, 'Nadie', 1, 0, 1, 2594.5, -1224.7, 52.4771, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  655. (257, 0, 'Nadie', 1, 0, 1, 2594.5, -1229.38, 51.1906, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  656. (258, 0, 'Nadie', 1, 0, 1, 2594.5, -1233.78, 49.9621, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  657. (259, 0, 'Nadie', 1, 0, 1, 2594.5, -1238.17, 48.5644, 2365.46, -1135.58, 1050.88, 89.8035, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  658. (260, 0, 'Nadie', 1, 0, 1, 2663.17, -1199.96, 66.4672, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  659. (261, 0, 'Nadie', 1, 0, 1, 2663.18, -1203.08, 65.6854, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  660. (262, 0, 'Nadie', 1, 0, 1, 2663.18, -1207.74, 64.7609, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 263, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  661. (263, 0, 'Nadie', 1, 0, 1, 2663.18, -1211.87, 63.6238, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  662. (264, 0, 'Nadie', 1, 0, 1, 2663.18, -1216.26, 62.2237, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 265, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  663. (265, 0, 'Nadie', 1, 0, 1, 2663.18, -1220.59, 60.8748, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 266, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  664. (266, 0, 'Nadie', 1, 0, 1, 2663.18, -1224.7, 59.5865, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  665. (267, 0, 'Nadie', 1, 0, 1, 2663.18, -1229.26, 58.3, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  666. (268, 0, 'Nadie', 1, 0, 1, 2663.18, -1233.53, 57.0715, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  667. (269, 0, 'Nadie', 1, 0, 1, 2663.18, -1238.01, 55.6738, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  668. (270, 0, 'Nadie', 1, 0, 1, 2683.44, -1237.95, 56.02, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 271, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  669. (271, 0, 'Nadie', 1, 0, 1, 2683.43, -1233.58, 57.4159, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  670. (272, 0, 'Nadie', 1, 0, 1, 2683.44, -1229.16, 58.6469, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 273, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  671. (273, 0, 'Nadie', 1, 0, 1, 2683.44, -1224.57, 59.9312, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 274, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  672. (274, 0, 'Nadie', 1, 0, 1, 2683.44, -1220.49, 61.2256, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  673. (275, 0, 'Nadie', 1, 0, 1, 2683.44, -1216.4, 62.5749, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  674. (276, 0, 'Nadie', 1, 0, 1, 2683.44, -1211.99, 63.9639, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  675. (277, 0, 'Nadie', 1, 0, 1, 2683.44, -1207.71, 65.0976, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 278, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  676. (278, 0, 'Nadie', 1, 0, 1, 2683.43, -1203.2, 66.0305, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  677. (279, 0, 'Nadie', 1, 0, 1, 2683.44, -1200.05, 66.8064, 2365.46, -1135.58, 1050.88, 268.672, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  678. (280, 0, 'Nadie', 1, 0, 1, 2700.08, -1200.05, 68.9444, 2365.46, -1135.58, 1050.88, 263.658, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  679. (281, 0, 'Nadie', 1, 0, 1, 2700.2, -1203.16, 68.1958, 2365.46, -1135.58, 1050.88, 263.658, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  680. (282, 0, 'Nadie', 1, 0, 1, 2700.21, -1207.5, 67.262, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  681. (283, 0, 'Nadie', 1, 0, 1, 2700.21, -1211.64, 66.1283, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  682. (284, 0, 'Nadie', 1, 0, 1, 2700.2, -1216.42, 64.7381, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  683. (285, 0, 'Nadie', 1, 0, 1, 2700.2, -1220.68, 63.3895, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  684. (286, 0, 'Nadie', 1, 0, 1, 2700.2, -1224.69, 62.0949, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  685. (287, 0, 'Nadie', 1, 0, 1, 2700.2, -1229.35, 60.8105, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  686. (288, 0, 'Nadie', 1, 0, 1, 2700.21, -1233.54, 59.5814, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  687. (289, 0, 'Nadie', 1, 0, 1, 2700.2, -1238.18, 58.1836, 2365.46, -1135.58, 1050.88, 271.235, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  688. (290, 0, 'Nadie', 1, 0, 1, 2707.31, -1238.19, 59.6748, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  689. (291, 0, 'Nadie', 1, 0, 1, 2707.31, -1233.39, 61.0715, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  690. (292, 0, 'Nadie', 1, 0, 1, 2707.31, -1229.17, 62.3025, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  691. (293, 0, 'Nadie', 1, 0, 1, 2707.31, -1224.75, 63.5864, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  692. (294, 0, 'Nadie', 1, 0, 1, 2707.31, -1220.51, 64.8811, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  693. (295, 0, 'Nadie', 1, 0, 1, 2707.31, -1216.48, 66.2293, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  694. (296, 0, 'Nadie', 1, 0, 1, 2707.31, -1211.99, 67.6182, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  695. (297, 0, 'Nadie', 1, 0, 1, 2707.31, -1207.59, 68.7527, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  696. (298, 0, 'Nadie', 1, 0, 1, 2707.31, -1203.1, 69.6868, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  697. (299, 0, 'Nadie', 1, 0, 1, 2707.31, -1200.12, 70.4609, 2365.46, -1135.58, 1050.88, 83.5697, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  698. (300, 0, 'Nadie', 1, 0, 1, 2690.55, -1200.09, 68.2977, 2365.46, -1135.58, 1050.88, 85.1364, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  699. (301, 0, 'Nadie', 1, 0, 1, 2690.54, -1203.11, 67.5221, 2365.46, -1135.58, 1050.88, 85.1364, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  700. (302, 0, 'Nadie', 1, 0, 1, 2690.54, -1207.49, 66.5881, 2365.46, -1135.58, 1050.88, 85.1364, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  701. (303, 0, 'Nadie', 1, 0, 1, 2690.54, -1211.92, 65.4542, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  702. (304, 0, 'Nadie', 1, 0, 1, 2690.54, -1216.27, 64.0651, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  703. (305, 0, 'Nadie', 1, 0, 1, 2690.54, -1220.61, 62.7162, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  704. (306, 0, 'Nadie', 1, 0, 1, 2690.54, -1224.8, 61.4223, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  705. (307, 0, 'Nadie', 1, 0, 1, 2690.54, -1229.33, 60.1375, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  706. (308, 0, 'Nadie', 1, 0, 1, 2690.54, -1233.67, 58.9076, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  707. (309, 0, 'Nadie', 1, 0, 1, 2690.54, -1238.03, 57.5105, 2365.46, -1135.58, 1050.88, 88.2698, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  708. (310, 0, 'Nadie', 1, 0, 1, 2670.28, -1238.03, 55.7305, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 311, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  709. (311, 0, 'Nadie', 1, 0, 1, 2670.28, -1233.61, 57.1125, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  710. (312, 0, 'Nadie', 1, 0, 1, 2670.28, -1229.35, 58.3445, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  711. (313, 0, 'Nadie', 1, 0, 1, 2670.64, -1224.69, 59.6422, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  712. (314, 0, 'Nadie', 1, 0, 1, 2670.28, -1220.73, 60.9028, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 315, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  713. (315, 0, 'Nadie', 1, 0, 1, 2670.28, -1216.41, 62.2584, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  714. (316, 0, 'Nadie', 1, 0, 1, 2670.3, -1211.82, 63.6623, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  715. (317, 0, 'Nadie', 1, 0, 1, 2670.28, -1207.71, 64.7917, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  716. (318, 0, 'Nadie', 1, 0, 1, 2670.6, -1203.15, 65.7265, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 319, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  717. (319, 0, 'Nadie', 1, 0, 1, 2670.28, -1200.31, 66.4727, 2365.46, -1135.58, 1050.88, 86.3898, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  718. (320, 0, 'Nadie', 1, 0, 1, 2625.94, -1112.6, 67.9953, 2365.46, -1135.58, 1050.88, 93.5732, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  719. (321, 0, 'Nadie', 1, 0, 1, 2625.93, -1098.79, 69.3547, 2365.46, -1135.58, 1050.88, 94.8265, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  720. (322, 0, 'Nadie', 1, 0, 1, 2627.65, -1085.03, 69.7156, 2365.46, -1135.58, 1050.88, 92.0064, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 323, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  721. (323, 0, 'Nadie', 1, 0, 1, 2628.1, -1067.66, 69.7156, 2365.46, -1135.58, 1050.88, 89.4997, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  722. (324, 0, 'Nadie', 1, 0, 1, 2576.68, -1070.74, 69.8322, 2365.46, -1135.58, 1050.88, 256.099, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  723. (325, 0, 'Nadie', 1, 0, 1, 2534.48, -1063.5, 69.5654, 2333.22, -1077.34, 1049.02, 280.635, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 326, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  724. (326, 0, 'Nadie', 1, 0, 1, 2526.09, -1060.79, 69.9708, 2333.22, -1077.34, 1049.02, 91.0665, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  725. (327, 0, 'Nadie', 1, 0, 1, 2499.75, -1065.65, 70.2359, 2333.22, -1077.34, 1049.02, 269.668, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  726. (328, 0, 'Nadie', 1, 0, 1, 2479.66, -1064.05, 66.9982, 2333.22, -1077.34, 1049.02, 258.075, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 329, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  727. (329, 0, 'Nadie', 1, 0, 1, 2457.77, -1054.49, 59.9592, 2333.22, -1077.34, 1049.02, 266.871, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 330, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  728. (330, 0, 'Nadie', 1, 0, 1, 2440.5, -1057.34, 54.7387, 2333.22, -1077.34, 1049.02, 182.897, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 331, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  729. (331, 0, 'Nadie', 1, 0, 1, 2454.19, -965.087, 80.0732, 2333.22, -1077.34, 1049.02, 83.5696, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  730. (332, 0, 'Nadie', 1, 0, 1, 2459.61, -947.705, 80.0835, 2333.22, -1077.34, 1049.02, 356.462, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 333, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  731. (333, 0, 'Nadie', 1, 0, 1, 2472.25, -962.039, 80.5255, 2333.22, -1077.34, 1049.02, 2.72879, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 334, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  732. (334, 0, 'Nadie', 1, 0, 1, 2492.07, -965.48, 82.5489, 2333.22, -1077.34, 1049.02, 217.075, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 335, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  733. (335, 0, 'Nadie', 1, 0, 1, 2499.5, -946.999, 82.4708, 2333.22, -1077.34, 1049.02, 2.72886, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  734. (336, 0, 'Nadie', 1, 0, 1, 2517.86, -965.521, 82.3284, 2333.22, -1077.34, 1049.02, 86.703, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  735. (337, 0, 'Nadie', 1, 0, 1, 2531.27, -963.28, 82.3689, 2333.22, -1077.34, 1049.02, 6.82561, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  736. (338, 0, 'Nadie', 1, 0, 1, 2552.01, -958.188, 82.6237, 2333.22, -1077.34, 1049.02, 108.973, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  737. (339, 0, 'Nadie', 1, 0, 1, 2582.88, -952.935, 81.388, 2333.22, -1077.34, 1049.02, 3.08883, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 340, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  738. (340, 0, 'Nadie', 1, 0, 1, 2581.5, -969.278, 81.3646, 2333.22, -1077.34, 1049.02, 285.382, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 341, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  739. (341, 0, 'Nadie', 1, 0, 1, 2287.43, -1081.01, 48.2473, 2333.22, -1077.34, 1049.02, 158.48, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 342, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  740. (342, 0, 'Nadie', 1, 0, 1, 2279.01, -1077.54, 48.2407, 2333.22, -1077.34, 1049.02, 157.227, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  741. (343, 0, 'Nadie', 1, 0, 1, 2249.41, -1060.38, 55.9688, 2333.22, -1077.34, 1049.02, 136.547, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  742. (344, 0, 'Nadie', 1, 0, 1, 2218.84, -1031.76, 60.2684, 2333.22, -1077.34, 1049.02, 145.007, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 345, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  743. (345, 0, 'Nadie', 1, 0, 1, 2208.29, -1026.7, 61.3493, 2333.22, -1077.34, 1049.02, 145.007, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 346, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  744. (346, 0, 'Nadie', 1, 0, 1, 2201.96, -1024.16, 61.4212, 2333.22, -1077.34, 1049.02, 145.007, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 347, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  745. (347, 0, 'Nadie', 1, 0, 1, 2196.42, -1050.87, 50.0742, 2333.22, -1077.34, 1049.02, 319.872, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 348, 0, 0, 0, 0, 0, 2201.62, -1055.53, 47.1019, 317.992, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  746. (348, 0, 'Nadie', 1, 0, 1, 2206.66, -1060.16, 44.0978, 2333.22, -1077.34, 1049.02, 315.798, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  747. (349, 0, 'Nadie', 1, 0, 1, 2221.21, -1083.12, 41.7798, 2333.22, -1077.34, 1049.02, 309.845, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  748. (350, 0, 'Nadie', 1, 0, 1, 2207.54, -1100.4, 31.5547, 2333.22, -1077.34, 1049.02, 36.6392, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 351, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  749. (351, 0, 'Nadie', 1, 0, 1, 2188.79, -1081.46, 43.8345, 2333.22, -1077.34, 1049.02, 51.9927, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  750. (352, 0, 'Nadie', 1, 0, 1, 2151.45, -1014.35, 62.7433, -794.761, 508.354, 1371.75, 128.133, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 353, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  751. (353, 0, 'Nadie', 1, 0, 1, 2140.02, -1008.5, 61.9852, 2333.22, -1077.34, 1049.02, 164.167, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  752. (354, 0, 'Nadie', 1, 0, 1, 2108.99, -1000.8, 60.5078, 2333.22, -1077.34, 1049.02, 163.54, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  753. (355, 0, 'Nadie', 1, 0, 1, 2089.41, -996.215, 53.0616, 2333.22, -1077.34, 1049.02, 170.12, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 356, 0, 0, 0, 0, 0, 2104.71, -1000.19, 55.2511, 162.6, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  754. (356, 0, 'Nadie', 1, 0, 1, 2066.37, -993.249, 48.7999, 2333.22, -1077.34, 1049.02, 155.08, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  755. (357, 0, 'Nadie', 1, 0, 1, 2049.07, -987.279, 44.9798, 2333.22, -1077.34, 1049.02, 185.474, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 0, 0, 0, 0, 0, 2058.49, -990.099, 47.0741, 174.82, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  756. (358, 0, 'Nadie', 1, 0, 1, 2044.91, -991.269, 43.3144, 2333.22, -1077.34, 1049.02, 189.547, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 0, 0, 0, 0, 2036.89, -992.977, 41.167, 192.681, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  757. (359, 0, 'Nadie', 1, 0, 1, 2000.32, -991.538, 32.1314, 2333.22, -1077.34, 1049.02, 39.7725, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  758. (360, 0, 'Nadie', 1, 0, 1, 2007.53, -984.417, 34.4679, 2333.22, -1077.34, 1049.02, 40.7125, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 361, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  759. (361, 0, 'Nadie', 1, 0, 1, 2015.59, -977.562, 36.9531, 2333.22, -1077.34, 1049.02, 27.8657, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  760. (362, 0, 'Nadie', 1, 0, 1, 2045.17, -965.752, 44.5538, 2333.22, -1077.34, 1049.02, 283.838, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 363, 0, 0, 0, 0, 0, 2034.44, -963.277, 41.8493, 269.738, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  761. (363, 0, 'Nadie', 1, 0, 1, 2051.26, -954.771, 48.0336, 2333.22, -1077.34, 1049.02, 264.411, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 364, 0, 0, 0, 0, 0, 2055, -967.22, 45.9958, 358.099, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  762. (364, 0, 'Nadie', 1, 0, 1, 2073.34, -965.154, 49.3857, 2333.22, -1077.34, 1049.02, 343.999, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 365, 0, 0, 0, 0, 0, 2076.48, -970.143, 49.4543, 348.699, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  763. (365, 0, 'Nadie', 1, 0, 1, 2090.44, -972.48, 51.8315, 1454.72, 551.543, 1001, 36.6395, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  764. (366, 0, 'Nadie', 1, 0, 1, 2122.03, -970.399, 58.2074, 2333.22, -1077.34, 1049.02, 75.1799, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  765. (367, 0, 'Nadie', 1, 0, 1, 2131.93, -974.106, 59.7856, 2333.22, -1077.34, 1049.02, 257.205, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  766. (368, 0, 'Nadie', 1, 0, 1, 2142.71, -978.05, 61.3793, 2333.22, -1077.34, 1049.02, 74.8665, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  767. (369, 0, 'Nadie', 1, 0, 1, 2154.09, -979.99, 63.2934, 2333.22, -1077.34, 1049.02, 252.505, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 370, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  768. (370, 0, 'Nadie', 1, 0, 1, 2186.49, -997.327, 66.4688, 2333.22, -1077.34, 1049.02, 348.699, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 371, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  769. (371, 0, 'Nadie', 1, 0, 1, 2194.13, -999.299, 63.2494, 1454.72, 551.543, 1001, 347.132, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  770. (372, 0, 'Nadie', 1, 0, 1, 2259.31, -1019.25, 59.2964, 2365.46, -1135.58, 1050.88, 47.003, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  771. (373, 0, 'Nadie', 1, 0, 1, 2284.19, -1046.1, 49.8871, 2333.22, -1077.34, 1049.02, 325.559, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  772. (374, 0, 'Nadie', 1, 0, 1, 2297.6, -1053.03, 49.934, 2333.22, -1077.34, 1049.02, 338.406, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  773. (375, 0, 'Nadie', 1, 0, 1, 2319.74, -1053.19, 52.4608, 2333.22, -1077.34, 1049.02, 280.125, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  774. (376, 0, 'Nadie', 1, 0, 1, 2325.4, -1060.98, 52.4686, 2333.22, -1077.34, 1049.02, 180.169, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  775. (377, 0, 'Nadie', 1, 0, 1, 2330.34, -1060.9, 52.4686, 2333.22, -1077.34, 1049.02, 178.918, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 378, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  776. (378, 0, 'Nadie', 1, 0, 1, 2335.08, -1046.01, 52.5529, 2308.77, -1212.94, 1049.02, 189.258, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  777. (379, 0, 'Nadie', 1, 0, 1, 2348.07, -1047.58, 53.8588, 2308.77, -1212.94, 1049.02, 192.69, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  778. (380, 0, 'Nadie', 1, 0, 1, 2355.86, -1058.77, 54.078, 2333.22, -1077.34, 1049.02, 3.1213, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 381, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  779. (381, 0, 'Nadie', 1, 0, 1, 2362.74, -1046.41, 54.2733, 2365.46, -1135.58, 1050.88, 15.3414, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  780. (382, 0, 'Nadie', 1, 0, 1, 2351.07, -1039.77, 54.3358, 2333.22, -1077.34, 1049.02, 10.328, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  781. (383, 0, 'Nadie', 1, 0, 1, 2355.44, -1038.61, 54.3358, 2333.22, -1077.34, 1049.02, 12.5213, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  782. (384, 0, 'Nadie', 1, 0, 1, 2372.68, -1051.47, 54.1314, 2308.77, -1212.94, 1049.02, 20.9813, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  783. (385, 0, 'Nadie', 1, 0, 1, 2370.06, -1034.56, 54.4106, 2365.46, -1135.58, 1050.88, 355.288, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 386, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  784. (386, 0, 'Nadie', 1, 0, 1, 2389.19, -1037.1, 53.5474, 2365.46, -1135.58, 1050.88, 47.6149, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 387, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  785. (387, 0, 'Nadie', 1, 0, 1, 2439.87, -1010.8, 54.3438, 2333.22, -1077.34, 1049.02, 107.149, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 388, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  786. (388, 0, 'Nadie', 1, 0, 1, 2462.45, -1011.12, 60.1137, 2333.22, -1077.34, 1049.02, 358.758, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  787. (389, 0, 'Nadie', 1, 0, 1, 2491.32, -1012.37, 65.3984, 2365.46, -1135.58, 1050.88, 241.28, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 390, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  788. (390, 0, 'Nadie', 1, 0, 1, 2512.86, -1027.17, 70.0859, 2365.46, -1135.58, 1050.88, 2.54137, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 391, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  789. (391, 0, 'Nadie', 1, 0, 1, 2527.03, -1033.53, 69.5796, 2365.46, -1135.58, 1050.88, 358.781, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  790. (392, 0, 'Nadie', 1, 0, 1, 2549.2, -1032.11, 69.5787, 2365.46, -1135.58, 1050.88, 88.3955, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  791. (393, 0, 'Nadie', 1, 0, 1, 2562.11, -1034.32, 69.8692, 2308.77, -1212.94, 1049.02, 266.974, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  792. (394, 0, 'Nadie', 1, 0, 1, 2579.72, -1033.2, 69.5798, 2308.77, -1212.94, 1049.02, 356.901, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Las Colinas', 0, 0, 0, 0, 0, 0, 0),
  793. (395, 0, 'Nadie', 1, 0, 1, 2756.38, -1182.81, 69.4035, 2365.46, -1135.58, 1050.88, 181.433, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  794. (396, 0, 'Nadie', 1, 0, 1, 2750.39, -1205.75, 67.4844, 2196.85, -1204.25, 1049.02, 273.241, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  795. (397, 0, 'Nadie', 1, 0, 1, 2750.39, -1222.41, 64.6016, 2196.85, -1204.25, 1049.02, 265.776, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 398, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  796. (398, 0, 'Nadie', 1, 0, 1, 2750.39, -1238.67, 61.5245, 2308.77, -1212.94, 1049.02, 261.702, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  797. (399, 0, 'Nadie', 1, 0, 1, 2775.99, -1245.38, 49.5755, 2308.77, -1212.94, 1049.02, 356.62, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  798. (400, 0, 'Nadie', 1, 0, 1, 2797.78, -1245.38, 47.384, 2196.85, -1204.25, 1049.02, 1.94662, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  799. (401, 0, 'Nadie', 1, 0, 1, 2809.53, -1281.16, 43.8933, 2196.85, -1204.25, 1049.02, 263.246, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  800. (402, 0, 'Nadie', 1, 0, 1, 2809.53, -1303.06, 38.9198, 2196.85, -1204.25, 1049.02, 274.839, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  801. (403, 0, 'Nadie', 1, 0, 1, 2809.53, -1324.69, 33.8764, 2196.85, -1204.25, 1049.02, 266.693, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  802. (404, 0, 'Nadie', 1, 0, 1, 2807.98, -1353.81, 27.2185, -283.438, 1471.2, 1084.38, 273.586, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  803. (405, 0, 'Nadie', 1, 0, 1, 2807.98, -1369.48, 23.5822, 83.1256, 1322.28, 1083.87, 278.599, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  804. (406, 0, 'Nadie', 1, 0, 1, 2851.85, -1366.01, 14.1708, -283.438, 1471.2, 1084.38, 91.2476, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  805. (407, 0, 'Nadie', 1, 0, 1, 2842.05, -1334.81, 14.7421, 83.1256, 1322.28, 1083.87, 6.57429, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  806. (408, 0, 'Nadie', 1, 0, 1, 2847.03, -1309.92, 14.6735, 83.1256, 1322.28, 1083.87, 102.528, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  807. (409, 0, 'Nadie', 1, 0, 1, 2808.05, -1190.88, 25.3419, 83.1256, 1322.28, 1083.87, 177.392, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  808. (410, 0, 'Nadie', 1, 0, 1, 2807.91, -1175.92, 25.3855, -283.438, 1471.2, 1084.38, 2.54998, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  809. (411, 0, 'Nadie', 1, 0, 1, 2781.95, -1358.64, 26.3679, -283.438, 1471.2, 1084.38, 86.814, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  810. (412, 0, 'Nadie', 1, 0, 1, 2781.94, -1333.36, 32.3986, 83.1256, 1322.28, 1083.87, 85.874, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  811. (413, 0, 'Nadie', 1, 0, 1, 2782.16, -1306.19, 38.8904, -283.438, 1471.2, 1084.38, 85.874, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  812. (414, 0, 'Nadie', 1, 0, 1, 2782.16, -1281.2, 44.3711, 83.1256, 1322.28, 1083.87, 90.8874, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0);
  813. INSERT INTO `propiedades` (`ID`, `IDPropietario`, `Propietario`, `EnVenta`, `Precio`, `EnUso`, `PosX`, `PosY`, `PosZ`, `PosXS`, `PosYS`, `PosZS`, `PosA`, `PosAS`, `Nivel`, `Tipo`, `EnVentaPor`, `Interior`, `InteriorID`, `Abierta`, `Sprunk`, `Cerveza`, `Aquarius`, `Pizzas`, `Vino`, `AK47`, `M4`, `EscopetaNormal`, `EscopetaDeCombate`, `MP5`, `9mm`, `9mmSilenciada`, `DesertEagle`, `Rifle`, `Granada`, `Manopla`, `Cuchillo`, `Katana`, `Medicamentos`, `Crack`, `VW`, `Camara`, `Flores`, `Pala`, `BateDeBeisbol`, `PaloDeGolf`, `GX`, `GY`, `GZ`, `GA`, `Localizacion`, `Ganancias`, `PaloDeBillar`, `ConsoladorRosa`, `VibradorBlanco`, `GranVibradorBlanco`, `VibradorPlateado`, `Baston`) VALUES
  814. (415, 0, 'Nadie', 1, 0, 1, 2755.85, -1276.43, 56.5938, 83.1256, 1322.28, 1083.87, 269.176, 0, 1, 1, 1, 28, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  815. (416, 0, 'Nadie', 1, 0, 1, 2756.29, -1302.43, 53.0938, -283.438, 1471.2, 1084.38, 271.369, 0, 1, 1, 1, 26, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  816. (417, 0, 'Nadie', 1, 0, 1, 2747.38, -1351.94, 44.6121, 1454.72, 551.543, 1001, 265.416, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  817. (418, 0, 'Nadie', 1, 0, 1, 2755.71, -1400.44, 39.3767, 1454.72, 551.543, 1001, 261.342, 0, 1, 2, 1, 40, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 419, 0, 0, 0, 0, 0, 2750.91, -1414.24, 33.6639, 270.429, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  818. (419, 0, 'Nadie', 1, 0, 1, 2850.95, -1532.43, 11.0991, -794.761, 508.354, 1371.75, 88.114, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  819. (420, 0, 'Nadie', 1, 0, 1, 2795.97, -1619.42, 10.9219, 1260.84, -785.488, 1091.91, 250.422, 0, 1, 1, 1, 37, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 421, 0, 0, 0, 0, 0, 2766, -1615.6, 10.9219, 88.5471, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  820. (421, 0, 'Nadie', 1, 0, 1, 2770.74, -1628.72, 12.1775, 2548.8, -1294.64, 1060.98, 175.968, 0, 1, 1, 1, 38, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 422, 0, 0, 0, 0, 0, 2766.01, -1607.2, 10.9219, 88.5471, 'East Beach', 0, 0, 0, 0, 0, 0, 0),
  821. (422, 0, 'Nadie', 1, 0, 1, 2701, -1279.92, 58.9453, -794.761, 508.354, 1371.75, 137.137, 0, 1, 3, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 423, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Los Flores', 0, 0, 0, 0, 0, 0, 0),
  822. (423, 0, 'Nadie', 1, 0, 1, 2551.05, -1233.8, 49.3318, 2333.22, -1077.34, 1049.02, 359.899, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  823. (424, 0, 'Nadie', 1, 0, 1, 2536.93, -1235.61, 43.7219, 2196.85, -1204.25, 1049.02, 183.825, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  824. (425, 0, 'Nadie', 1, 0, 1, 2514.51, -1240.46, 39.3406, 2308.77, -1212.94, 1049.02, 354.569, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  825. (426, 0, 'Nadie', 1, 0, 1, 2491.97, -1239.01, 37.9054, 2365.46, -1135.58, 1050.88, 357.39, 0, 1, 1, 1, 6, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 427, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  826. (427, 0, 'Nadie', 1, 0, 1, 2472.96, -1238.12, 32.5695, 2333.22, -1077.34, 1049.02, 0.812769, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  827. (428, 0, 'Nadie', 1, 0, 1, 2467.74, -1200.41, 36.8117, 2333.22, -1077.34, 1049.02, 177.221, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 429, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  828. (429, 0, 'Nadie', 1, 0, 1, 2520.7, -1198, 56.5988, 2196.85, -1204.25, 1049.02, 177.535, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  829. (430, 0, 'Nadie', 1, 0, 1, 2550.4, -1197.52, 60.8436, 2308.77, -1212.94, 1049.02, 172.521, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  830. (431, 0, 'Nadie', 1, 0, 1, 2469.18, -1278.21, 30.3664, 2333.22, -1077.34, 1049.02, 264.594, 0, 1, 1, 1, 3, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  831. (432, 0, 'Nadie', 1, 0, 1, 2470.37, -1295.57, 30.2332, 2196.85, -1204.25, 1049.02, 264.329, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  832. (433, 0, 'Nadie', 1, 0, 1, 2481.76, -1331.98, 28.3024, 2308.77, -1212.94, 1049.02, 266.209, 0, 1, 1, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  833. (434, 0, 'Nadie', 1, 0, 1, 2481.77, -1345.11, 27.6531, 2196.85, -1204.25, 1049.02, 273.416, 0, 1, 1, 1, 4, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 435, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'East Los Santos', 0, 0, 0, 0, 0, 0, 0),
  834. (435, 1, 'Hahn', 0, 0, 1, 859.448, -3110.67, 6.566, 140.139, 1365.93, 1083.86, 90.1871, 0, 1, 1, 1, 23, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0),
  835. (436, 8, 'Cristian_Fernandez', 0, 1, 1, 2100.93, -1321.89, 25.9531, -2170.47, 639.477, 1052.38, 172.683, 0, 1, 1, 1, 35, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Jefferson', 0, 0, 0, 0, 0, 0, 0),
  836. (437, 0, 'Nadie', 1, 1, 1, -87.1112, -1212.39, 2.89062, 295.04, 1472.26, 1080.26, 262.558, 0, 1, 1, 1, 12, 15, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Flint County', 0, 0, 0, 0, 0, 0, 0);
  837.  
  838. -- --------------------------------------------------------
  839.  
  840. --
  841. -- Estructura de tabla para la tabla `registros`
  842. --
  843.  
  844. CREATE TABLE `registros` (
  845.   `id` int(10) UNSIGNED NOT NULL,
  846.   `Cantidad` int(30) NOT NULL DEFAULT '0'
  847. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  848.  
  849. --
  850. -- Volcado de datos para la tabla `registros`
  851. --
  852.  
  853. INSERT INTO `registros` (`id`, `Cantidad`) VALUES
  854. (1, 12);
  855.  
  856. -- --------------------------------------------------------
  857.  
  858. --
  859. -- Estructura de tabla para la tabla `usuarios`
  860. --
  861.  
  862. CREATE TABLE `usuarios` (
  863.   `ID` int(10) UNSIGNED NOT NULL,
  864.   `Username` varchar(30) NOT NULL,
  865.   `Password` varchar(129) NOT NULL,
  866.   `posX` float NOT NULL,
  867.   `posY` float NOT NULL,
  868.   `posZ` float NOT NULL,
  869.   `Admin` int(1) NOT NULL DEFAULT '0',
  870.   `Sexo` varchar(1) NOT NULL,
  871.   `Edad` int(10) NOT NULL DEFAULT '0',
  872.   `Skin` varchar(3) NOT NULL,
  873.   `Vida` float NOT NULL,
  874.   `Chaleco` float NOT NULL,
  875.   `Registro` varchar(15) NOT NULL DEFAULT '19/7/2014',
  876.   `Tutorial` int(5) NOT NULL DEFAULT '0',
  877.   `Money` int(30) NOT NULL,
  878.   `Banco` int(30) NOT NULL DEFAULT '0',
  879.   `Moneda` int(30) NOT NULL DEFAULT '0',
  880.   `Cargos` varchar(1) NOT NULL DEFAULT '0',
  881.   `Duty` varchar(1) NOT NULL DEFAULT '0',
  882.   `SkinTrabajo` varchar(3) NOT NULL DEFAULT '280',
  883.   `Nivel` varchar(2) NOT NULL DEFAULT '1',
  884.   `Experiencia` varchar(3) NOT NULL DEFAULT '0',
  885.   `Agonizando` varchar(1) NOT NULL DEFAULT '0',
  886.   `GPS` varchar(1) NOT NULL DEFAULT '0',
  887.   `Radio` varchar(1) NOT NULL DEFAULT '0',
  888.   `Numero` varchar(10) NOT NULL DEFAULT '0',
  889.   `Interior` int(10) NOT NULL DEFAULT '0',
  890.   `MundoVirtual` int(10) NOT NULL DEFAULT '0',
  891.   `Materiales` int(10) NOT NULL DEFAULT '0',
  892.   `Sed` int(255) NOT NULL DEFAULT '0',
  893.   `Trabajo` int(2) NOT NULL DEFAULT '0',
  894.   `Trabajo2` int(2) NOT NULL DEFAULT '0',
  895.   `Faccion` varchar(5) NOT NULL DEFAULT '0',
  896.   `Rango` varchar(10) DEFAULT NULL,
  897.   `Crack` int(10) NOT NULL DEFAULT '0',
  898.   `Medicamentos` int(10) NOT NULL DEFAULT '0',
  899.   `Agenda` varchar(2) NOT NULL DEFAULT '0',
  900.   `Licencia` varchar(5) NOT NULL DEFAULT '0',
  901.   `TiempoPD` int(15) NOT NULL DEFAULT '0',
  902.   `TiempoJail` int(30) NOT NULL DEFAULT '0',
  903.   `TiempoCarcelM` int(3) NOT NULL DEFAULT '0',
  904.   `Repuestos` int(3) NOT NULL DEFAULT '0',
  905.   `hx` float NOT NULL,
  906.   `hy` float NOT NULL,
  907.   `hz` float NOT NULL,
  908.   `Baneado` varchar(2) NOT NULL DEFAULT '0',
  909.   `razon` varchar(32) NOT NULL DEFAULT 'Ninguno',
  910.   `IP` varchar(15) NOT NULL,
  911.   `NMute` int(11) NOT NULL DEFAULT '0',
  912.   `changenamefree` int(1) NOT NULL DEFAULT '0',
  913.   `Online` int(1) NOT NULL DEFAULT '0',
  914.   `Email` varchar(50) NOT NULL DEFAULT '0',
  915.   `EMS` int(11) NOT NULL DEFAULT '0',
  916.   `TiempoCarcelS` int(3) NOT NULL DEFAULT '0',
  917.   `Changed` int(1) NOT NULL DEFAULT '0',
  918.   `Multas` int(10) NOT NULL DEFAULT '0',
  919.   `Stats` int(1) NOT NULL DEFAULT '0',
  920.   `EnCasa` varchar(10) NOT NULL DEFAULT '0',
  921.   `EnRopero` varchar(10) NOT NULL DEFAULT '0',
  922.   `EnGarage` int(10) NOT NULL DEFAULT '0',
  923.   `VIP` int(2) NOT NULL DEFAULT '0',
  924.   `FinDia` int(2) NOT NULL DEFAULT '0',
  925.   `FinMes` int(2) NOT NULL DEFAULT '0',
  926.   `FinAno` int(4) NOT NULL DEFAULT '0',
  927.   `hprecio` int(10) NOT NULL DEFAULT '0',
  928.   `h2precio` int(10) NOT NULL DEFAULT '0',
  929.   `hmoneda` int(1) NOT NULL DEFAULT '0',
  930.   `h2moneda` int(1) NOT NULL DEFAULT '0',
  931.   `CasaID` int(5) NOT NULL DEFAULT '0',
  932.   `CasaID2` int(5) NOT NULL DEFAULT '0',
  933.   `WP0` varchar(2) NOT NULL DEFAULT '0',
  934.   `WP1` varchar(2) NOT NULL DEFAULT '0',
  935.   `WP2` varchar(2) NOT NULL DEFAULT '0',
  936.   `WP3` varchar(2) NOT NULL DEFAULT '0',
  937.   `WP4` varchar(2) NOT NULL DEFAULT '0',
  938.   `WP5` varchar(2) NOT NULL DEFAULT '0',
  939.   `WP6` varchar(2) NOT NULL DEFAULT '0',
  940.   `WP7` varchar(2) NOT NULL DEFAULT '0',
  941.   `WP8` varchar(2) NOT NULL DEFAULT '0',
  942.   `WP9` varchar(2) NOT NULL DEFAULT '0',
  943.   `WP10` varchar(2) NOT NULL DEFAULT '0',
  944.   `WP11` varchar(2) NOT NULL DEFAULT '0',
  945.   `WP12` varchar(2) NOT NULL DEFAULT '0',
  946.   `NivelArmero` varchar(3) NOT NULL DEFAULT '1',
  947.   `ExpArmero` varchar(3) NOT NULL DEFAULT '0',
  948.   `NivelPescador` int(3) NOT NULL DEFAULT '1',
  949.   `ExpPescador` int(3) NOT NULL DEFAULT '0',
  950.   `NivelPiloto` int(3) NOT NULL DEFAULT '1',
  951.   `ExpPiloto` int(3) NOT NULL DEFAULT '0',
  952.   `NivelCamionero` varchar(3) NOT NULL DEFAULT '1',
  953.   `ExpCamionero` varchar(3) NOT NULL DEFAULT '0',
  954.   `NivelTransportista` int(3) NOT NULL DEFAULT '1',
  955.   `ExpTransportista` int(3) NOT NULL DEFAULT '0',
  956.   `NivelBasurero` int(3) NOT NULL DEFAULT '1',
  957.   `ExpBasurero` int(3) NOT NULL DEFAULT '0',
  958.   `NivelLadron` int(3) NOT NULL DEFAULT '1',
  959.   `ExpLadron` int(3) NOT NULL DEFAULT '0',
  960.   `OX` float NOT NULL DEFAULT '0',
  961.   `OY` float NOT NULL DEFAULT '0',
  962.   `OZ` float NOT NULL DEFAULT '0',
  963.   `OA` float NOT NULL DEFAULT '0',
  964.   `VE1` int(20) NOT NULL,
  965.   `VE2` int(20) NOT NULL,
  966.   `VE3` int(20) NOT NULL,
  967.   `VE4` int(20) NOT NULL,
  968.   `vMoneda` int(5) NOT NULL DEFAULT '0',
  969.   `Modelo` varchar(3) NOT NULL,
  970.   `vTraba` int(1) NOT NULL DEFAULT '0',
  971.   `vGas` int(10) NOT NULL DEFAULT '0',
  972.   `vinterior` int(10) NOT NULL DEFAULT '0',
  973.   `vvw` int(10) NOT NULL DEFAULT '0',
  974.   `Color1` int(3) NOT NULL,
  975.   `Color2` int(3) NOT NULL,
  976.   `VidaV` float NOT NULL DEFAULT '1000',
  977.   `vBaul` int(10) NOT NULL DEFAULT '0',
  978.   `vBaul2` int(10) NOT NULL DEFAULT '0',
  979.   `vBaul3` int(10) NOT NULL DEFAULT '0',
  980.   `vBaul4` int(10) NOT NULL DEFAULT '0',
  981.   `vBaul5` int(10) NOT NULL DEFAULT '0',
  982.   `vBaul6` int(10) NOT NULL DEFAULT '0',
  983.   `vBaul7` int(10) NOT NULL DEFAULT '0',
  984.   `vBaul8` int(10) NOT NULL DEFAULT '0',
  985.   `PaintJob` int(5) NOT NULL DEFAULT '-1',
  986.   `1Patente` varchar(32) NOT NULL DEFAULT '0',
  987.   `1Componentes0` int(10) NOT NULL DEFAULT '0',
  988.   `1Componentes1` int(10) NOT NULL DEFAULT '0',
  989.   `1Componentes2` int(10) NOT NULL DEFAULT '0',
  990.   `1Componentes3` int(10) NOT NULL DEFAULT '0',
  991.   `1Componentes4` int(10) NOT NULL DEFAULT '0',
  992.   `1Componentes5` int(10) NOT NULL DEFAULT '0',
  993.   `1Componentes6` int(10) NOT NULL DEFAULT '0',
  994.   `1Componentes7` int(10) NOT NULL DEFAULT '0',
  995.   `1Componentes8` int(10) NOT NULL DEFAULT '0',
  996.   `1Componentes9` int(10) NOT NULL DEFAULT '0',
  997.   `1Componentes10` int(10) NOT NULL DEFAULT '0',
  998.   `1Componentes11` int(10) NOT NULL DEFAULT '0',
  999.   `1Componentes12` int(10) NOT NULL DEFAULT '0',
  1000.   `1Componentes13` int(10) NOT NULL DEFAULT '0',
  1001.   `Precio` varchar(50) NOT NULL DEFAULT '0',
  1002.   `X` float NOT NULL,
  1003.   `Y` float NOT NULL,
  1004.   `Z` float NOT NULL,
  1005.   `A` float NOT NULL,
  1006.   `Ovw` int(10) NOT NULL DEFAULT '0',
  1007.   `Segurov` varchar(2) NOT NULL DEFAULT '0',
  1008.   `Ointerior` int(10) NOT NULL DEFAULT '0',
  1009.   `OX2` float NOT NULL DEFAULT '0',
  1010.   `OY2` float NOT NULL DEFAULT '0',
  1011.   `OZ2` float NOT NULL DEFAULT '0',
  1012.   `OA2` float NOT NULL DEFAULT '0',
  1013.   `V2E1` int(20) NOT NULL,
  1014.   `V2E2` int(20) NOT NULL,
  1015.   `V2E3` int(20) NOT NULL,
  1016.   `V2E4` int(20) NOT NULL,
  1017.   `v2Moneda` int(5) NOT NULL DEFAULT '0',
  1018.   `Modelo2` int(10) NOT NULL DEFAULT '0',
  1019.   `v2Traba` int(1) NOT NULL DEFAULT '0',
  1020.   `v2Gas` int(10) NOT NULL DEFAULT '0',
  1021.   `v2interior` int(10) NOT NULL DEFAULT '0',
  1022.   `v2vw` int(10) NOT NULL DEFAULT '0',
  1023.   `2Color1` int(5) NOT NULL DEFAULT '0',
  1024.   `2Color2` int(5) NOT NULL DEFAULT '0',
  1025.   `VidaV2` float NOT NULL DEFAULT '0',
  1026.   `v2Baul` int(5) NOT NULL DEFAULT '0',
  1027.   `v2Baul2` int(5) NOT NULL DEFAULT '0',
  1028.   `v2Baul3` int(5) NOT NULL DEFAULT '0',
  1029.   `v2Baul4` int(5) NOT NULL DEFAULT '0',
  1030.   `v2Baul5` int(10) NOT NULL DEFAULT '0',
  1031.   `v2Baul6` int(10) NOT NULL DEFAULT '0',
  1032.   `v2Baul7` int(10) NOT NULL DEFAULT '0',
  1033.   `v2Baul8` int(10) NOT NULL DEFAULT '0',
  1034.   `PaintJob2` int(5) NOT NULL DEFAULT '-1',
  1035.   `2Patente` varchar(32) NOT NULL DEFAULT '0',
  1036.   `2Componentes0` int(10) NOT NULL DEFAULT '0',
  1037.   `2Componentes1` int(10) NOT NULL DEFAULT '0',
  1038.   `2Componentes2` int(10) NOT NULL DEFAULT '0',
  1039.   `2Componentes3` int(10) NOT NULL DEFAULT '0',
  1040.   `2Componentes4` int(10) NOT NULL DEFAULT '0',
  1041.   `2Componentes5` int(10) NOT NULL DEFAULT '0',
  1042.   `2Componentes6` int(10) NOT NULL DEFAULT '0',
  1043.   `2Componentes7` int(10) NOT NULL DEFAULT '0',
  1044.   `2Componentes8` int(10) NOT NULL DEFAULT '0',
  1045.   `2Componentes9` int(10) NOT NULL DEFAULT '0',
  1046.   `2Componentes10` int(10) NOT NULL DEFAULT '0',
  1047.   `2Componentes11` int(10) NOT NULL DEFAULT '0',
  1048.   `2Componentes12` int(10) NOT NULL DEFAULT '0',
  1049.   `2Componentes13` int(10) NOT NULL DEFAULT '0',
  1050.   `Precio2` int(30) NOT NULL DEFAULT '0',
  1051.   `X2` float NOT NULL DEFAULT '0',
  1052.   `Y2` float NOT NULL DEFAULT '0',
  1053.   `Z2` float NOT NULL DEFAULT '0',
  1054.   `A2` float NOT NULL DEFAULT '0',
  1055.   `Ovw2` int(10) NOT NULL DEFAULT '0',
  1056.   `Segurov2` int(5) NOT NULL DEFAULT '0',
  1057.   `Ointerior2` int(10) NOT NULL DEFAULT '0',
  1058.   `RopaBasu` int(2) NOT NULL DEFAULT '0',
  1059.   `RopaMedi` int(2) NOT NULL DEFAULT '0',
  1060.   `RopaMeca` int(2) DEFAULT '0',
  1061.   `RopaMine` int(2) NOT NULL DEFAULT '0',
  1062.   `Martillo` int(2) NOT NULL DEFAULT '0',
  1063.   `Destornillador` int(2) NOT NULL DEFAULT '0',
  1064.   `Barreta` int(2) NOT NULL DEFAULT '0',
  1065.   `Balde` int(2) NOT NULL DEFAULT '0',
  1066.   `ent_totem` int(10) NOT NULL DEFAULT '0',
  1067.   `totem` varchar(32) DEFAULT NULL,
  1068.   `totems` int(10) NOT NULL DEFAULT '0',
  1069.   `OX3` float NOT NULL DEFAULT '0',
  1070.   `OY3` float NOT NULL DEFAULT '0',
  1071.   `OZ3` float NOT NULL DEFAULT '0',
  1072.   `OA3` float NOT NULL DEFAULT '0',
  1073.   `V3E1` int(20) NOT NULL,
  1074.   `V3E2` int(20) NOT NULL,
  1075.   `V3E3` int(20) NOT NULL,
  1076.   `V3E4` int(20) NOT NULL,
  1077.   `v3Moneda` int(5) NOT NULL DEFAULT '0',
  1078.   `Modelo3` int(10) NOT NULL DEFAULT '0',
  1079.   `v3Traba` int(1) NOT NULL DEFAULT '0',
  1080.   `v3Gas` int(10) NOT NULL DEFAULT '0',
  1081.   `v3interior` int(10) NOT NULL DEFAULT '0',
  1082.   `v3vw` int(10) NOT NULL DEFAULT '0',
  1083.   `3Color1` int(5) NOT NULL DEFAULT '0',
  1084.   `3Color2` int(5) NOT NULL DEFAULT '0',
  1085.   `VidaV3` float NOT NULL DEFAULT '0',
  1086.   `v3Baul` int(5) NOT NULL DEFAULT '0',
  1087.   `v3Baul2` int(5) NOT NULL DEFAULT '0',
  1088.   `v3Baul3` int(5) NOT NULL DEFAULT '0',
  1089.   `v3Baul4` int(5) NOT NULL DEFAULT '0',
  1090.   `v3Baul5` int(10) NOT NULL DEFAULT '0',
  1091.   `v3Baul6` int(10) NOT NULL DEFAULT '0',
  1092.   `v3Baul7` int(10) NOT NULL DEFAULT '0',
  1093.   `v3Baul8` int(10) NOT NULL DEFAULT '0',
  1094.   `PaintJob3` int(5) NOT NULL DEFAULT '-1',
  1095.   `3Patente` varchar(32) NOT NULL DEFAULT '0',
  1096.   `3Componentes0` int(10) NOT NULL DEFAULT '0',
  1097.   `3Componentes1` int(10) NOT NULL DEFAULT '0',
  1098.   `3Componentes2` int(10) NOT NULL DEFAULT '0',
  1099.   `3Componentes3` int(10) NOT NULL DEFAULT '0',
  1100.   `3Componentes4` int(10) NOT NULL DEFAULT '0',
  1101.   `3Componentes5` int(10) NOT NULL DEFAULT '0',
  1102.   `3Componentes6` int(10) NOT NULL DEFAULT '0',
  1103.   `3Componentes7` int(10) NOT NULL DEFAULT '0',
  1104.   `3Componentes8` int(10) NOT NULL DEFAULT '0',
  1105.   `3Componentes9` int(10) NOT NULL DEFAULT '0',
  1106.   `3Componentes10` int(10) NOT NULL DEFAULT '0',
  1107.   `3Componentes11` int(10) NOT NULL DEFAULT '0',
  1108.   `3Componentes12` int(10) NOT NULL DEFAULT '0',
  1109.   `3Componentes13` int(10) NOT NULL DEFAULT '0',
  1110.   `Precio3` int(30) NOT NULL DEFAULT '0',
  1111.   `X3` float NOT NULL DEFAULT '0',
  1112.   `Y3` float NOT NULL DEFAULT '0',
  1113.   `Z3` float NOT NULL DEFAULT '0',
  1114.   `A3` float NOT NULL DEFAULT '0',
  1115.   `Ovw3` int(10) NOT NULL DEFAULT '0',
  1116.   `Segurov3` int(5) NOT NULL DEFAULT '0',
  1117.   `Ointerior3` int(10) NOT NULL DEFAULT '0',
  1118.   `OX4` float NOT NULL DEFAULT '0',
  1119.   `OY4` float NOT NULL DEFAULT '0',
  1120.   `OZ4` float NOT NULL DEFAULT '0',
  1121.   `OA4` float NOT NULL DEFAULT '0',
  1122.   `V4E1` int(20) NOT NULL,
  1123.   `V4E2` int(20) NOT NULL,
  1124.   `V4E3` int(20) NOT NULL,
  1125.   `V4E4` int(20) NOT NULL,
  1126.   `v4Moneda` int(5) NOT NULL DEFAULT '0',
  1127.   `Modelo4` int(10) NOT NULL DEFAULT '0',
  1128.   `v4Traba` int(1) NOT NULL DEFAULT '0',
  1129.   `v4Gas` int(10) NOT NULL DEFAULT '0',
  1130.   `v4interior` int(10) NOT NULL DEFAULT '0',
  1131.   `v4vw` int(10) NOT NULL DEFAULT '0',
  1132.   `4Color1` int(5) NOT NULL DEFAULT '0',
  1133.   `4Color2` int(5) NOT NULL DEFAULT '0',
  1134.   `VidaV4` float NOT NULL DEFAULT '0',
  1135.   `v4Baul` int(5) NOT NULL DEFAULT '0',
  1136.   `v4Baul2` int(5) NOT NULL DEFAULT '0',
  1137.   `v4Baul3` int(5) NOT NULL DEFAULT '0',
  1138.   `v4Baul4` int(5) NOT NULL DEFAULT '0',
  1139.   `v4Baul5` int(10) NOT NULL DEFAULT '0',
  1140.   `v4Baul6` int(10) NOT NULL DEFAULT '0',
  1141.   `v4Baul7` int(10) NOT NULL DEFAULT '0',
  1142.   `v4Baul8` int(10) NOT NULL DEFAULT '0',
  1143.   `PaintJob4` int(5) NOT NULL DEFAULT '-1',
  1144.   `4Patente` varchar(32) NOT NULL DEFAULT '0',
  1145.   `4Componentes0` int(10) NOT NULL DEFAULT '0',
  1146.   `4Componentes1` int(10) NOT NULL DEFAULT '0',
  1147.   `4Componentes2` int(10) NOT NULL DEFAULT '0',
  1148.   `4Componentes3` int(10) NOT NULL DEFAULT '0',
  1149.   `4Componentes4` int(10) NOT NULL DEFAULT '0',
  1150.   `4Componentes5` int(10) NOT NULL DEFAULT '0',
  1151.   `4Componentes6` int(10) NOT NULL DEFAULT '0',
  1152.   `4Componentes7` int(10) NOT NULL DEFAULT '0',
  1153.   `4Componentes8` int(10) NOT NULL DEFAULT '0',
  1154.   `4Componentes9` int(10) NOT NULL DEFAULT '0',
  1155.   `4Componentes10` int(10) NOT NULL DEFAULT '0',
  1156.   `4Componentes11` int(10) NOT NULL DEFAULT '0',
  1157.   `4Componentes12` int(10) NOT NULL DEFAULT '0',
  1158.   `4Componentes13` int(10) NOT NULL DEFAULT '0',
  1159.   `Precio4` int(30) NOT NULL DEFAULT '0',
  1160.   `X4` float NOT NULL DEFAULT '0',
  1161.   `Y4` float NOT NULL DEFAULT '0',
  1162.   `Z4` float NOT NULL DEFAULT '0',
  1163.   `A4` float NOT NULL DEFAULT '0',
  1164.   `Ovw4` int(10) NOT NULL DEFAULT '0',
  1165.   `Segurov4` int(5) NOT NULL DEFAULT '0',
  1166.   `Ointerior4` int(10) NOT NULL DEFAULT '0',
  1167.   `NivelMinero` int(3) NOT NULL DEFAULT '1',
  1168.   `ExpMinero` int(3) NOT NULL DEFAULT '0',
  1169.   `Regalo` int(11) NOT NULL DEFAULT '0',
  1170.   `arrestado` int(10) NOT NULL DEFAULT '0',
  1171.   `horasjugadas` int(10) NOT NULL DEFAULT '0',
  1172.   `TipoCarcel` varchar(3) NOT NULL DEFAULT '0',
  1173.   `SocioHP` varchar(3) NOT NULL DEFAULT '0',
  1174.   `Hambre` int(255) NOT NULL,
  1175.   `Patines` int(2) NOT NULL,
  1176.   `PuntosCarrera` int(4) NOT NULL DEFAULT '0',
  1177.   `TieneEmisora` int(2) NOT NULL DEFAULT '0',
  1178.   `NombreEmisora` varchar(90) NOT NULL,
  1179.   `Conexion` varchar(90) NOT NULL DEFAULT '1',
  1180.   `Semillas` int(5) NOT NULL DEFAULT '0',
  1181.   `Swat` int(2) NOT NULL DEFAULT '0'
  1182. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1183.  
  1184. --
  1185. -- Volcado de datos para la tabla `usuarios`
  1186. --
  1187.  
  1188. INSERT INTO `usuarios` (`ID`, `Username`, `Password`, `posX`, `posY`, `posZ`, `Admin`, `Sexo`, `Edad`, `Skin`, `Vida`, `Chaleco`, `Registro`, `Tutorial`, `Money`, `Banco`, `Moneda`, `Cargos`, `Duty`, `SkinTrabajo`, `Nivel`, `Experiencia`, `Agonizando`, `GPS`, `Radio`, `Numero`, `Interior`, `MundoVirtual`, `Materiales`, `Sed`, `Trabajo`, `Trabajo2`, `Faccion`, `Rango`, `Crack`, `Medicamentos`, `Agenda`, `Licencia`, `TiempoPD`, `TiempoJail`, `TiempoCarcelM`, `Repuestos`, `hx`, `hy`, `hz`, `Baneado`, `razon`, `IP`, `NMute`, `changenamefree`, `Online`, `Email`, `EMS`, `TiempoCarcelS`, `Changed`, `Multas`, `Stats`, `EnCasa`, `EnRopero`, `EnGarage`, `VIP`, `FinDia`, `FinMes`, `FinAno`, `hprecio`, `h2precio`, `hmoneda`, `h2moneda`, `CasaID`, `CasaID2`, `WP0`, `WP1`, `WP2`, `WP3`, `WP4`, `WP5`, `WP6`, `WP7`, `WP8`, `WP9`, `WP10`, `WP11`, `WP12`, `NivelArmero`, `ExpArmero`, `NivelPescador`, `ExpPescador`, `NivelPiloto`, `ExpPiloto`, `NivelCamionero`, `ExpCamionero`, `NivelTransportista`, `ExpTransportista`, `NivelBasurero`, `ExpBasurero`, `NivelLadron`, `ExpLadron`, `OX`, `OY`, `OZ`, `OA`, `VE1`, `VE2`, `VE3`, `VE4`, `vMoneda`, `Modelo`, `vTraba`, `vGas`, `vinterior`, `vvw`, `Color1`, `Color2`, `VidaV`, `vBaul`, `vBaul2`, `vBaul3`, `vBaul4`, `vBaul5`, `vBaul6`, `vBaul7`, `vBaul8`, `PaintJob`, `1Patente`, `1Componentes0`, `1Componentes1`, `1Componentes2`, `1Componentes3`, `1Componentes4`, `1Componentes5`, `1Componentes6`, `1Componentes7`, `1Componentes8`, `1Componentes9`, `1Componentes10`, `1Componentes11`, `1Componentes12`, `1Componentes13`, `Precio`, `X`, `Y`, `Z`, `A`, `Ovw`, `Segurov`, `Ointerior`, `OX2`, `OY2`, `OZ2`, `OA2`, `V2E1`, `V2E2`, `V2E3`, `V2E4`, `v2Moneda`, `Modelo2`, `v2Traba`, `v2Gas`, `v2interior`, `v2vw`, `2Color1`, `2Color2`, `VidaV2`, `v2Baul`, `v2Baul2`, `v2Baul3`, `v2Baul4`, `v2Baul5`, `v2Baul6`, `v2Baul7`, `v2Baul8`, `PaintJob2`, `2Patente`, `2Componentes0`, `2Componentes1`, `2Componentes2`, `2Componentes3`, `2Componentes4`, `2Componentes5`, `2Componentes6`, `2Componentes7`, `2Componentes8`, `2Componentes9`, `2Componentes10`, `2Componentes11`, `2Componentes12`, `2Componentes13`, `Precio2`, `X2`, `Y2`, `Z2`, `A2`, `Ovw2`, `Segurov2`, `Ointerior2`, `RopaBasu`, `RopaMedi`, `RopaMeca`, `RopaMine`, `Martillo`, `Destornillador`, `Barreta`, `Balde`, `ent_totem`, `totem`, `totems`, `OX3`, `OY3`, `OZ3`, `OA3`, `V3E1`, `V3E2`, `V3E3`, `V3E4`, `v3Moneda`, `Modelo3`, `v3Traba`, `v3Gas`, `v3interior`, `v3vw`, `3Color1`, `3Color2`, `VidaV3`, `v3Baul`, `v3Baul2`, `v3Baul3`, `v3Baul4`, `v3Baul5`, `v3Baul6`, `v3Baul7`, `v3Baul8`, `PaintJob3`, `3Patente`, `3Componentes0`, `3Componentes1`, `3Componentes2`, `3Componentes3`, `3Componentes4`, `3Componentes5`, `3Componentes6`, `3Componentes7`, `3Componentes8`, `3Componentes9`, `3Componentes10`, `3Componentes11`, `3Componentes12`, `3Componentes13`, `Precio3`, `X3`, `Y3`, `Z3`, `A3`, `Ovw3`, `Segurov3`, `Ointerior3`, `OX4`, `OY4`, `OZ4`, `OA4`, `V4E1`, `V4E2`, `V4E3`, `V4E4`, `v4Moneda`, `Modelo4`, `v4Traba`, `v4Gas`, `v4interior`, `v4vw`, `4Color1`, `4Color2`, `VidaV4`, `v4Baul`, `v4Baul2`, `v4Baul3`, `v4Baul4`, `v4Baul5`, `v4Baul6`, `v4Baul7`, `v4Baul8`, `PaintJob4`, `4Patente`, `4Componentes0`, `4Componentes1`, `4Componentes2`, `4Componentes3`, `4Componentes4`, `4Componentes5`, `4Componentes6`, `4Componentes7`, `4Componentes8`, `4Componentes9`, `4Componentes10`, `4Componentes11`, `4Componentes12`, `4Componentes13`, `Precio4`, `X4`, `Y4`, `Z4`, `A4`, `Ovw4`, `Segurov4`, `Ointerior4`, `NivelMinero`, `ExpMinero`, `Regalo`, `arrestado`, `horasjugadas`, `TipoCarcel`, `SocioHP`, `Hambre`, `Patines`, `PuntosCarrera`, `TieneEmisora`, `NombreEmisora`, `Conexion`, `Semillas`, `Swat`) VALUES
  1189. (1, 'Hahn', 'ABC123', -1736.65, 35.7811, 7.15117, 6, '1', 19, '124', 100, 100, '12/03/2017', 0, 492781, 28400, 100001009, '0', '1', '266', '12', '11', '0', '0', '0', '5001', 0, 0, 3000, 42, 7, 2, '1', '6', 2000, 2000, '0', '0', 2946, 0, 0, 0, 0, 0, 0, '0', 'Ninguno', '127.0.0.1', 0, 0, 0, 'soyhahn@gmail.com', 1, 0, 0, 0, 1, '0', '0', 0, 1, 2017, 12, 14, 0, 0, 0, 0, 175, 435, '0', '3', '24', '27', '29', '31', '0', '0', '0', '0', '0', '0', '0', '1', '0', 1, 0, 1, 0, '1', '0', 1, 0, 1, 0, 1, 0, 330.938, -1832.58, 3.32786, 348.425, 0, 0, 0, 0, 1, '522', 0, 79, 0, 0, 121, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, -1, 'MEAB 667', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 330.938, -1832.58, 3.32785, 348.425, 0, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 0, NULL, 9961, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5, '0', '0', 21, 1, 0, 0, '', '14/11/2017 22:29:22', 400, 0),
  1190. (6, 'Prueba_Server', '123123123', 1553.91, -1589.4, 13.3828, 0, '1', 19, '106', 60, 100, '14/04/2017', 0, 905550, 10000, 905, '0', '1', '266', '11', '6', '0', '0', '0', '0', 0, 0, 49674, 0, 2, 0, '1', '6', 50000, 50000, '0', '0', 430, 0, 0, 0, 0, 0, 0, '0', 'Ninguno', '192.168.1.21', 0, 0, 1, 'nomejodas@gmail.com', 1, 0, 0, 0, 1, '0', '0', 0, 1, 14, 5, 2017, 0, 0, 0, 0, 0, 0, '0', '3', '24', '27', '29', '31', '0', '0', '0', '0', '0', '0', '0', '8', '0', 1, 0, 1, 0, '1', '0', 1, 0, 1, 0, 1, 0, 1594.97, -1010.3, 24.6063, 187.536, 0, 0, 0, 0, 1, '522', 0, 100, 0, 0, 7, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, -1, 'OZRP 101', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '35', 1594.97, -1010.3, 24.6063, 187.536, 0, '0', 0, 1648.33, -1089.22, 23.6109, 90.7212, 0, 0, 0, 0, 1, 541, 0, 100, 0, 0, 7, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, -1, 'OZRP 102', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 1648.33, -1089.22, 23.6109, 90.7212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 20, 1700.38, -1070.13, 23.6113, 180.046, 0, 0, 0, 0, 1, 543, 0, 100, 0, 0, 7, 0, 1000, 0, 0, 0, 0, 0, 0, 0, 0, -1, 'OZRP 103', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 1700.38, -1070.13, 23.6113, 180.046, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '0', '0', 0, 0, 0, 0, '', '15/04/2017 00:56:59', 0, 0),
  1191. (8, 'Cristian_Fernandez', '123321', 2327.59, 82.0406, 26.484, 5, '1', 19, '250', 97, 0, '02/11/2017', 0, 860000, 10240, 999, '0', '0', '280', '5', '8', '0', '0', '0', '5008', 0, 0, 50000, 18, 0, 0, '1', '6', 50000, 50000, '0', '0', 2733, 0, 0, 0, 0, 0, 0, '0', 'Ninguno', '192.168.1.21', 0, 0, 0, 'sa-mpkevincraft@gmail.com', 1, 0, 0, 0, 1, '0', '0', 0, 1, 2017, 12, 2, 0, 0, 0, 0, 436, 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8', '0', 1, 0, 1, 0, '1', '0', 1, 0, 1, 0, 1, 0, 1494.51, -1744.71, 13.5469, 358.726, 0, 0, 0, 0, 0, '603', 0, 98, 0, 0, 58, 1, 1000, 0, 0, 0, 0, 0, 0, 0, 0, -1, 'FSIG 685', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '45000', 1494.51, -1744.71, 13.4239, 358.726, 0, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, '0', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, '0', '0', 9, 0, 0, 0, '', '10/11/2017 21:24:49', 0, 0);
  1192.  
  1193. -- --------------------------------------------------------
  1194.  
  1195. --
  1196. -- Estructura de tabla para la tabla `vehicles`
  1197. --
  1198.  
  1199. CREATE TABLE `vehicles` (
  1200.   `id` int(5) UNSIGNED NOT NULL,
  1201.   `propietario` varchar(25) NOT NULL,
  1202.   `modelo` int(5) NOT NULL,
  1203.   `precio` int(11) NOT NULL,
  1204.   `x` float NOT NULL,
  1205.   `y` float NOT NULL,
  1206.   `z` float NOT NULL,
  1207.   `a` float NOT NULL,
  1208.   `color1` varchar(3) NOT NULL,
  1209.   `color2` varchar(3) NOT NULL,
  1210.   `comprable` varchar(1) NOT NULL,
  1211.   `moneda` int(5) NOT NULL DEFAULT '0',
  1212.   `faccion` int(10) NOT NULL DEFAULT '0',
  1213.   `trabajo` int(10) NOT NULL DEFAULT '0'
  1214. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1215.  
  1216. --
  1217. -- Volcado de datos para la tabla `vehicles`
  1218. --
  1219.  
  1220. INSERT INTO `vehicles` (`id`, `propietario`, `modelo`, `precio`, `x`, `y`, `z`, `a`, `color1`, `color2`, `comprable`, `moneda`, `faccion`, `trabajo`) VALUES
  1221. (1, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1222. (2, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1223. (3, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1224. (4, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1225. (5, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1226. (6, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1227. (7, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1228. (8, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1229. (9, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1230. (10, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1231. (11, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1232. (12, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1233. (13, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1234. (14, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1235. (15, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1236. (16, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1237. (17, 'Tren', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1238. (18, 'Bus', 0, 0, 0, 0, 0, 0, '0', '0', '0', 0, 0, 0),
  1239. (19, 'Gobierno', 596, 0, 1604.21, -1607.02, 13.1746, 87.4326, '0', '1', '0', 0, 0, 0),
  1240. (20, 'Gobierno', 596, 0, 1603.85, -1617.49, 13.129, 85.9502, '0', '1', '0', 0, 0, 0),
  1241. (21, 'Gobierno', 596, 0, 1603.49, -1623.18, 13.129, 87.0255, '0', '1', '0', 0, 0, 0),
  1242. (22, 'Gobierno', 596, 0, 1603.43, -1628.43, 13.2271, 87, '0', '1', '0', 0, 0, 0),
  1243. (23, 'Gobierno', 596, 0, 1570, -1606.25, 13.028, 179.513, '0', '1', '0', 0, 0, 0),
  1244. (24, 'Gobierno', 596, 0, 1582.3, -1606.19, 13.028, 179.513, '0', '1', '0', 0, 0, 0),
  1245. (25, 'Gobierno', 596, 0, 1563.95, -1606.42, 13.028, 179.513, '0', '1', '0', 0, 0, 0),
  1246. (26, 'Gobierno', 596, 0, 1576.23, -1606.29, 13.028, 179.513, '0', '1', '0', 0, 0, 0),
  1247. (27, 'Gobierno', 596, 0, 1603.99, -1612.1, 13.1746, 87.4326, '0', '1', '0', 0, 0, 0),
  1248. (28, 'Gobierno', 596, 0, 1535.83, -1668.24, 13.0436, 359.555, '0', '1', '0', 0, 0, 0),
  1249. (29, 'Gobierno', 596, 0, 1535.75, -1678.29, 13.0437, 359.551, '0', '1', '0', 0, 0, 0),
  1250. (30, 'Gobierno', 416, 0, 1616.56, 1830.91, 10.9195, 178.945, '1', '3', '0', 0, 0, 0),
  1251. (31, 'Gobierno', 416, 0, 1178.3, -1338.5, 14.2, 270, '1', '3', '0', 0, 0, 0),
  1252. (32, 'Gobierno', 416, 0, 1179.65, -1308.65, 13.897, 268.682, '1', '3', '0', 0, 0, 0),
  1253. (33, 'Gobierno', 416, 0, 1192.11, -1347.71, 13.4992, 180.55, '1', '3', '0', 0, 0, 0),
  1254. (34, 'Gobierno', 416, 0, 1209.44, -1348.43, 13.5497, 0.476262, '1', '3', '0', 0, 0, 0),
  1255. (35, 'Gobierno', 416, 0, 1209.24, -1318.81, 13.548, 0.4484, '1', '3', '0', 0, 0, 0),
  1256. (36, 'Gobierno', 416, 0, 2032.72, -1447.62, 17.2888, 88.6918, '1', '3', '0', 0, 0, 0),
  1257. (37, 'Gobierno', 416, 0, 2000.81, -1409.93, 17.1158, 179.339, '1', '3', '0', 0, 0, 0),
  1258. (38, 'Gobierno', 416, 0, 1601.15, 1849.37, 10.9196, 178.724, '1', '3', '0', 0, 0, 0),
  1259. (39, 'Gobierno', 416, 0, 1611.12, 1839.96, 10.9192, 359.882, '1', '3', '0', 0, 0, 0),
  1260. (40, 'Gobierno', 416, 0, 1594.38, 1839.87, 10.9694, 359.98, '1', '3', '0', 0, 0, 0),
  1261. (41, 'Gobierno', 416, 0, -2693.72, 624.903, 14.5523, 124.597, '1', '3', '0', 0, 0, 0),
  1262. (42, 'Gobierno', 416, 0, -2701.97, 611.621, 14.5533, 163.926, '1', '3', '0', 0, 0, 0),
  1263. (43, 'Gobierno', 416, 0, -2698.83, 592.078, 14.5525, 211.119, '1', '3', '0', 0, 0, 0),
  1264. (44, 'Gobierno', 416, 0, -2676.72, 630.13, 14.6021, 87.9904, '1', '3', '0', 0, 0, 0),
  1265. (45, 'Gobierno', 416, 0, -2648.34, 583.903, 14.6026, 270.434, '1', '3', '0', 0, 0, 0),
  1266. (46, 'Gobierno', 532, 0, -373.803, -1534.98, 22.4199, 287.827, '1', '1', '0', 0, 0, 0),
  1267. (47, 'Gobierno', 532, 0, -372.074, -1546.07, 22.3238, 277.034, '1', '1', '0', 0, 0, 0),
  1268. (48, 'Gobierno', 532, 0, -387.014, -1496.41, 25.9259, 275.834, '1', '1', '0', 0, 0, 0),
  1269. (49, 'Gobierno', 532, 0, -383.597, -1508.68, 24.7948, 292.234, '1', '1', '0', 0, 0, 0),
  1270. (50, 'Gobierno', 532, 0, -378.054, -1522.55, 23.2702, 291.41, '1', '1', '0', 0, 0, 0),
  1271. (51, 'Gobierno', 598, 0, 2277.83, 2442.71, 10.5653, 0.539601, '0', '1', '0', 0, 0, 0),
  1272. (52, 'Gobierno', 598, 0, 2269.05, 2442.94, 10.5658, 0.734632, '0', '1', '0', 0, 0, 0),
  1273. (53, 'Gobierno', 598, 0, 2256.36, 2442.86, 10.5666, 359.091, '0', '1', '0', 0, 0, 0),
  1274. (54, 'Gobierno', 598, 0, 2260.61, 2478.26, 10.5673, 177.463, '0', '1', '0', 0, 0, 0),
  1275. (55, 'Gobierno', 598, 0, 2273.19, 2478.21, 10.565, 180.937, '0', '1', '0', 0, 0, 0),
  1276. (56, 'Gobierno', 598, 0, 2282.35, 2478.35, 10.5645, 179.952, '0', '1', '0', 0, 0, 0),
  1277. (57, 'Gobierno', 598, 0, 2273.54, 2460.66, 10.5684, 181.299, '0', '1', '0', 0, 0, 0),
  1278. (58, 'Gobierno', 597, 0, -1634.72, 650.963, 6.95528, 2.03608, '0', '1', '0', 0, 1, 0),
  1279. (59, 'Gobierno', 597, 0, -1628.61, 651.29, 6.96142, 0, '0', '1', '0', 0, 1, 0),
  1280. (60, 'Gobierno', 597, 0, -1622.04, 651.358, 6.97341, 0, '0', '1', '0', 0, 1, 0),
  1281. (61, 'Gobierno', 597, 0, -1615.67, 651.832, 6.91138, 0, '0', '1', '0', 0, 1, 0),
  1282. (62, 'Gobierno', 597, 0, -1609.34, 650.495, 6.97994, 0, '0', '1', '0', 0, 1, 0),
  1283. (63, 'Gobierno', 597, 0, -1604.17, 651.536, 6.98966, 0, '0', '1', '0', 0, 1, 0),
  1284. (64, 'Gobierno', 420, 0, 1803.73, -1904.79, 13.1791, 91.2167, '6', '6', '0', 0, 0, 0),
  1285. (65, 'Gobierno', 420, 0, 1804, -1912.51, 13.176, 92.5541, '6', '6', '0', 0, 0, 0),
  1286. (66, 'Gobierno', 420, 0, 1804.4, -1921.97, 13.1708, 94.8712, '6', '6', '0', 0, 0, 0),
  1287. (67, 'Gobierno', 420, 0, 1794.89, -1932.77, 13.1659, 0, '6', '6', '0', 0, 0, 0),
  1288. (68, 'Gobierno', 420, 0, 1787.06, -1932.7, 13.1649, 1.4882, '6', '6', '0', 0, 0, 0),
  1289. (69, 'Gobierno', 420, 0, 1775.58, -1913.91, 13.1637, 180.1, '6', '6', '0', 0, 0, 0),
  1290. (70, 'Gobierno', 509, 0, 1703.04, -1876.09, 13.0807, 270.348, '1', '1', '0', 0, 0, 0),
  1291. (71, 'Gobierno', 509, 0, 1703.31, -1879.1, 13.0807, 269.464, '2', '1', '0', 0, 0, 0),
  1292. (72, 'Gobierno', 509, 0, 1703.09, -1881.77, 13.0807, 269.007, '3', '1', '0', 0, 0, 0),
  1293. (73, 'Gobierno', 509, 0, 1703.16, -1884.97, 13.0807, 271.961, '4', '1', '0', 0, 0, 0),
  1294. (74, 'Gobierno', 509, 0, 1710.91, -1875.39, 13.0807, 178.176, '5', '1', '0', 0, 0, 0),
  1295. (75, 'Gobierno', 509, 0, 1718.93, -1875.06, 13.0807, 176.381, '6', '1', '0', 0, 0, 0),
  1296. (76, 'Gobierno', 509, 0, 1727.03, -1875.78, 13.0807, 89.5347, '7', '1', '0', 0, 0, 0),
  1297. (77, 'Gobierno', 509, 0, 1727.05, -1878.48, 13.0807, 88.3724, '8', '1', '0', 0, 0, 0),
  1298. (78, 'Gobierno', 509, 0, 1727.32, -1881.84, 13.0807, 87.3723, '9', '1', '0', 0, 0, 0),
  1299. (79, 'Gobierno', 509, 0, 1726.99, -1884.81, 13.0807, 90.4685, '10', '1', '0', 0, 0, 0),
  1300. (80, 'Gobierno', 456, 0, -1610.98, 92.0841, 3.76232, 224.869, '1', '1', '0', 0, 0, 0),
  1301. (81, 'Gobierno', 456, 0, -1596.6, 106.977, 3.75996, 227.321, '1', '1', '0', 0, 0, 0),
  1302. (82, 'Gobierno', 456, 0, -1569.15, 134.842, 3.76286, 222.82, '1', '1', '0', 0, 0, 0),
  1303. (83, 'Gobierno', 456, 0, -1589.2, 114.527, 3.75991, 225.743, '1', '1', '0', 0, 0, 0),
  1304. (84, 'Gobierno', 456, 0, -1575.13, 128.513, 3.76237, 224.698, '1', '1', '0', 0, 0, 0),
  1305. (85, 'Gobierno', 456, 0, -1756, -168.843, 3.7296, 23.5515, '1', '1', '0', 0, 0, 0),
  1306. (86, 'Gobierno', 456, 0, -1624.5, 78.0176, 3.72969, 226.847, '1', '1', '0', 0, 0, 0),
  1307. (87, 'Gobierno', 456, 0, -1738.25, -160.199, 3.72397, 27.7106, '1', '1', '0', 0, 0, 0),
  1308. (88, 'Gobierno', 456, 0, -1722.04, -150.78, 3.72947, 27.9671, '1', '1', '0', 0, 0, 0),
  1309. (89, 'Gobierno', 498, 0, -1604.97, 100.193, 3.52903, 223.577, '1', '1', '0', 0, 0, 0),
  1310. (90, 'Gobierno', 498, 0, -1747.31, -167.437, 3.62394, 26.2029, '1', '1', '0', 0, 0, 0),
  1311. (91, 'Gobierno', 498, 0, -1619.41, 85.3535, 3.64475, 227.137, '1', '1', '0', 0, 0, 0),
  1312. (92, 'Gobierno', 498, 0, -1583.27, 122.162, 3.5391, 223.746, '1', '1', '0', 0, 0, 0),
  1313. (93, 'Gobierno', 498, 0, -1728.35, -157.114, 3.62526, 27.4225, '1', '1', '0', 0, 0, 0),
  1314. (94, 'Gobierno', 609, 0, -1657.92, 41.6746, 3.62129, 223.094, '0', '0', '0', 0, 0, 0),
  1315. (95, 'Gobierno', 609, 0, -1650.75, 48.5277, 3.62627, 224.525, '0', '0', '0', 0, 0, 0),
  1316. (96, 'Gobierno', 609, 0, -1636.34, 63.6219, 3.62438, 226.384, '0', '0', '0', 0, 0, 0),
  1317. (97, 'Gobierno', 609, 0, -1642.93, 56.4085, 3.62169, 224.717, '0', '0', '0', 0, 0, 0),
  1318. (98, 'Gobierno', 609, 0, -1616.34, 43.767, 3.62439, 45.3192, '0', '0', '0', 0, 0, 0),
  1319. (99, 'Gobierno', 609, 0, -1623.14, 36.8284, 3.62389, 44.374, '0', '0', '0', 0, 0, 0),
  1320. (100, 'Gobierno', 609, 0, -1631.32, 28.6976, 3.62297, 45.1211, '0', '0', '0', 0, 0, 0),
  1321. (101, 'Gobierno', 609, 0, -1638.38, 21.5687, 3.62106, 45.3911, '0', '0', '0', 0, 0, 0),
  1322. (102, 'Gobierno', 523, 0, 1570.59, -1709.75, 5.4615, 2.0359, '1', '1', '0', 0, 0, 0),
  1323. (103, 'Gobierno', 523, 0, 1574.34, -1709.23, 5.4581, 358.051, '1', '1', '0', 0, 0, 0),
  1324. (104, 'Gobierno', 523, 0, 1578.79, -1709.33, 5.4587, 2.4554, '1', '1', '0', 0, 0, 0),
  1325. (105, 'Gobierno', 523, 0, 1583.58, -1709.6, 5.4615, 0.1382, '1', '1', '0', 0, 0, 0),
  1326. (106, 'Gobierno', 523, 0, 1587.66, -1709.85, 5.4616, 358.432, '1', '1', '0', 0, 0, 0),
  1327. (107, 'Gobierno', 601, 0, 1530.55, -1646.76, 5.6494, 181.887, '1', '1', '0', 0, 0, 0),
  1328. (108, 'Gobierno', 601, 0, 1538.79, -1646.99, 5.6493, 181.301, '1', '1', '0', 0, 0, 0),
  1329. (109, 'Gobierno', 528, 0, 1544.64, -1612.51, 13.3795, 268.785, '1', '1', '0', 0, 0, 0),
  1330. (110, 'Gobierno', 528, 0, 1545.13, -1605.26, 13.4281, 269.528, '1', '1', '0', 0, 0, 0),
  1331. (111, 'Gobierno', 497, 0, -1679.61, 705.844, 30.779, 89.5481, '0', '1', '0', 0, 0, 0),
  1332. (112, 'Gobierno', 411, 20, -1959.73, 269.813, 35.2072, 42.6121, '64', '1', '1', 1, 0, 0),
  1333. (113, 'Gobierno', 415, 15, 1471.98, -1773.74, 13.6562, 322.616, '40', '1', '1', 1, 0, 0),
  1334. (114, 'Gobierno', 451, 15, 1458.65, -1774.39, 13.5936, 13.7521, '125', '125', '1', 1, 0, 0),
  1335. (115, 'Gobierno', 604, 3000, 1670.37, -1886.22, 13.2884, 57.7363, '18', '25', '1', 0, 0, 0),
  1336. (116, 'Gobierno', 542, 4000, 1631.92, -1900.45, 13.2968, 270.792, '123', '49', '1', 0, 0, 0),
  1337. (117, 'Gobierno', 404, 5000, 1668.06, -1899.14, 13.2818, 41.4088, '115', '117', '1', 0, 0, 0),
  1338. (118, 'Gobierno', 561, 70000, 1501.68, -1772.28, 13.9387, 43.3255, '8', '17', '1', 0, 0, 0),
  1339. (119, 'Gobierno', 479, 3300, 1669.17, -1892.31, 13.342, 51.0409, '101', '78', '1', 0, 0, 0),
  1340. (120, 'Gobierno', 500, 45000, 1503.09, -1747.13, 13.6621, 359.295, '3', '1', '1', 0, 0, 0),
  1341. (121, 'Gobierno', 589, 42000, 1426.44, -1802.21, 13.5956, 224.17, '31', '31', '1', 0, 0, 0),
  1342. (122, 'Gobierno', 602, 38000, 1501.29, -1774.12, 19.3229, 75.3057, '70', '1', '1', 0, 0, 0),
  1343. (123, 'Gobierno', 603, 45000, 1456.81, -1794.69, 13.7812, 220.783, '58', '1', '1', 0, 0, 0),
  1344. (124, 'Gobierno', 506, 185000, 1457.95, -1779.3, 19.1696, 1.76125, '1', '1', '1', 0, 0, 0),
  1345. (125, 'Gobierno', 565, 60000, 1425.27, -1808.91, 13.5666, 240.479, '42', '42', '1', 0, 0, 0),
  1346. (126, 'Gobierno', 445, 7000, 1631.71, -1909.92, 13.426, 272.908, '66', '97', '1', 0, 0, 0),
  1347. (127, 'Gobierno', 478, 8000, -1992.02, 250.674, 35.1672, 83.9691, '66', '1', '1', 0, 0, 0),
  1348. (128, 'Gobierno', 489, 70000, -1991, 256.413, 35.3156, 85.6616, '112', '120', '1', 0, 0, 0),
  1349. (129, 'Gobierno', 579, 75000, 1483.47, -1746.47, 13.4818, 359.088, '53', '53', '1', 0, 0, 0),
  1350. (130, 'Gobierno', 560, 75000, 523.629, -1290.79, 16.9475, 1.31224, '125', '125', '1', 0, 0, 0),
  1351. (131, 'Gobierno', 551, 10000, 519.455, -1290.61, 17.0424, 358.732, '120', '120', '1', 0, 0, 0),
  1352. (132, 'Gobierno', 587, 80000, 527.897, -1290.87, 16.97, 359.291, '3', '3', '1', 0, 0, 0),
  1353. (133, 'Gobierno', 566, 25000, 532.166, -1290.74, 17.0228, 0, '60', '60', '1', 0, 0, 0),
  1354. (134, 'Gobierno', 533, 20000, 538.966, -1290.96, 16.9513, 2.1154, '62', '62', '1', 0, 0, 0),
  1355. (135, 'Gobierno', 496, 22500, 548.238, -1291.49, 16.9644, 4.19405, '25', '25', '1', 0, 0, 0),
  1356. (136, 'Gobierno', 412, 19000, 555.341, -1290.13, 17.0833, 0.074019, '6', '6', '1', 0, 0, 0),
  1357. (137, 'Gobierno', 463, 55000, 2137.76, -1139.8, 24.9366, 119.298, '125', '125', '1', 0, 0, 0),
  1358. (138, 'Gobierno', 475, 42000, 2135.88, -1125.79, 25.2924, 83.1302, '30', '96', '1', 0, 0, 0),
  1359. (139, 'Gobierno', 545, 33000, 2136.5, -1131.19, 25.4853, 108.837, '66', '66', '1', 0, 0, 0),
  1360. (140, 'Gobierno', 491, 32000, 2135.85, -1135.86, 25.4412, 106.868, '25', '25', '1', 0, 0, 0),
  1361. (141, 'Gobierno', 567, 70000, 2119.63, -1124.74, 25.2432, 303.711, '93', '64', '1', 0, 0, 0),
  1362. (142, 'Gobierno', 534, 60000, 2119.74, -1131.79, 25.0424, 302.697, '37', '37', '1', 0, 0, 0),
  1363. (143, 'Gobierno', 535, 35000, 2119.04, -1139.21, 24.7991, 306.113, '3', '1', '1', 0, 0, 0),
  1364. (144, 'Gobierno', 554, 42000, 1477.53, -1746.75, 13.6335, 1.2896, '15', '32', '1', 0, 0, 0),
  1365. (145, 'Gobierno', 400, 70000, 1472.29, -1746.28, 13.6392, 359.982, '123', '1', '1', 0, 0, 0),
  1366. (146, 'Gobierno', 414, 90000, 1460.06, -1746.98, 13.6406, 359.183, '28', '1', '1', 0, 0, 0),
  1367. (147, 'Gobierno', 482, 120000, 1508.46, -1747.09, 13.6681, 359.023, '37', '37', '1', 0, 0, 0),
  1368. (148, 'Gobierno', 480, 225000, -1957.33, 303.683, 35.2432, 133.499, '12', '12', '1', 0, 0, 0),
  1369. (149, 'Gobierno', 578, 230000, -1990.71, 243.865, 35.7954, 84.9635, '1', '1', '1', 0, 0, 0),
  1370. (150, 'Gobierno', 477, 250000, -1960.17, 257.467, 35.2273, 43.2015, '121', '1', '1', 0, 0, 0),
  1371. (151, 'Gobierno', 409, 1000000, 1467.11, -1747.87, 13.3492, 0.3858, '1', '1', '1', 0, 0, 0),
  1372. (152, 'Gobierno', 408, 0, -126.498, -1501.46, 4.21421, 136.448, '1', '1', '0', 0, 0, 6),
  1373. (153, 'Gobierno', 408, 0, -120.156, -1508.04, 4.13295, 136.905, '1', '1', '0', 0, 0, 6),
  1374. (154, 'Gobierno', 408, 0, -111.604, -1587.82, 3.18897, 122.793, '1', '1', '0', 0, 0, 6),
  1375. (155, 'Gobierno', 408, 0, -109.125, -1592.32, 3.10105, 121.934, '1', '1', '0', 0, 0, 6),
  1376. (156, 'Gobierno', 408, 0, -105.97, -1597.38, 3.09272, 123.696, '1', '1', '0', 0, 0, 6),
  1377. (157, 'Gobierno', 408, 0, -102.576, -1601.98, 3.09469, 122.508, '1', '1', '0', 0, 0, 6),
  1378. (158, 'Gobierno', 408, 0, -114.73, -1613.18, 3.19812, 16.9179, '1', '1', '0', 0, 0, 6),
  1379. (159, 'Gobierno', 408, 0, -120.712, -1613.97, 3.84595, 13.2772, '1', '1', '0', 0, 0, 6),
  1380. (160, 'Gobierno', 408, 0, -186.688, -1555.44, 7.297, 229.635, '1', '1', '0', 0, 0, 6),
  1381. (161, 'Gobierno', 408, 0, -189.85, -1560.93, 7.2426, 227.564, '1', '1', '0', 0, 0, 6),
  1382. (162, 'Gobierno', 453, 0, 2822.07, -2624.44, -0.0876, 89.6143, '1', '1', '0', 0, 0, 10),
  1383. (163, 'Gobierno', 453, 0, 2821.58, -2618.06, -0.2381, 82.3052, '1', '1', '0', 0, 0, 10),
  1384. (164, 'Gobierno', 453, 0, 2822.26, -2611.5, -0.7854, 91.6937, '1', '1', '0', 0, 0, 10),
  1385. (165, 'Gobierno', 453, 0, 2821.52, -2604.74, -0.1236, 87.5986, '1', '1', '0', 0, 0, 10),
  1386. (166, 'Gobierno', 453, 0, 2821.52, -2596.74, -0.3082, 90.4083, '1', '1', '0', 0, 0, 10),
  1387. (167, 'Gobierno', 453, 0, 2822.91, -2584.06, -0.3235, 87.4044, '1', '1', '0', 0, 0, 10),
  1388. (168, 'Gobierno', 453, 0, 2839.35, -2625.99, 0.2129, 272.277, '1', '1', '0', 0, 0, 10),
  1389. (169, 'Gobierno', 453, 0, 2839.33, -2617.7, -0.6352, 273.978, '1', '1', '0', 0, 0, 10),
  1390. (170, 'Gobierno', 453, 0, 2839.43, -2608.04, 0.1093, 265.808, '1', '1', '0', 0, 0, 10),
  1391. (171, 'Gobierno', 453, 0, 2840.28, -2598.57, 0.1278, 270.083, '1', '1', '0', 0, 0, 10),
  1392. (172, 'Gobierno', 453, 0, 2838.01, -2586.62, -0.7477, 273.957, '1', '1', '0', 0, 0, 10),
  1393. (173, 'Gobierno', 453, 0, 2838.26, -2576.27, -0.7139, 274.884, '1', '1', '0', 0, 0, 10),
  1394. (174, 'Gobierno', 453, 0, 2822.48, -2590.11, 0.068, 88.2848, '1', '1', '0', 0, 0, 10),
  1395. (175, 'Gobierno', 453, 0, 2839.15, -2592.76, -0.0994, 264.828, '1', '1', '0', 0, 0, 10),
  1396. (176, 'Gobierno', 453, 0, 2801.81, -2583.29, -0.7696, 181.831, '1', '1', '0', 0, 0, 10),
  1397. (177, 'Gobierno', 466, 5000, 1659.95, -1901.61, 13.2939, 359.81, '18', '1', '1', 0, 0, 0),
  1398. (178, 'Gobierno', 429, 15, -1953.59, 298.972, 35.1484, 142.652, '7', '1', '1', 1, 0, 0),
  1399. (179, 'Gobierno', 517, 6500, 1632.2, -1904.55, 13.4067, 269.611, '1', '3', '1', 0, 0, 0),
  1400. (180, 'Gobierno', 536, 40000, 2119.9, -1144.58, 24.3798, 299.297, '1', '1', '1', 0, 0, 0),
  1401. (181, 'Gobierno', 580, 32000, 2136.3, -1144.72, 24.637, 95.8218, '6', '6', '1', 0, 0, 0),
  1402. (182, 'Gobierno', 598, 0, 283.61, 1429.48, 10.3312, 88.203, '0', '1', '0', 0, 0, 0),
  1403. (183, 'Gobierno', 598, 0, 283.509, 1433.61, 10.3331, 89.0617, '0', '1', '0', 0, 0, 0),
  1404. (184, 'Gobierno', 598, 0, 283.678, 1437.77, 10.3325, 89.1797, '0', '1', '0', 0, 0, 0),
  1405. (185, 'Gobierno', 497, 0, 256.253, 1472.07, 12.8248, 90.0708, '0', '1', '0', 0, 0, 0),
  1406. (186, 'Gobierno', 532, 0, -31.229, 61.6207, 4.116, 67.7852, '1', '1', '0', 0, 0, 0),
  1407. (187, 'Gobierno', 532, 0, -25.6985, 75.0524, 4.0985, 73.7121, '1', '1', '0', 0, 0, 0),
  1408. (188, 'Gobierno', 532, 0, -21.0595, 88.5285, 4.1118, 66.7985, '1', '1', '0', 0, 0, 0),
  1409. (189, 'Gobierno', 532, 0, -54.3132, 92.1332, 4.1124, 249.363, '1', '1', '0', 0, 0, 0),
  1410. (190, 'Gobierno', 532, 0, -57.875, 80.2766, 4.0246, 251.74, '1', '1', '0', 0, 0, 0);
  1411.  
  1412. --
  1413. -- Índices para tablas volcadas
  1414. --
  1415.  
  1416. --
  1417. -- Indices de la tabla `action_queue`
  1418. --
  1419. ALTER TABLE `action_queue`
  1420.   ADD PRIMARY KEY (`ID`);
  1421.  
  1422. --
  1423. -- Indices de la tabla `antecedentes`
  1424. --
  1425. ALTER TABLE `antecedentes`
  1426.   ADD PRIMARY KEY (`Id`),
  1427.   ADD UNIQUE KEY `Id` (`Id`);
  1428.  
  1429. --
  1430. -- Indices de la tabla `cantidad_vehiculos`
  1431. --
  1432. ALTER TABLE `cantidad_vehiculos`
  1433.   ADD PRIMARY KEY (`id`);
  1434.  
  1435. --
  1436. -- Indices de la tabla `facciones`
  1437. --
  1438. ALTER TABLE `facciones`
  1439.   ADD PRIMARY KEY (`id`);
  1440.  
  1441. --
  1442. -- Indices de la tabla `invitaciones`
  1443. --
  1444. ALTER TABLE `invitaciones`
  1445.   ADD PRIMARY KEY (`ID`);
  1446.  
  1447. --
  1448. -- Indices de la tabla `logros`
  1449. --
  1450. ALTER TABLE `logros`
  1451.   ADD PRIMARY KEY (`ID`);
  1452.  
  1453. --
  1454. -- Indices de la tabla `log_baneos`
  1455. --
  1456. ALTER TABLE `log_baneos`
  1457.   ADD PRIMARY KEY (`ID`),
  1458.   ADD KEY `ID` (`ID`);
  1459.  
  1460. --
  1461. -- Indices de la tabla `log_ingresos`
  1462. --
  1463. ALTER TABLE `log_ingresos`
  1464.   ADD PRIMARY KEY (`ID`);
  1465.  
  1466. --
  1467. -- Indices de la tabla `log_nombres`
  1468. --
  1469. ALTER TABLE `log_nombres`
  1470.   ADD PRIMARY KEY (`ID`);
  1471.  
  1472. --
  1473. -- Indices de la tabla `log_transacciones`
  1474. --
  1475. ALTER TABLE `log_transacciones`
  1476.   ADD PRIMARY KEY (`ID`);
  1477.  
  1478. --
  1479. -- Indices de la tabla `log_ventas`
  1480. --
  1481. ALTER TABLE `log_ventas`
  1482.   ADD PRIMARY KEY (`id`);
  1483.  
  1484. --
  1485. -- Indices de la tabla `plantas`
  1486. --
  1487. ALTER TABLE `plantas`
  1488.   ADD PRIMARY KEY (`pID`);
  1489.  
  1490. --
  1491. -- Indices de la tabla `prendas`
  1492. --
  1493. ALTER TABLE `prendas`
  1494.   ADD PRIMARY KEY (`ID`);
  1495.  
  1496. --
  1497. -- Indices de la tabla `propiedades`
  1498. --
  1499. ALTER TABLE `propiedades`
  1500.   ADD PRIMARY KEY (`ID`);
  1501. ALTER TABLE `propiedades` ADD FULLTEXT KEY `Propietario` (`Propietario`);
  1502.  
  1503. --
  1504. -- Indices de la tabla `registros`
  1505. --
  1506. ALTER TABLE `registros`
  1507.   ADD PRIMARY KEY (`id`);
  1508.  
  1509. --
  1510. -- Indices de la tabla `usuarios`
  1511. --
  1512. ALTER TABLE `usuarios`
  1513.   ADD PRIMARY KEY (`ID`);
  1514.  
  1515. --
  1516. -- Indices de la tabla `vehicles`
  1517. --
  1518. ALTER TABLE `vehicles`
  1519.   ADD PRIMARY KEY (`id`);
  1520.  
  1521. --
  1522. -- AUTO_INCREMENT de las tablas volcadas
  1523. --
  1524.  
  1525. --
  1526. -- AUTO_INCREMENT de la tabla `action_queue`
  1527. --
  1528. ALTER TABLE `action_queue`
  1529.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1530. --
  1531. -- AUTO_INCREMENT de la tabla `antecedentes`
  1532. --
  1533. ALTER TABLE `antecedentes`
  1534.   MODIFY `Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1535. --
  1536. -- AUTO_INCREMENT de la tabla `cantidad_vehiculos`
  1537. --
  1538. ALTER TABLE `cantidad_vehiculos`
  1539.   MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  1540. --
  1541. -- AUTO_INCREMENT de la tabla `facciones`
  1542. --
  1543. ALTER TABLE `facciones`
  1544.   MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  1545. --
  1546. -- AUTO_INCREMENT de la tabla `invitaciones`
  1547. --
  1548. ALTER TABLE `invitaciones`
  1549.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1550. --
  1551. -- AUTO_INCREMENT de la tabla `logros`
  1552. --
  1553. ALTER TABLE `logros`
  1554.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
  1555. --
  1556. -- AUTO_INCREMENT de la tabla `log_baneos`
  1557. --
  1558. ALTER TABLE `log_baneos`
  1559.   MODIFY `ID` int(10) NOT NULL AUTO_INCREMENT;
  1560. --
  1561. -- AUTO_INCREMENT de la tabla `log_ingresos`
  1562. --
  1563. ALTER TABLE `log_ingresos`
  1564.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;
  1565. --
  1566. -- AUTO_INCREMENT de la tabla `log_nombres`
  1567. --
  1568. ALTER TABLE `log_nombres`
  1569.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1570. --
  1571. -- AUTO_INCREMENT de la tabla `log_transacciones`
  1572. --
  1573. ALTER TABLE `log_transacciones`
  1574.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1575. --
  1576. -- AUTO_INCREMENT de la tabla `log_ventas`
  1577. --
  1578. ALTER TABLE `log_ventas`
  1579.   MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1580. --
  1581. -- AUTO_INCREMENT de la tabla `plantas`
  1582. --
  1583. ALTER TABLE `plantas`
  1584.   MODIFY `pID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  1585. --
  1586. -- AUTO_INCREMENT de la tabla `prendas`
  1587. --
  1588. ALTER TABLE `prendas`
  1589.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
  1590. --
  1591. -- AUTO_INCREMENT de la tabla `propiedades`
  1592. --
  1593. ALTER TABLE `propiedades`
  1594.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=438;
  1595. --
  1596. -- AUTO_INCREMENT de la tabla `registros`
  1597. --
  1598. ALTER TABLE `registros`
  1599.   MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  1600. --
  1601. -- AUTO_INCREMENT de la tabla `usuarios`
  1602. --
  1603. ALTER TABLE `usuarios`
  1604.   MODIFY `ID` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
  1605. --
  1606. -- AUTO_INCREMENT de la tabla `vehicles`
  1607. --
  1608. ALTER TABLE `vehicles`
  1609.   MODIFY `id` int(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=191;
  1610. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  1611. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  1612. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement