server_3254_larp.sql 298 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548
  1. -- MySQL dump 10.13 Distrib 5.5.50, for debian-linux-gnu (x86_64)
  2. --
  3. -- Host: localhost Database: server_3254_larp
  4. -- ------------------------------------------------------
  5. -- Server version 5.5.50-0+deb8u1
  6. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  7. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  8. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  9. /*!40101 SET NAMES utf8 */;
  10. /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
  11. /*!40103 SET TIME_ZONE='+00:00' */;
  12. /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
  13. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  14. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  15. /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
  16. --
  17. -- Table structure for table `bans`
  18. --
  19. DROP TABLE IF EXISTS `bans`;
  20. /*!40101 SET @saved_cs_client = @@character_set_client */;
  21. /*!40101 SET character_set_client = utf8 */;
  22. CREATE TABLE `bans` (
  23. `id` int(10) NOT NULL AUTO_INCREMENT,
  24. `username` varchar(24) DEFAULT NULL,
  25. `ip` varchar(16) DEFAULT NULL,
  26. `bannedby` varchar(24) DEFAULT NULL,
  27. `date` datetime DEFAULT NULL,
  28. `reason` varchar(128) DEFAULT NULL,
  29. `permanent` tinyint(1) DEFAULT '0',
  30. PRIMARY KEY (`id`)
  31. ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
  32. /*!40101 SET character_set_client = @saved_cs_client */;
  33. --
  34. -- Dumping data for table `bans`
  35. --
  36. LOCK TABLES `bans` WRITE;
  37. /*!40000 ALTER TABLE `bans` DISABLE KEYS */;
  38. INSERT INTO `bans` VALUES (1,'Carlos_Kantana','180.191.202.192','Edward_Collins','2019-12-28 08:17:06','Impersonator.',0),(2,'Richard_Labuela','110.93.81.7','Edward_Collins','2019-12-29 07:59:07','bye',0),(3,'jack_jackson','41.103.221.34','Edward_Collins','2019-12-29 12:50:56','.',0),(4,'Charles_Riggs','41.100.155.160','Demarco_Houston','2019-12-29 23:16:57','Banned for 2 days, {Warned 3/3}.',0),(6,'Richard_Labuel','110.93.82.5','Alex_Bio','2019-12-30 13:44:57','Ban evade.',0),(8,'Louay_Smith','41.101.1.58','Edward_Collins','2019-12-30 21:07:16','Ban Evasion.',0),(9,'Adam_Collins','83.228.102.168','Demarco_Houston','2019-12-30 23:21:55','Fuck outta here.',0);
  39. /*!40000 ALTER TABLE `bans` ENABLE KEYS */;
  40. UNLOCK TABLES;
  41. --
  42. -- Table structure for table `businesses`
  43. --
  44. DROP TABLE IF EXISTS `businesses`;
  45. /*!40101 SET @saved_cs_client = @@character_set_client */;
  46. /*!40101 SET character_set_client = utf8 */;
  47. CREATE TABLE `businesses` (
  48. `id` int(10) NOT NULL AUTO_INCREMENT,
  49. `ownerid` int(10) DEFAULT '0',
  50. `owner` varchar(24) DEFAULT 'Nobody',
  51. `type` tinyint(2) DEFAULT '0',
  52. `price` int(10) DEFAULT '0',
  53. `entryfee` int(10) DEFAULT '0',
  54. `locked` tinyint(1) DEFAULT '0',
  55. `timestamp` int(10) DEFAULT '0',
  56. `pos_x` float DEFAULT '0',
  57. `pos_y` float DEFAULT '0',
  58. `pos_z` float DEFAULT '0',
  59. `pos_a` float DEFAULT '0',
  60. `int_x` float DEFAULT '0',
  61. `int_y` float DEFAULT '0',
  62. `int_z` float DEFAULT '0',
  63. `int_a` float DEFAULT '0',
  64. `interior` tinyint(2) DEFAULT '0',
  65. `world` int(10) DEFAULT '0',
  66. `outsideint` tinyint(2) DEFAULT '0',
  67. `outsidevw` int(10) DEFAULT '0',
  68. `cash` int(10) DEFAULT '0',
  69. `products` int(10) DEFAULT '500',
  70. PRIMARY KEY (`id`)
  71. ) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=latin1;
  72. /*!40101 SET character_set_client = @saved_cs_client */;
  73. --
  74. -- Dumping data for table `businesses`
  75. --
  76. LOCK TABLES `businesses` WRITE;
  77. /*!40000 ALTER TABLE `businesses` DISABLE KEYS */;
  78. INSERT INTO `businesses` VALUES (175,637,'Jessica_Collins',0,50000,150,0,1577652776,1928.58,-1776.3,13.547,86.729,-27.438,-57.611,1003.55,0,6,3000175,0,0,21470,409),(176,682,'Joseph_Profaci',1,30000,100,0,1577743315,1875.97,-1737.08,13.33,-2.885,316.287,-169.647,999.601,0,6,3000176,0,0,0,520),(177,0,'Nobody',2,25000,50,0,1577651997,1720.27,-1741.17,13.547,177.284,204.386,-168.459,1000.52,0,14,3000177,0,0,770,486),(178,0,'Nobody',3,35000,0,0,0,1377.81,-1753.27,14.141,87.669,773.78,-78.258,1000.66,0,7,3000178,0,0,19875,500),(179,649,'Max_Gucci_Cobra',4,15000,0,0,1577730126,1324.89,-1708.98,13.539,-90.306,363.328,-74.65,1001.51,315,10,3000179,0,0,0,500),(180,690,'Bryan_Hawk',5,7500,5000,0,1577673364,1325.08,-1713.87,13.539,-95.006,834.152,7.41,1004.19,90,3,3000180,0,0,0,500),(181,648,'Demarco_Houston',2,0,30,0,1577648516,2244.25,-1665.53,15.477,-17.146,204.386,-168.459,1000.52,0,14,3000181,0,0,12700,486),(182,649,'Max_Gucci_Cobra',1,0,0,0,1577494873,1126.11,-1370.04,13.984,-4.94,316.287,-169.647,999.601,0,6,3000182,0,0,6000,498),(184,670,'Brandon_Lee',2,0,0,0,1577621382,1664.72,-1394.46,13.547,0.532,204.386,-168.459,1000.52,0,14,3000184,0,0,9825,480),(185,0,'Nobody',1,4000000,0,0,0,1369,-1279.7,13.547,90.939,316.287,-169.647,999.601,0,6,3000185,0,0,8000,495),(186,685,'Duke_Baratheon',6,0,2000,0,1577698600,1837.03,-1682.38,13.323,268.788,493.736,-24.959,1000.67,0.408,17,3000186,0,0,0,500),(187,689,'Heidi_Aukje_Grundel',2,75000,5,0,1577748497,1286.72,-1308.43,13.55,-95.231,204.386,-168.459,1000.52,0,14,3000187,0,0,0,499),(188,689,'Heidi_Aukje_Grundel',0,89000,1,0,1577748508,1286.77,-1329.28,13.555,-88.024,-27.438,-57.611,1003.55,0,6,3000188,0,0,727,486),(189,689,'Heidi_Aukje_Grundel',5,50000,11,0,1577748530,1286.79,-1349.8,13.57,85.069,834.152,7.41,1004.19,90,3,3000189,0,0,107280,500),(190,685,'Duke_Baratheon',4,0,0,0,1577700696,2105.48,-1806.5,13.555,-90.051,363.328,-74.65,1001.51,315,10,3000190,0,0,0,500),(191,698,'Jeff_James',2,750000,100,0,1577701179,2034.15,-1883.9,13.562,175.805,204.386,-168.459,1000.52,0,14,3000191,0,0,4200,498),(192,633,'James_Carter',0,1,0,0,1577739296,1299.91,-1424.36,14.953,0.233,-27.438,-57.611,1003.55,0,6,3000192,0,0,4050,491),(193,0,'Nobody',0,350000,0,0,0,1833.78,-1842.67,13.578,92.213,-25.973,-187.895,1003.55,0,17,3000193,0,0,0,500),(194,0,'Nobody',0,350000,0,0,0,1352.42,-1759.25,13.508,2.246,6.016,-31.035,1003.55,0,10,3000194,0,0,0,500),(195,0,'Nobody',0,350000,0,0,0,1154.73,-1458.06,15.797,93.678,-27.307,-30.834,1003.56,0,4,3000195,0,0,0,500),(196,0,'Nobody',2,255000,0,0,0,1102.42,-1457.91,15.797,-92.883,161.367,-96.495,1001.8,0,18,3000196,0,0,0,500),(197,0,'Nobody',1,400000,0,0,0,1098.59,-1473.57,15.797,-109.991,285.783,-85.986,1001.52,0,4,3000197,0,0,0,500);
  79. /*!40000 ALTER TABLE `businesses` ENABLE KEYS */;
  80. UNLOCK TABLES;
  81. --
  82. -- Table structure for table `changes`
  83. --
  84. DROP TABLE IF EXISTS `changes`;
  85. /*!40101 SET @saved_cs_client = @@character_set_client */;
  86. /*!40101 SET character_set_client = utf8 */;
  87. CREATE TABLE `changes` (
  88. `slot` tinyint(2) DEFAULT NULL,
  89. `text` varchar(64) DEFAULT NULL,
  90. UNIQUE KEY `slot` (`slot`)
  91. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  92. /*!40101 SET character_set_client = @saved_cs_client */;
  93. --
  94. -- Dumping data for table `changes`
  95. --
  96. LOCK TABLES `changes` WRITE;
  97. /*!40000 ALTER TABLE `changes` DISABLE KEYS */;
  98. /*!40000 ALTER TABLE `changes` ENABLE KEYS */;
  99. UNLOCK TABLES;
  100. --
  101. -- Table structure for table `charges`
  102. --
  103. DROP TABLE IF EXISTS `charges`;
  104. /*!40101 SET @saved_cs_client = @@character_set_client */;
  105. /*!40101 SET character_set_client = utf8 */;
  106. CREATE TABLE `charges` (
  107. `id` int(10) NOT NULL AUTO_INCREMENT,
  108. `uid` int(10) DEFAULT NULL,
  109. `chargedby` varchar(24) DEFAULT NULL,
  110. `date` datetime DEFAULT NULL,
  111. `reason` varchar(128) DEFAULT NULL,
  112. PRIMARY KEY (`id`)
  113. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  114. /*!40101 SET character_set_client = @saved_cs_client */;
  115. --
  116. -- Dumping data for table `charges`
  117. --
  118. LOCK TABLES `charges` WRITE;
  119. /*!40000 ALTER TABLE `charges` DISABLE KEYS */;
  120. /*!40000 ALTER TABLE `charges` ENABLE KEYS */;
  121. UNLOCK TABLES;
  122. --
  123. -- Table structure for table `clothing`
  124. --
  125. DROP TABLE IF EXISTS `clothing`;
  126. /*!40101 SET @saved_cs_client = @@character_set_client */;
  127. /*!40101 SET character_set_client = utf8 */;
  128. CREATE TABLE `clothing` (
  129. `id` int(10) NOT NULL AUTO_INCREMENT,
  130. `uid` int(10) DEFAULT NULL,
  131. `name` varchar(32) DEFAULT NULL,
  132. `modelid` smallint(5) DEFAULT NULL,
  133. `boneid` tinyint(2) DEFAULT NULL,
  134. `attached` tinyint(1) DEFAULT NULL,
  135. `pos_x` float DEFAULT NULL,
  136. `pos_y` float DEFAULT NULL,
  137. `pos_z` float DEFAULT NULL,
  138. `rot_x` float DEFAULT NULL,
  139. `rot_y` float DEFAULT NULL,
  140. `rot_z` float DEFAULT NULL,
  141. `scale_x` float DEFAULT NULL,
  142. `scale_y` float DEFAULT NULL,
  143. `scale_z` float DEFAULT NULL,
  144. PRIMARY KEY (`id`)
  145. ) ENGINE=InnoDB AUTO_INCREMENT=131 DEFAULT CHARSET=latin1;
  146. /*!40101 SET character_set_client = @saved_cs_client */;
  147. --
  148. -- Dumping data for table `clothing`
  149. --
  150. LOCK TABLES `clothing` WRITE;
  151. /*!40000 ALTER TABLE `clothing` DISABLE KEYS */;
  152. INSERT INTO `clothing` VALUES (85,635,'Black cowboy hat',19096,2,0,0.171,0,0,0,0,0,1,1.071,1.047),(86,635,'Holster',19773,8,0,0.119,-0.012,0.028,0,-90,-173.2,1,1,1),(87,635,'Eye patch',19085,2,0,0.093,0.019,-0.004,131.4,90.9,-84.2,1,1,1),(89,629,'White cap',18933,2,1,0.141,0.0000000002328,-0.015,0,0,-13.7,1.166,1.191,1.127),(90,629,'Plain black shades',19033,2,1,0.078,0.046,0.0000000004657,86.1,87.3,5.7,0.887,1.047,1),(91,629,'Black guitar',19319,1,0,0.141,0.219,0,0,47,144.7,1,1,1),(94,639,'Cigarette',19625,2,0,0.006,0.097,0.002,176.3,0,0,0.737,0.893,0.738),(95,660,'White cap',18933,2,1,0.174,-0.01,-0.008,0,0,0,1,1.083,1.02),(96,670,'Red sunglasses',19026,2,1,0.085,0.032,-0.004,88.2,84.9,-2,1,1,1),(99,670,'Camo beret',18924,2,1,0.127,0,-0.009,0,0,0,1,1,1),(100,670,'Flashlight',18641,2,1,0.011,-0.000000006286,0.07,88.2,0,-0.9,0.428,0.459,0.01),(101,670,'Camo watch',19053,6,1,-0.016,-0.019,-0.017,178.6,109.5,12.1,1,1,1),(103,670,'Skull bandana mask',18911,2,1,0.029,0.024,-0.001,-91.3,-5.2,-95.2,0.935,1,0.852),(104,629,'White headphones',19421,2,0,0.057,0,0,87.3,173.5,87.8,1.058,1,1),(105,682,'Plain black shades',19033,2,0,0.081,0.033,-0.001,89.3,75.8,0,1,1.168,1),(106,682,'Born 2 truck hat',18961,2,0,0.128,0.017,0.001,15,87.7,72.6,0.996,1.113,1.058),(107,682,'Cigarette',19625,2,1,0.003,0.071,0,178.1,0,17.3,1,1.306,1),(108,682,'Gold watch',19039,6,0,-0.015,-0.007,0.004,0,-86,-134.5,1.142,1.209,1.377),(109,682,'Holster',19773,8,0,0.126,0,0.11,150.9,-96.8,-13.3,1,0.808,0.798),(110,648,'Black tinted shades',19012,2,0,0.099,0.049,-0.004,91.5,88.3,0,1.057,1.055,1.076),(111,648,'Red hockey mask',19037,2,0,0.099,0.056,-0.002,89.3,99,0,1,1.072,1),(112,691,'Black bandana mask',18912,2,1,0.078,0.026,-0.004,-90.3,0.7,-90.5,1.037,1,1.017),(113,691,'Black knit cap',18953,2,1,0.036,0.042,-0.001,1.4,0.2,-58.5,2.19,1.437,1.477),(114,691,'Plain black shades',19033,2,1,0.074,0.038,-0.005,89.2,84.1,0,1,1.069,1.045),(115,691,'Afro',18640,2,1,0.061,0.08,0,0,0,0,0.556,0.277,0.591),(116,691,'Holster',19773,7,1,0.19,0.02,-0.092,-65.7,-71.7,89.3,1,1,1),(119,639,'Top hat',19352,2,0,0.101,0.01,-0.005,3.6,88.2,80.8,1.165,1.112,1.03),(121,639,'Flashlight',18641,2,0,0.034,-0.005,-0.074,53.1,3.5,-0.7,0.129,0.253,0),(123,629,'Briefcase',19624,6,0,0,-0.025,0,0,-100,0,1,1,1),(124,629,'Red tinted shades',19520,2,0,0.135,0.00000000163,0,0,0,-16.5,1.486,1.346,1.224),(126,639,'White hockey mask',19036,2,0,0.085,0.026,-0.003,-12,86.1,98.5,1,1.076,1.04),(129,713,'Black beret',18921,2,1,0.153,0,0,0,0,0,1,1,1),(130,718,'Black tinted shades',19012,2,1,0.078,-0.038,0,-95.3,98.5,0,0.782,1.152,1);
  153. /*!40000 ALTER TABLE `clothing` ENABLE KEYS */;
  154. UNLOCK TABLES;
  155. --
  156. -- Table structure for table `divisions`
  157. --
  158. DROP TABLE IF EXISTS `divisions`;
  159. /*!40101 SET @saved_cs_client = @@character_set_client */;
  160. /*!40101 SET character_set_client = utf8 */;
  161. CREATE TABLE `divisions` (
  162. `id` tinyint(2) DEFAULT NULL,
  163. `divisionid` tinyint(2) DEFAULT NULL,
  164. `name` varchar(32) DEFAULT NULL,
  165. UNIQUE KEY `id` (`id`,`divisionid`)
  166. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  167. /*!40101 SET character_set_client = @saved_cs_client */;
  168. --
  169. -- Dumping data for table `divisions`
  170. --
  171. LOCK TABLES `divisions` WRITE;
  172. /*!40000 ALTER TABLE `divisions` DISABLE KEYS */;
  173. INSERT INTO `divisions` VALUES (5,0,'Adminstration'),(5,1,'Detective'),(5,2,'Patrol'),(5,3,'Operations'),(5,4,'Internal Affairs'),(1,1,'Detective Bureau'),(1,2,'Traffic'),(1,4,'Air Support Division'),(1,0,'Special Weapons And Tactics'),(1,3,'TnR');
  174. /*!40000 ALTER TABLE `divisions` ENABLE KEYS */;
  175. UNLOCK TABLES;
  176. --
  177. -- Table structure for table `entrances`
  178. --
  179. DROP TABLE IF EXISTS `entrances`;
  180. /*!40101 SET @saved_cs_client = @@character_set_client */;
  181. /*!40101 SET character_set_client = utf8 */;
  182. CREATE TABLE `entrances` (
  183. `id` int(10) NOT NULL AUTO_INCREMENT,
  184. `ownerid` int(10) DEFAULT '0',
  185. `owner` varchar(24) DEFAULT NULL,
  186. `name` varchar(40) DEFAULT NULL,
  187. `iconid` smallint(5) DEFAULT '1239',
  188. `locked` tinyint(1) DEFAULT '0',
  189. `radius` float DEFAULT '3',
  190. `pos_x` float DEFAULT '0',
  191. `pos_y` float DEFAULT '0',
  192. `pos_z` float DEFAULT '0',
  193. `pos_a` float DEFAULT '0',
  194. `int_x` float DEFAULT '0',
  195. `int_y` float DEFAULT '0',
  196. `int_z` float DEFAULT '0',
  197. `int_a` float DEFAULT '0',
  198. `interior` tinyint(2) DEFAULT '0',
  199. `world` int(10) DEFAULT '0',
  200. `outsideint` tinyint(2) DEFAULT '0',
  201. `outsidevw` int(10) DEFAULT '0',
  202. `adminlevel` tinyint(2) DEFAULT '0',
  203. `factiontype` tinyint(2) DEFAULT '0',
  204. `vip` tinyint(2) DEFAULT '0',
  205. `vehicles` tinyint(1) DEFAULT '0',
  206. `freeze` tinyint(1) DEFAULT '0',
  207. `password` varchar(64) DEFAULT 'None',
  208. `label` tinyint(1) DEFAULT '1',
  209. PRIMARY KEY (`id`)
  210. ) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=latin1;
  211. /*!40101 SET character_set_client = @saved_cs_client */;
  212. --
  213. -- Dumping data for table `entrances`
  214. --
  215. LOCK TABLES `entrances` WRITE;
  216. /*!40000 ALTER TABLE `entrances` DISABLE KEYS */;
  217. INSERT INTO `entrances` VALUES (40,0,NULL,'Los Angeles City Hall',1239,0,3,1441.9,-1800.74,15.137,263.397,389.574,173.825,1008.38,86.53,3,4000040,0,0,0,0,0,0,1,'None',1),(41,0,NULL,'Los Angeles News Department',1239,0,3,649.327,-1353.59,13.548,83.55,248.55,1783.76,701.086,176.344,0,4000041,0,0,0,0,0,0,1,'None',1),(42,0,NULL,'LAPD Roof Access',1239,0,3,1524.49,-1677.98,6.219,90.267,1564.98,-1666.99,28.396,2.387,0,0,0,0,0,1,0,0,0,'None',1),(47,0,NULL,'Rebels MC HQ',1239,0,3,2421.42,-1219.27,25.561,176.369,-229.293,1401.38,27.766,266.891,18,4000047,0,0,0,0,0,0,0,'None',1),(48,0,NULL,'All Saints General Hospital Roof',1239,0,3,1147.91,-1342.88,13.646,-0.656,1157.15,-1333.25,31.511,87.994,0,0,0,0,0,2,0,0,0,'None',1),(49,0,NULL,'Market Complex',1314,0,3,1308.66,-1366.81,13.504,-1.854,1330.71,-1063.98,3359.72,355.784,0,4000049,0,0,0,0,0,0,1,'None',1),(50,0,NULL,'LA-News Roff',1239,0,3,262.997,1774.43,701.086,87.211,726.356,-1381.63,25.718,170.145,0,0,0,4000041,0,0,0,0,1,'None',1),(51,0,NULL,'Italian Mafia\'s Office',1210,0,3,1204.85,12.664,1000.92,179.952,-2158.85,643.129,1052.38,182.482,1,4000051,2,4000043,0,0,0,0,0,'Italia',1),(52,0,NULL,'LAPD',1239,0,3,1568.55,-1689.99,6.219,-6.897,1241.28,-1353.66,800.386,87.18,2,5,0,0,0,0,0,0,1,'None',1),(53,0,NULL,'Sheriff Department Headquarters',1239,0,3,626.974,-571.836,17.921,86.24,322.351,302.372,999.148,356.265,5,4000053,0,0,0,0,0,0,0,'None',1),(54,0,NULL,'LASD\'s Roof Access',1239,0,3,322.238,317.821,999.148,-2.168,621.228,-569.02,26.143,181.012,0,0,5,4000053,0,0,0,0,0,'None',1),(55,0,NULL,'The Angeles Riders HQ.',1239,0,3,691.574,-1275.84,13.561,-84.636,1204.8,-13.851,1000.92,88.23,2,4000055,0,0,0,0,0,0,0,'None',1),(56,0,NULL,'House.',1239,0,3,-2099.44,897.369,76.711,175.111,2317.97,-1026.75,1050.22,353.231,9,4000056,0,0,0,0,0,0,0,'None',1),(58,0,NULL,'Headquarters.',19300,0,3,2257.36,-71.058,31.602,85.2,422.572,2536.49,10,92.576,10,4000058,0,0,0,0,0,0,0,'None',0),(59,0,NULL,'Cicada 3301 HQ',1239,0,3,2324.45,-1249.51,27.977,-176.703,-2636.51,1402.47,906.461,6.39,3,4000059,0,0,0,0,0,0,0,'None',1),(60,0,NULL,'Otto\'s Auto',1239,0,3,1043.33,-1384.39,13.717,46.74,227.559,-8.108,1002.21,88.286,5,4000060,0,0,0,0,0,0,0,'None',1),(61,0,NULL,'Urban Demons',1239,0,3,1106.64,-1603.15,20.558,-178.148,975.313,-8.776,1001.15,88.111,3,4000061,0,0,0,0,0,0,0,'None',1),(63,0,NULL,'Los Angeles Network - Backdoors',1239,0,3,733.416,-1355.48,13.5,88.991,253.135,1773.92,701.086,220.575,0,4000041,0,0,0,0,0,0,1,'None',1),(64,0,NULL,'Los Angeles Network - Garage',19300,0,3,253.102,1773.87,701.086,41.728,733.416,-1355.48,13.5,268.991,0,0,0,4000041,0,0,0,0,0,'None',1),(65,0,NULL,'MODDING',1239,0,3,2645.05,-2032.49,13.554,-179.966,2644.93,-2043.01,13.614,177.651,0,4000065,0,0,0,0,0,1,0,'None',1);
  218. /*!40000 ALTER TABLE `entrances` ENABLE KEYS */;
  219. UNLOCK TABLES;
  220. --
  221. -- Table structure for table `factionpay`
  222. --
  223. DROP TABLE IF EXISTS `factionpay`;
  224. /*!40101 SET @saved_cs_client = @@character_set_client */;
  225. /*!40101 SET character_set_client = utf8 */;
  226. CREATE TABLE `factionpay` (
  227. `id` tinyint(2) DEFAULT NULL,
  228. `rank` tinyint(2) DEFAULT NULL,
  229. `amount` int(10) DEFAULT NULL,
  230. UNIQUE KEY `id` (`id`,`rank`)
  231. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  232. /*!40101 SET character_set_client = @saved_cs_client */;
  233. --
  234. -- Dumping data for table `factionpay`
  235. --
  236. LOCK TABLES `factionpay` WRITE;
  237. /*!40000 ALTER TABLE `factionpay` DISABLE KEYS */;
  238. INSERT INTO `factionpay` VALUES (0,0,7000),(0,1,8000),(0,2,8500),(0,3,9500),(0,4,10500),(0,5,11500),(0,6,12200),(0,7,14200),(0,8,15200),(0,9,16200),(2,7,19000),(2,6,12000),(2,0,6500),(2,1,7000),(2,2,7200),(2,3,7900),(2,4,8800),(2,5,10000),(3,5,15000),(1,0,5000),(1,1,6000),(1,2,7500),(1,3,8100),(1,4,10000),(1,5,11200),(1,6,12900),(1,7,14000),(1,8,16000),(3,0,6200),(3,1,7500),(3,2,8000),(3,3,9500),(3,4,13500);
  239. /*!40000 ALTER TABLE `factionpay` ENABLE KEYS */;
  240. UNLOCK TABLES;
  241. --
  242. -- Table structure for table `factionranks`
  243. --
  244. DROP TABLE IF EXISTS `factionranks`;
  245. /*!40101 SET @saved_cs_client = @@character_set_client */;
  246. /*!40101 SET character_set_client = utf8 */;
  247. CREATE TABLE `factionranks` (
  248. `id` tinyint(2) DEFAULT NULL,
  249. `rank` tinyint(2) DEFAULT NULL,
  250. `name` varchar(32) DEFAULT NULL,
  251. UNIQUE KEY `id` (`id`,`rank`)
  252. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  253. /*!40101 SET character_set_client = @saved_cs_client */;
  254. --
  255. -- Dumping data for table `factionranks`
  256. --
  257. LOCK TABLES `factionranks` WRITE;
  258. /*!40000 ALTER TABLE `factionranks` DISABLE KEYS */;
  259. INSERT INTO `factionranks` VALUES (1,1,'Officer'),(1,2,'Senior Officer'),(1,3,'Corporal'),(1,4,'Sergeant'),(1,5,'Staff Sergeant'),(1,6,'Captain'),(1,7,'Deputy Chief'),(1,8,'Chief of Police'),(1,9,'Chief Of Police'),(0,1,'Traine'),(0,2,'Paramedic'),(0,3,'EMT-B'),(0,4,'EMT'),(0,5,'Senior Paramedic'),(0,6,'Lieutenant'),(0,7,'District Chief'),(0,8,'Chief '),(0,9,'Commisioner'),(2,0,'Security Guard'),(2,1,'Lead Security'),(2,2,'Minister of External Affairs'),(2,3,'Minister of Internal Affairs'),(2,10,'President'),(2,9,'Vice President'),(2,8,'Chief of Justice'),(2,7,'President of the United States'),(2,6,'Mayor of Los Angeles'),(2,5,'Vice President'),(2,4,'Chief of Justice'),(1,0,'Candidate'),(5,0,'Cadet'),(5,1,'Deputy'),(5,2,'Corporal'),(5,3,'Sergeant'),(5,4,'Lieutenant'),(5,5,'Captain'),(5,6,'Commander'),(5,7,'Colonel'),(5,8,'Deputy Sheriff'),(5,9,'Sheriff'),(5,10,'Faction Moderator'),(4,5,'Special Agent in Charge'),(4,4,'Assistant Director'),(4,1,'Special Agent'),(4,2,'Senior Special Agent'),(4,0,'Associate'),(4,3,'Supervisory Special Agent'),(4,6,'Deputy Director'),(4,7,'Director'),(3,0,'Informant'),(3,1,'Photographer'),(3,2,'Journalist'),(3,3,'Anchor'),(3,4,'Editor'),(3,5,'Producer');
  260. /*!40000 ALTER TABLE `factionranks` ENABLE KEYS */;
  261. UNLOCK TABLES;
  262. --
  263. -- Table structure for table `factions`
  264. --
  265. DROP TABLE IF EXISTS `factions`;
  266. /*!40101 SET @saved_cs_client = @@character_set_client */;
  267. /*!40101 SET character_set_client = utf8 */;
  268. CREATE TABLE `factions` (
  269. `id` tinyint(2) DEFAULT NULL,
  270. `name` varchar(48) DEFAULT NULL,
  271. `leader` varchar(24) DEFAULT 'No-one',
  272. `type` tinyint(2) DEFAULT '0',
  273. `color` int(10) DEFAULT '-1',
  274. `rankcount` tinyint(2) DEFAULT '6',
  275. `lockerx` float DEFAULT '0',
  276. `lockery` float DEFAULT '0',
  277. `lockerz` float DEFAULT '0',
  278. `lockerinterior` tinyint(2) DEFAULT '0',
  279. `lockerworld` int(10) DEFAULT '0',
  280. UNIQUE KEY `id` (`id`)
  281. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  282. /*!40101 SET character_set_client = @saved_cs_client */;
  283. --
  284. -- Dumping data for table `factions`
  285. --
  286. LOCK TABLES `factions` WRITE;
  287. /*!40000 ALTER TABLE `factions` DISABLE KEYS */;
  288. INSERT INTO `factions` VALUES (0,'Los Angeles Fire and Medical Department','Michael_Joshua',2,-8224256,10,-25.176,157.458,999.057,1,2),(1,'Los Angeles Police Department ','Alex_Bio',1,591329792,9,1234.88,-1360.46,800.388,2,5),(2,'Los Angeles Government','Apply.',4,-1347440896,8,354.547,173.791,1008.38,3,4000040),(3,'Los Angeles News Department ','Apply.',3,-1697828352,6,256.007,1778.25,701.086,0,4000041),(4,'Hitman Contract Agency','Get the fuck outta here',5,-1439485184,8,413.989,2537.54,10.008,10,4000058),(5,'Los Angeles Sheriff Department','Jessica_Collins',1,-172527872,10,327.233,307.297,999.148,5,4000053),(6,'United States Armed Forces','Closed.',6,10692864,6,0,0,0,0,0);
  289. /*!40000 ALTER TABLE `factions` ENABLE KEYS */;
  290. UNLOCK TABLES;
  291. --
  292. -- Table structure for table `factionskins`
  293. --
  294. DROP TABLE IF EXISTS `factionskins`;
  295. /*!40101 SET @saved_cs_client = @@character_set_client */;
  296. /*!40101 SET character_set_client = utf8 */;
  297. CREATE TABLE `factionskins` (
  298. `id` tinyint(2) DEFAULT NULL,
  299. `slot` tinyint(2) DEFAULT NULL,
  300. `skinid` smallint(3) DEFAULT NULL,
  301. UNIQUE KEY `id` (`id`,`slot`)
  302. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  303. /*!40101 SET character_set_client = @saved_cs_client */;
  304. --
  305. -- Dumping data for table `factionskins`
  306. --
  307. LOCK TABLES `factionskins` WRITE;
  308. /*!40000 ALTER TABLE `factionskins` DISABLE KEYS */;
  309. INSERT INTO `factionskins` VALUES (1,9,288),(1,2,282),(1,1,281),(1,0,71),(1,4,265),(1,5,267),(1,6,285),(1,7,306),(1,8,311),(3,0,240),(3,1,3),(3,2,40),(3,3,211),(3,4,188),(5,0,282),(5,1,311),(5,2,310),(5,3,283),(5,4,283),(5,5,309),(0,0,274),(0,1,275),(0,2,276),(0,3,308),(0,4,277),(0,5,278),(0,6,279),(0,7,303),(1,3,284);
  310. /*!40000 ALTER TABLE `factionskins` ENABLE KEYS */;
  311. UNLOCK TABLES;
  312. --
  313. -- Table structure for table `flags`
  314. --
  315. DROP TABLE IF EXISTS `flags`;
  316. /*!40101 SET @saved_cs_client = @@character_set_client */;
  317. /*!40101 SET character_set_client = utf8 */;
  318. CREATE TABLE `flags` (
  319. `id` int(10) NOT NULL AUTO_INCREMENT,
  320. `uid` int(10) DEFAULT NULL,
  321. `flaggedby` varchar(24) DEFAULT NULL,
  322. `date` datetime DEFAULT NULL,
  323. `description` varchar(128) DEFAULT NULL,
  324. PRIMARY KEY (`id`)
  325. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  326. /*!40101 SET character_set_client = @saved_cs_client */;
  327. --
  328. -- Dumping data for table `flags`
  329. --
  330. LOCK TABLES `flags` WRITE;
  331. /*!40000 ALTER TABLE `flags` DISABLE KEYS */;
  332. /*!40000 ALTER TABLE `flags` ENABLE KEYS */;
  333. UNLOCK TABLES;
  334. --
  335. -- Table structure for table `furniture`
  336. --
  337. DROP TABLE IF EXISTS `furniture`;
  338. /*!40101 SET @saved_cs_client = @@character_set_client */;
  339. /*!40101 SET character_set_client = utf8 */;
  340. CREATE TABLE `furniture` (
  341. `id` int(10) NOT NULL AUTO_INCREMENT,
  342. `houseid` int(10) DEFAULT NULL,
  343. `modelid` smallint(5) DEFAULT NULL,
  344. `name` varchar(32) DEFAULT NULL,
  345. `price` int(10) DEFAULT NULL,
  346. `pos_x` float DEFAULT NULL,
  347. `pos_y` float DEFAULT NULL,
  348. `pos_z` float DEFAULT NULL,
  349. `rot_x` float DEFAULT NULL,
  350. `rot_y` float DEFAULT NULL,
  351. `rot_z` float DEFAULT NULL,
  352. `interior` tinyint(2) DEFAULT NULL,
  353. `world` int(10) DEFAULT NULL,
  354. `door_opened` tinyint(1) DEFAULT '0',
  355. `door_locked` tinyint(1) DEFAULT '0',
  356. PRIMARY KEY (`id`)
  357. ) ENGINE=InnoDB AUTO_INCREMENT=51 DEFAULT CHARSET=latin1;
  358. /*!40101 SET character_set_client = @saved_cs_client */;
  359. --
  360. -- Dumping data for table `furniture`
  361. --
  362. LOCK TABLES `furniture` WRITE;
  363. /*!40000 ALTER TABLE `furniture` DISABLE KEYS */;
  364. INSERT INTO `furniture` VALUES (1,118,19398,'wall046',100,2265.81,-1139.71,1051.29,0,0,-0.02,10,1000118,0,0),(2,118,1567,'Wardrobe door',100,2265.75,-1138.91,1049.56,0,0,-89.08,10,1000118,0,0),(3,118,19398,'wall046',100,2265.84,-1135.91,1051.29,0,0,-1.793,10,1000118,0,0),(4,118,1567,'Wardrobe door',100,2265.78,-1135.13,1049.54,0,0,-90.047,10,1000118,0,0),(5,119,1505,'Blue door',100,1241.7,-1352.77,799.396,0,0,-89.493,2,5,0,1),(6,123,1557,'Office door #4',100,372.78,166.646,1007.4,0,0,179.545,3,4000040,0,1),(7,123,19371,'wall019',100,366.375,189.558,1009.04,0,0,89.962,3,4000040,0,0),(8,126,1757,'Brown couch',750,2260.22,-1139.41,1049.62,0,0,89.894,10,1000126,0,0),(9,126,1757,'Brown couch',750,2263.75,-1137.43,1049.56,0,0,-91.101,10,1000126,0,0),(11,126,1433,'Low brown wooden table',500,2261.92,-1138.29,1049.76,0,0,-179.392,10,1000126,0,0),(12,126,2181,'Office desk with computer',1000,2268.42,-1133.16,1049.53,0,0,-0.707,10,1000126,0,0),(14,126,1671,'Plain office chair',250,2268.85,-1134.43,1050.04,0,0,-176.829,10,1000126,0,0),(15,126,2286,'Ship frame',100,2268.19,-1137.39,1051.63,0,0,-173.907,10,1000126,0,0),(16,126,14866,'Wood double bed',500,2267.76,-1141.47,1050.21,0,0,-179.968,10,1000126,0,0),(17,126,2314,'Low wooden TV stand',500,2267.11,-1138.38,1049.59,0,0,-0.45,10,1000126,0,0),(18,126,19624,'Briefcase',50,2268.14,-1138.39,1050.15,-93.8,91.8,0.379,10,1000126,0,0),(19,126,14384,'CJ\'s kitchen',3000,2262.05,-1139.21,1051.04,0,0,176.435,10,1000126,0,0),(20,126,2891,'Cocaine packet',50,2260.62,-1142.21,1050.62,0,0,-2.596,10,1000126,0,0),(21,139,19381,'wall029',100,227.115,-8.186,1001.17,0,89.9,-179.96,5,4000060,0,0),(22,139,2256,'Palm trees frame',100,223.282,-13.108,1003.42,0,0,-179.313,5,4000060,0,0),(23,139,19173,'Gant Bridge frame',100,225.415,-13.128,1003.74,0,0,-179.453,5,4000060,0,0),(24,139,2257,'Squares frame',100,223.27,-3.211,1003.35,0,0,0.416,5,4000060,0,0),(25,139,19172,'Los Santos frame',100,225.648,-3.179,1003.39,0,0,0.009,5,4000060,0,0),(26,139,2008,'Computer desk',1000,209.823,-11.169,1004.14,0,0,-0.739,5,4000060,0,0),(27,139,1671,'Plain office chair',250,210.584,-12.446,1004.64,0,0,-155.545,5,4000060,0,0),(28,142,1704,'Black lounge chair',500,255.915,1756.73,700.092,0,0,-44.386,0,4000041,0,0),(29,142,1704,'Black lounge chair',500,253.478,1756.45,700.055,0,0,40.479,0,4000041,0,0),(30,142,1569,'Office door #2',100,252.313,1773.68,700.096,0,0,44.855,0,4000041,0,1),(31,144,2256,'Palm trees frame',100,1748.08,-1814.11,1006.22,0,-0.2,89.192,6,1000144,0,0),(32,144,14446,'Zebra print bed',500,1745.55,-1814.01,999.92,0,0,89.635,6,1000144,0,0),(33,144,2296,'Cabinet with TV',500,1759.78,-1810.37,999.22,0,0,-48.852,6,1000144,0,0),(34,144,2578,'Sex magazine rack #1',250,1751.51,-1816,1000.66,0,0,-89.195,6,1000144,0,0),(35,144,19918,'Chest',100,1761.22,-1811.93,1000.45,0,-1.5,-50.657,6,1000144,0,0),(36,144,2163,'Wide office cabinet',100,1760.56,-1819.22,999.36,0,0,-179.063,6,1000144,0,0),(37,144,19921,'Toolbox',500,1760.18,-1817.29,1000.57,0,0,-177.788,6,1000144,0,0),(38,144,1665,'Ashtray with cigar',50,1759.38,-1819.03,1000.31,0,0,220.346,6,1000144,0,0),(39,144,1736,'Moose head',300,1752.2,-1813.39,1002.44,0,0,88.993,6,1000144,0,0),(40,144,1550,'Bag of money',50,1752.2,-1818.01,999.81,0,0,-140.271,6,1000144,0,0),(41,144,19618,'Safe enclosure',50,1752.2,-1818.83,999.797,0,-1.7,87.719,6,1000144,0,0),(42,144,2855,'Stack of magazines',50,1760.61,-1818.96,1000.29,0,0,224.082,6,1000144,0,0),(43,144,19624,'Briefcase',50,1752.15,-1818.79,1000.7,0.9,0.4,-68.672,6,1000144,0,0),(44,144,2196,'Work lamp',50,1760.35,-1819.19,1000.29,0,0,140.553,6,1000144,0,0),(45,144,11745,'Sports bag',50,1751.07,-1816.52,999.56,0,0,-135.147,6,1000144,0,0),(46,144,19619,'Safe door',50,1743.65,-1816.59,1001.18,-0.3,-0.6,89.019,6,1000144,0,0),(47,144,1279,'Drug bundle',50,1744,-1816.37,999.24,0,0,271.494,6,1000144,0,0),(48,144,946,'Basketball court',50,1749.66,-1810.88,1000.33,0,-0.4,-178.87,6,1000144,0,0),(49,144,19617,'Gold record',100,1743.77,-1813.05,1001.26,-2.3,0,91.197,6,1000144,0,0),(50,146,1506,'White door',100,2263.22,-1209.71,1048.02,0,0,-180.146,10,1000146,1,0);
  365. /*!40000 ALTER TABLE `furniture` ENABLE KEYS */;
  366. UNLOCK TABLES;
  367. --
  368. -- Table structure for table `gangranks`
  369. --
  370. DROP TABLE IF EXISTS `gangranks`;
  371. /*!40101 SET @saved_cs_client = @@character_set_client */;
  372. /*!40101 SET character_set_client = utf8 */;
  373. CREATE TABLE `gangranks` (
  374. `id` tinyint(2) DEFAULT NULL,
  375. `rank` tinyint(2) DEFAULT NULL,
  376. `name` varchar(32) DEFAULT NULL,
  377. UNIQUE KEY `id` (`id`,`rank`)
  378. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  379. /*!40101 SET character_set_client = @saved_cs_client */;
  380. --
  381. -- Dumping data for table `gangranks`
  382. --
  383. LOCK TABLES `gangranks` WRITE;
  384. /*!40000 ALTER TABLE `gangranks` DISABLE KEYS */;
  385. INSERT INTO `gangranks` VALUES (1,0,'Outsider'),(1,1,'Prospect'),(1,2,'Original'),(1,3,'Road Captain'),(1,4,'Sergeant At Arms'),(1,5,'Vice President'),(1,6,'President'),(2,0,'Trial'),(2,1,'Trainee'),(2,2,'Sergeant'),(2,3,'Lowkey '),(2,4,'Don'),(2,5,'Queen Of Triads'),(2,6,'King Of Triads'),(3,0,'Employee'),(3,1,'Liason'),(3,2,'Consigliere'),(3,4,'Asst. Director'),(3,5,'Director'),(3,6,'Babloku'),(4,0,'Trial Mobster'),(4,1,'Trained Mobster'),(4,3,'Junior Mobster'),(4,4,'Senior Mobster'),(4,5,'Under Boss'),(4,6,'Don'),(0,0,'Fallen Angel'),(0,1,'Little Thrall'),(0,2,'Little Demon'),(0,3,'Demon'),(0,4,'Hell\'s Soldier'),(0,5,'Sir of the Hell'),(0,6,'King of the Hell');
  386. /*!40000 ALTER TABLE `gangranks` ENABLE KEYS */;
  387. UNLOCK TABLES;
  388. --
  389. -- Table structure for table `gangs`
  390. --
  391. DROP TABLE IF EXISTS `gangs`;
  392. /*!40101 SET @saved_cs_client = @@character_set_client */;
  393. /*!40101 SET character_set_client = utf8 */;
  394. CREATE TABLE `gangs` (
  395. `id` tinyint(2) DEFAULT NULL,
  396. `name` varchar(32) DEFAULT 'None',
  397. `motd` varchar(128) DEFAULT 'None',
  398. `leader` varchar(24) DEFAULT 'No-one',
  399. `color` int(10) DEFAULT '-256',
  400. `strikes` tinyint(1) DEFAULT '0',
  401. `level` tinyint(2) DEFAULT '1',
  402. `points` int(10) DEFAULT '0',
  403. `turftokens` int(10) DEFAULT '0',
  404. `stash_x` float DEFAULT '0',
  405. `stash_y` float DEFAULT '0',
  406. `stash_z` float DEFAULT '0',
  407. `stashinterior` tinyint(2) DEFAULT '0',
  408. `stashworld` int(10) DEFAULT '0',
  409. `cash` int(10) DEFAULT '0',
  410. `materials` int(10) DEFAULT '0',
  411. `weed` int(10) DEFAULT '0',
  412. `cocaine` int(10) DEFAULT '0',
  413. `meth` int(10) DEFAULT '0',
  414. `painkillers` int(10) DEFAULT '0',
  415. `pistolammo` int(10) DEFAULT '0',
  416. `shotgunammo` int(10) DEFAULT '0',
  417. `smgammo` int(10) DEFAULT '0',
  418. `arammo` int(10) DEFAULT '0',
  419. `rifleammo` int(10) DEFAULT '0',
  420. `hpammo` int(10) DEFAULT '0',
  421. `poisonammo` int(10) DEFAULT '0',
  422. `fmjammo` int(10) DEFAULT '0',
  423. `weapon_9mm` int(10) DEFAULT '0',
  424. `weapon_sdpistol` int(10) DEFAULT '0',
  425. `weapon_deagle` int(10) DEFAULT '0',
  426. `weapon_shotgun` int(10) DEFAULT '0',
  427. `weapon_spas12` int(10) DEFAULT '0',
  428. `weapon_sawnoff` int(10) DEFAULT '0',
  429. `weapon_tec9` int(10) DEFAULT '0',
  430. `weapon_uzi` int(10) DEFAULT '0',
  431. `weapon_mp5` int(10) DEFAULT '0',
  432. `weapon_ak47` int(10) DEFAULT '0',
  433. `weapon_m4` int(10) DEFAULT '0',
  434. `weapon_rifle` int(10) DEFAULT '0',
  435. `weapon_sniper` int(10) DEFAULT '0',
  436. `weapon_molotov` int(10) DEFAULT '0',
  437. `armsdealer` tinyint(1) DEFAULT '0',
  438. `drugdealer` tinyint(1) DEFAULT '0',
  439. `arms_x` float DEFAULT '0',
  440. `arms_y` float DEFAULT '0',
  441. `arms_z` float DEFAULT '0',
  442. `arms_a` float DEFAULT '0',
  443. `drug_x` float DEFAULT '0',
  444. `drug_y` float DEFAULT '0',
  445. `drug_z` float DEFAULT '0',
  446. `drug_a` float DEFAULT '0',
  447. `armsworld` int(10) DEFAULT '0',
  448. `drugworld` int(10) DEFAULT '0',
  449. `drugweed` int(10) DEFAULT '0',
  450. `drugcocaine` int(10) DEFAULT '0',
  451. `drugmeth` int(10) DEFAULT '0',
  452. `armsmaterials` int(10) DEFAULT '0',
  453. `armsprice_1` int(10) DEFAULT '0',
  454. `armsprice_2` int(10) DEFAULT '0',
  455. `armsprice_3` int(10) DEFAULT '0',
  456. `armsprice_4` int(10) DEFAULT '0',
  457. `armsprice_5` int(10) DEFAULT '0',
  458. `armsprice_6` int(10) DEFAULT '0',
  459. `armsprice_7` int(10) DEFAULT '0',
  460. `armsprice_8` int(10) DEFAULT '0',
  461. `weed_price` int(10) DEFAULT '0',
  462. `cocaine_price` int(10) DEFAULT '0',
  463. `meth_price` int(10) DEFAULT '0',
  464. UNIQUE KEY `id` (`id`)
  465. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  466. /*!40101 SET character_set_client = @saved_cs_client */;
  467. --
  468. -- Dumping data for table `gangs`
  469. --
  470. LOCK TABLES `gangs` WRITE;
  471. /*!40000 ALTER TABLE `gangs` DISABLE KEYS */;
  472. INSERT INTO `gangs` VALUES (1,'Rebels MC','https://discord.gg/hfm7bdh','Andrew_Wingfield',-10270976,0,3,99993624,93,-217.683,1402.59,27.773,18,4000047,20000,195500,99,200,50,0,0,0,0,0,0,0,0,30,0,0,0,0,30,0,0,0,0,0,30,0,30,0,1,1,2400.88,-1247.99,23.822,179.966,2442.24,-1249.38,23.855,226.606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,1000,1500),(2,'The Angeles Triads','Do not ask Ranks or else\' getting demote/kick.','Brandon_Lee',3381504,0,1,44,5,1210.78,5.667,1000.92,2,4000055,37,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,8,0,10,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),(3,'Cicada 3301','None','Duke_Baratheon',6710784,0,1,1048,3,-2661.21,1416.06,922.195,3,4000059,25792,0,50,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,10,0,10,0,1,1,2313.03,-1254.16,24.023,88.765,2361.8,-1257.05,24.002,272.305,0,0,50,0,20,0,0,0,0,0,0,0,0,0,500,1000,1500),(4,'The Clombo Crime Family','None','No-one',-6750208,0,1,0,3,1257.58,-808.984,84.141,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,0,0,0,0,0,0,0,0,0),(0,'Urban Demons','None','Kelsyus_Restgard',-1439485184,0,1,88,10,946.412,7.068,1000.93,3,4000061,3750,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,18,0,19,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);
  473. /*!40000 ALTER TABLE `gangs` ENABLE KEYS */;
  474. UNLOCK TABLES;
  475. --
  476. -- Table structure for table `gangskins`
  477. --
  478. DROP TABLE IF EXISTS `gangskins`;
  479. /*!40101 SET @saved_cs_client = @@character_set_client */;
  480. /*!40101 SET character_set_client = utf8 */;
  481. CREATE TABLE `gangskins` (
  482. `id` tinyint(2) DEFAULT NULL,
  483. `slot` tinyint(2) DEFAULT NULL,
  484. `skinid` smallint(3) DEFAULT NULL,
  485. UNIQUE KEY `id` (`id`,`slot`)
  486. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  487. /*!40101 SET character_set_client = @saved_cs_client */;
  488. --
  489. -- Dumping data for table `gangskins`
  490. --
  491. LOCK TABLES `gangskins` WRITE;
  492. /*!40000 ALTER TABLE `gangskins` DISABLE KEYS */;
  493. INSERT INTO `gangskins` VALUES (1,0,21),(1,1,176),(1,2,177),(2,0,293),(2,1,292),(2,2,291),(3,0,35),(3,1,46),(3,2,240),(3,3,124),(3,4,141),(3,5,165),(3,6,272),(3,7,286),(3,8,189),(2,3,2),(2,4,7),(2,5,14),(2,6,49),(2,7,24),(2,8,29),(2,9,32),(4,0,111),(4,1,112),(4,2,113),(4,3,124),(4,4,127),(0,0,305),(0,1,285),(0,2,268),(0,3,250),(0,4,230),(0,5,219),(0,6,208),(0,7,204),(0,8,29);
  494. /*!40000 ALTER TABLE `gangskins` ENABLE KEYS */;
  495. UNLOCK TABLES;
  496. --
  497. -- Table structure for table `garages`
  498. --
  499. DROP TABLE IF EXISTS `garages`;
  500. /*!40101 SET @saved_cs_client = @@character_set_client */;
  501. /*!40101 SET character_set_client = utf8 */;
  502. CREATE TABLE `garages` (
  503. `id` int(10) NOT NULL AUTO_INCREMENT,
  504. `ownerid` int(10) DEFAULT '0',
  505. `owner` varchar(24) DEFAULT NULL,
  506. `type` tinyint(1) DEFAULT '0',
  507. `price` int(10) DEFAULT '0',
  508. `locked` tinyint(1) DEFAULT '0',
  509. `timestamp` int(10) DEFAULT '0',
  510. `pos_x` float DEFAULT '0',
  511. `pos_y` float DEFAULT '0',
  512. `pos_z` float DEFAULT '0',
  513. `pos_a` float DEFAULT '0',
  514. `exit_x` float DEFAULT '0',
  515. `exit_y` float DEFAULT '0',
  516. `exit_z` float DEFAULT '0',
  517. `exit_a` float DEFAULT '0',
  518. `world` int(10) DEFAULT '0',
  519. PRIMARY KEY (`id`)
  520. ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
  521. /*!40101 SET character_set_client = @saved_cs_client */;
  522. --
  523. -- Dumping data for table `garages`
  524. --
  525. LOCK TABLES `garages` WRITE;
  526. /*!40000 ALTER TABLE `garages` DISABLE KEYS */;
  527. INSERT INTO `garages` VALUES (2,637,'Jessica_Collins',2,250000,0,1577748609,1515.51,-694.616,94.75,92.931,1518.51,-694.463,94.75,-87.069,2000002),(3,670,'Brandon_Lee',2,0,0,1577680996,1651.61,-1399.05,13.547,181.903,1651.53,-1399.68,13.547,177.442,2000003),(4,648,'Demarco_Houston',1,0,1,1577638195,2013.11,-1737.56,13.555,274.672,2332.87,-1677.03,14.427,-88.926,2000004),(5,649,'Max_Gucci_Cobra',2,0,0,1577627088,1552.21,31.091,24.146,107.482,1555.07,31.992,24.146,-72.518,2000005),(6,679,'Jayden_Houston',2,0,0,1577739616,2389.81,-1713.46,13.614,179.641,2389.71,-1714.03,13.612,179.393,2000006),(7,0,NULL,2,250000,0,0,809.01,-1448.67,13.267,268.199,806.011,-1448.58,13.267,88.199,2000007),(8,704,'Younes_Shelby',2,0,0,1577712073,287.341,-1156.73,80.91,223.976,287.341,-1156.73,80.91,223.976,2000008),(9,691,'Kelsyus_Restgard',2,250000,0,1577725636,1089.97,-640.583,113.003,92.696,1092.96,-640.441,113.003,-87.304,2000009),(10,631,'Martin_Stewarts',1,125000,0,1577742853,1514,-767.555,80.418,318.685,1512.02,-769.808,80.418,138.685,2000010),(11,639,'Fresca_Collins',2,250000,0,1577746583,2015.22,-1707.66,13.547,267.239,2012.22,-1707.51,13.547,87.239,2000011);
  528. /*!40000 ALTER TABLE `garages` ENABLE KEYS */;
  529. UNLOCK TABLES;
  530. --
  531. -- Table structure for table `houses`
  532. --
  533. DROP TABLE IF EXISTS `houses`;
  534. /*!40101 SET @saved_cs_client = @@character_set_client */;
  535. /*!40101 SET character_set_client = utf8 */;
  536. CREATE TABLE `houses` (
  537. `id` int(10) NOT NULL AUTO_INCREMENT,
  538. `ownerid` int(10) DEFAULT '0',
  539. `owner` varchar(24) DEFAULT 'Nobody',
  540. `type` tinyint(2) DEFAULT '0',
  541. `price` int(10) DEFAULT '0',
  542. `rentprice` int(10) DEFAULT '0',
  543. `level` tinyint(2) DEFAULT '0',
  544. `locked` tinyint(1) DEFAULT '0',
  545. `timestamp` int(10) DEFAULT '0',
  546. `pos_x` float DEFAULT '0',
  547. `pos_y` float DEFAULT '0',
  548. `pos_z` float DEFAULT '0',
  549. `pos_a` float DEFAULT '0',
  550. `int_x` float DEFAULT '0',
  551. `int_y` float DEFAULT '0',
  552. `int_z` float DEFAULT '0',
  553. `int_a` float DEFAULT '0',
  554. `interior` tinyint(2) DEFAULT '0',
  555. `world` int(10) DEFAULT '0',
  556. `outsideint` int(10) DEFAULT '0',
  557. `outsidevw` int(10) DEFAULT '0',
  558. `cash` int(10) DEFAULT '0',
  559. `materials` int(10) DEFAULT '0',
  560. `weed` int(10) DEFAULT '0',
  561. `cocaine` int(10) DEFAULT '0',
  562. `meth` int(10) DEFAULT '0',
  563. `painkillers` int(10) DEFAULT '0',
  564. `weapon_1` tinyint(2) DEFAULT '0',
  565. `weapon_2` tinyint(2) DEFAULT '0',
  566. `weapon_3` tinyint(2) DEFAULT '0',
  567. `weapon_4` tinyint(2) DEFAULT '0',
  568. `weapon_5` tinyint(2) DEFAULT '0',
  569. `weapon_6` tinyint(2) DEFAULT '0',
  570. `weapon_7` tinyint(2) DEFAULT '0',
  571. `weapon_8` tinyint(2) DEFAULT '0',
  572. `weapon_9` tinyint(2) DEFAULT '0',
  573. `weapon_10` tinyint(2) DEFAULT '0',
  574. `ammo_1` smallint(5) DEFAULT '0',
  575. `ammo_2` smallint(5) DEFAULT '0',
  576. `ammo_3` smallint(5) DEFAULT '0',
  577. `ammo_4` smallint(5) DEFAULT '0',
  578. `ammo_5` smallint(5) DEFAULT '0',
  579. `ammo_6` tinyint(2) DEFAULT '0',
  580. `ammo_7` tinyint(2) DEFAULT '0',
  581. `ammo_8` tinyint(2) DEFAULT '0',
  582. `ammo_9` tinyint(2) DEFAULT '0',
  583. `ammo_10` tinyint(2) DEFAULT '0',
  584. `pistolammo` smallint(5) DEFAULT '0',
  585. `shotgunammo` smallint(5) DEFAULT '0',
  586. `smgammo` smallint(5) DEFAULT '0',
  587. `arammo` smallint(5) DEFAULT '0',
  588. `rifleammo` smallint(5) DEFAULT '0',
  589. `hpammo` smallint(5) DEFAULT '0',
  590. `poisonammo` smallint(5) DEFAULT '0',
  591. `fmjammo` smallint(5) DEFAULT '0',
  592. PRIMARY KEY (`id`)
  593. ) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=latin1;
  594. /*!40101 SET character_set_client = @saved_cs_client */;
  595. --
  596. -- Dumping data for table `houses`
  597. --
  598. LOCK TABLES `houses` WRITE;
  599. /*!40000 ALTER TABLE `houses` DISABLE KEYS */;
  600. INSERT INTO `houses` VALUES (113,635,'Michael_Joshua',1,75000,0,5,0,1577741681,2851.85,-1366.23,14.171,80.512,1434.08,-1832.79,1313.56,270,2,1000113,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),(114,637,'Jessica_Collins',-1,50000,0,0,0,1577403291,1496.93,-687.899,95.563,-3.414,234.142,1063.88,1084.21,1.141,6,1000114,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),(115,0,'Nobody',0,25000,0,0,0,0,1304.31,-1052.51,3359.71,87.592,244.2,305.068,999.148,270.219,1,1000115,0,4000049,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),(116,715,'Jazz_Grizzly',-1,75000,0,0,0,1577746515,2065.1,-1703.54,14.148,268.319,2317.8,-1026.76,1050.22,346.195,9,1000116,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),(117,0,'Nobody',4,95000,0,0,0,0,1304.71,-1042.62,3363.51,90.412,2233.65,-1114.78,1050.88,0,5,1000117,0,4000049,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),(118,629,'Edward_Collins',2,10000,0,0,0,1577478844,2469.17,-1278.24,30.366,-94.017,2259.76,-1135.88,1050.63,270,10,1000118,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),(119,632,'Alex_Bio',-1,50000,0,0,0,1577488627,1236.77,-1353.62,821.233,91.735,1236.77,-1353.62,821.233,271.735,2,5,2,5,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),(120,649,'Max_Gucci_Cobra',-1,250000,0,5,0,1577627678,1566.83,23.253,24.164,275.164,226.298,1114.27,1080.99,92.613,5,1000120,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),(121,650,'Azwin_Rox',9,0,0,5,0,1577497337,824.729,-1424.19,14.499,175.976,1363.76,-2145.7,1050.59,0,3,1000121,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),(123,629,'Edward_Collins',-1,50000,0,0,0,1577537851,377.047,172.454,1018.19,91.375,377.047,172.454,1018.19,271.375,3,4000040,3,4000040,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),(124,668,'Jamaika_Forest',16,0,0,0,0,1577589048,254.448,-1367.22,53.109,124.491,1834.24,-1278.77,832.16,180,1,1000124,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),(125,670,'Brandon_Lee',13,250000,0,5,0,1577600824,1658.04,-1394.47,13.547,-6.048,1749.64,-1822.45,1000.34,0,6,1000125,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),(126,648,'Demarco_Houston',2,0,0,5,0,1577656753,2015.35,-1732.48,14.234,285.114,2259.76,-1135.88,1050.63,270,10,1000126,0,0,20000,0,30,30,30,3,0,29,34,31,27,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(127,660,'Jack_Jackson',7,0,0,0,0,1577615636,852.241,-1423.27,14.137,-1.903,828.632,-1014,799.966,270,3,1000127,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),(130,679,'Jayden_Houston',-1,0,0,5,0,1577738054,2385.38,-1711.66,14.242,-177.327,295.304,1472.26,1080.26,359.531,15,1000130,0,0,0,0,0,0,0,0,31,34,27,29,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(131,682,'Joseph_Profaci',9,0,0,5,0,1577728554,1980.38,-1718.84,17.03,-89.176,1363.76,-2145.7,1050.59,0,3,1000131,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),(132,649,'Max_Gucci_Cobra',1,30000,0,0,0,1577641942,2016.2,-1716.94,14.125,89.967,1434.08,-1832.79,1313.56,270,2,1000132,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),(133,683,'Charles_Riggs',12,0,0,0,0,1577649138,813.692,-1456.65,14.226,86.127,2269.91,-1210.5,1047.56,90,10,1000133,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),(134,685,'Duke_Baratheon',18,0,0,5,0,1577652908,1332,-633.538,109.135,19.351,1260.64,-785.232,1091.91,271.63,5,1000134,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),(135,687,'Derek_Jethro_Gibbs',18,10000,0,0,0,1577742150,1259.64,-785.345,92.031,92.701,1260.65,-785.324,1091.91,274.949,5,1000135,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),(136,629,'Edward_Collins',0,50000,0,0,1,1577691572,2870.48,-1128.11,10.883,7.528,244.2,305.068,999.148,270.219,1,1000136,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),(137,698,'Jeff_James',14,300000,0,0,0,1577701119,2057.48,-1883.79,13.562,177.227,2324.39,-1148.88,1050.71,0,12,1000137,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),(138,704,'Younes_Shelby',16,0,0,5,0,1577712104,300.16,-1154.37,81.389,-51.297,1834.24,-1278.77,832.16,180,1,1000138,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),(139,629,'Edward_Collins',-1,50000,0,0,0,1577714438,224.406,-8.014,1009.21,-91.714,224.202,-7.504,1016.79,93.926,5,4000060,5,4000060,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),(140,691,'Kelsyus_Restgard',17,1000000,0,0,1,1577725485,1095.02,-647.915,113.648,-1.016,925.01,-496.81,843.895,90,7,1000140,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),(141,0,'Nobody',12,300000,0,0,0,0,315.837,-1769.44,4.622,-0.8,2269.91,-1210.5,1047.56,90,10,1000141,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),(142,629,'Edward_Collins',-1,50000,0,0,0,1577732715,254.653,1756.58,715.555,-86.947,254.653,1756.58,715.555,93.053,0,4000041,0,4000041,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),(143,631,'Martin_Stewarts',12,250000,0,5,0,1577746908,1527.88,-772.646,80.578,133.108,2269.91,-1210.5,1047.56,90,10,1000143,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),(144,639,'Fresca_Collins',13,50000,0,5,0,1577746600,2017.95,-1703.46,14.234,9.532,1749.64,-1822.45,1000.34,0,6,1000144,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),(146,719,'Charlie_Weston',12,250000,0,5,0,1577748835,937.849,-848.721,93.577,27.311,2269.91,-1210.5,1047.56,90,10,1000146,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);
  601. /*!40000 ALTER TABLE `houses` ENABLE KEYS */;
  602. UNLOCK TABLES;
  603. --
  604. -- Table structure for table `kills`
  605. --
  606. DROP TABLE IF EXISTS `kills`;
  607. /*!40101 SET @saved_cs_client = @@character_set_client */;
  608. /*!40101 SET character_set_client = utf8 */;
  609. CREATE TABLE `kills` (
  610. `id` int(10) NOT NULL AUTO_INCREMENT,
  611. `killer_uid` int(10) DEFAULT NULL,
  612. `target_uid` int(10) DEFAULT NULL,
  613. `killer` varchar(24) DEFAULT NULL,
  614. `target` varchar(24) DEFAULT NULL,
  615. `reason` varchar(24) DEFAULT NULL,
  616. `date` datetime DEFAULT NULL,
  617. PRIMARY KEY (`id`)
  618. ) ENGINE=InnoDB AUTO_INCREMENT=1054 DEFAULT CHARSET=latin1;
  619. /*!40101 SET character_set_client = @saved_cs_client */;
  620. --
  621. -- Dumping data for table `kills`
  622. --
  623. LOCK TABLES `kills` WRITE;
  624. /*!40000 ALTER TABLE `kills` DISABLE KEYS */;
  625. INSERT INTO `kills` VALUES (911,632,629,'Alex_Bio','Edward_Collins','Fists','2019-12-26 21:31:34'),(912,629,632,'Edward_Collins','Alex_Bio','Desert Eagle','2019-12-26 21:32:37'),(913,629,637,'Edward_Collins','Jessica_Collins','M4','2019-12-27 00:04:38'),(914,632,638,'Alex_Bio','Daniel_Compton','Desert Eagle','2019-12-27 00:25:58'),(915,638,629,'Daniel_Compton','Edward_Collins','Desert Eagle','2019-12-27 00:46:47'),(916,639,636,'Fresca_Brooks','Rico_Maldonado','Desert Eagle','2019-12-27 00:46:57'),(917,636,639,'Rico_Maldonado','Fresca_Brooks','Desert Eagle','2019-12-27 00:46:57'),(918,629,639,'Edward_Collins','Fresca_Brooks','Combat Shotgun','2019-12-27 03:02:59'),(919,629,639,'Edward_Collins','Fresca_Brooks','Combat Shotgun','2019-12-27 03:05:06'),(920,629,639,'Edward_Collins','Fresca_Brooks','Combat Shotgun','2019-12-27 03:06:03'),(921,629,639,'Edward_Collins','Fresca_Brooks','Sniper Rifle','2019-12-27 03:07:43'),(922,639,629,'Fresca_Brooks','Edward_Collins','Sniper Rifle','2019-12-27 04:28:21'),(923,639,629,'Fresca_Brooks','Edward_Collins','Combat Shotgun','2019-12-27 04:38:31'),(924,629,639,'Edward_Collins','Fresca_Brooks','Desert Eagle','2019-12-27 04:42:48'),(925,639,629,'Fresca_Brooks','Edward_Collins','M4','2019-12-27 04:49:27'),(926,629,639,'Edward_Collins','Fresca_Brooks','Combat Shotgun','2019-12-27 04:49:47'),(927,629,639,'Edward_Collins','Fresca_Brooks','Desert Eagle','2019-12-27 05:08:13'),(928,629,639,'Edward_Collins','Fresca_Brooks','Desert Eagle','2019-12-27 05:09:02'),(929,629,639,'Edward_Collins','Fresca_Brooks','Desert Eagle','2019-12-27 05:09:53'),(930,639,629,'Fresca_Brooks','Edward_Collins','Combat Shotgun','2019-12-27 05:13:02'),(931,648,629,'Demarco_Houston','Edward_Collins','Sniper Rifle','2019-12-27 20:45:02'),(932,633,632,'James_Carter','Alex_Bio','Combat Shotgun','2019-12-27 21:11:48'),(933,633,629,'James_Carter','Edward_Collins','Desert Eagle','2019-12-27 21:13:07'),(934,629,632,'Edward_Collins','Alex_Bio','Minigun','2019-12-27 21:13:31'),(935,633,632,'James_Carter','Alex_Bio','M4','2019-12-27 21:16:18'),(936,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-27 21:16:25'),(937,633,632,'James_Carter','Alex_Bio','Combat Shotgun','2019-12-27 21:16:47'),(938,632,639,'Alex_Bio','Fresca_Brooks','Minigun','2019-12-28 00:39:07'),(939,639,649,'Fresca_Brooks','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 01:28:23'),(940,629,631,'Edward_Collins','Jack_Riggs','Combat Shotgun','2019-12-28 02:05:12'),(941,629,631,'Edward_Collins','Jack_Riggs','Combat Shotgun','2019-12-28 02:05:24'),(942,649,639,'Max_Gucci_Cobra','Fresca_Brooks','Combat Shotgun','2019-12-28 02:18:20'),(943,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 02:19:11'),(944,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 02:19:48'),(945,639,650,'Fresca_Brooks','Azwin_Rox','Combat Shotgun','2019-12-28 03:16:30'),(946,629,650,'Edward_Collins','Azwin_Rox','Desert Eagle','2019-12-28 03:16:48'),(947,639,631,'Fresca_Brooks','Jack_Riggs','Combat Shotgun','2019-12-28 03:19:20'),(948,629,631,'Edward_Collins','Jack_Riggs','Combat Shotgun','2019-12-28 03:19:28'),(949,649,629,'Max_Gucci_Cobra','Edward_Collins','Sniper Rifle','2019-12-28 03:23:50'),(950,649,639,'Max_Gucci_Cobra','Fresca_Brooks','Sniper Rifle','2019-12-28 03:30:20'),(951,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 03:51:23'),(952,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 03:51:38'),(953,629,649,'Edward_Collins','Max_Gucci_Cobra','Desert Eagle','2019-12-28 03:51:50'),(954,649,629,'Max_Gucci_Cobra','Edward_Collins','Sniper Rifle','2019-12-28 03:52:11'),(955,629,649,'Edward_Collins','Max_Gucci_Cobra','Desert Eagle','2019-12-28 03:52:29'),(956,649,629,'Max_Gucci_Cobra','Edward_Collins','Sniper Rifle','2019-12-28 03:52:31'),(957,649,629,'Max_Gucci_Cobra','Edward_Collins','Sniper Rifle','2019-12-28 03:53:24'),(958,634,631,'Tommy_Riggs','Jack_Riggs','Desert Eagle','2019-12-28 03:58:30'),(959,649,629,'Max_Gucci_Cobra','Edward_Collins','Combat Shotgun','2019-12-28 04:01:26'),(960,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 04:15:08'),(961,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 04:17:50'),(962,629,649,'Edward_Collins','Max_Gucci_Cobra','Desert Eagle','2019-12-28 04:18:41'),(963,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 04:19:45'),(964,629,649,'Edward_Collins','Max_Gucci_Cobra','Fists','2019-12-28 04:20:28'),(965,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 04:21:58'),(966,629,649,'Edward_Collins','Max_Gucci_Cobra','Combat Shotgun','2019-12-28 04:23:43'),(967,629,649,'Edward_Collins','Max_Gucci_Cobra','M4','2019-12-28 04:24:12'),(968,649,629,'Max_Gucci_Cobra','Edward_Collins','Fists','2019-12-28 04:26:45'),(969,649,629,'Max_Gucci_Cobra','Edward_Collins','Fists','2019-12-28 04:28:24'),(970,649,629,'Max_Gucci_Cobra','Edward_Collins','Fists','2019-12-28 04:30:07'),(971,649,629,'Max_Gucci_Cobra','Edward_Collins','Fists','2019-12-28 04:32:17'),(972,629,649,'Edward_Collins','Max_Gucci_Cobra','Fists','2019-12-28 04:35:54'),(973,637,629,'Jessica_Collins','Edward_Collins','MP5','2019-12-28 05:00:25'),(974,629,660,'Edward_Collins','Jack_Jackson','Combat Shotgun','2019-12-28 11:47:36'),(975,660,629,'Jack_Jackson','Edward_Collins','Combat Shotgun','2019-12-28 11:47:45'),(976,629,660,'Edward_Collins','Jack_Jackson','Combat Shotgun','2019-12-28 11:48:46'),(977,660,629,'Jack_Jackson','Edward_Collins','Combat Shotgun','2019-12-28 12:29:13'),(978,629,660,'Edward_Collins','Jack_Jackson','Combat Shotgun','2019-12-28 12:32:04'),(979,629,660,'Edward_Collins','Jack_Jackson','Combat Shotgun','2019-12-28 12:32:55'),(980,649,635,'Max_Gucci_Cobra','Michael_Joshua','Sniper Rifle','2019-12-28 13:26:20'),(981,649,660,'Max_Gucci_Cobra','Jack_Jackson','Nite Stick','2019-12-28 19:24:36'),(982,649,660,'Max_Gucci_Cobra','Jack_Jackson','Nite Stick','2019-12-28 19:25:27'),(983,649,660,'Max_Gucci_Cobra','Jack_Jackson','Nite Stick','2019-12-28 19:40:20'),(984,649,660,'Max_Gucci_Cobra','Jack_Jackson','Silenced Pistol','2019-12-28 19:41:26'),(985,649,660,'Max_Gucci_Cobra','Jack_Jackson','Fists','2019-12-28 19:41:50'),(986,649,660,'Max_Gucci_Cobra','Jack_Jackson','Silenced Pistol','2019-12-28 19:42:48'),(987,649,660,'Max_Gucci_Cobra','Jack_Jackson','Spray Can','2019-12-28 19:44:16'),(988,629,660,'Edward_Collins','Jack_Jackson','Desert Eagle','2019-12-29 12:48:32'),(989,629,660,'Edward_Collins','Jack_Jackson','Desert Eagle','2019-12-29 12:48:47'),(990,629,660,'Edward_Collins','Jack_Jackson','Desert Eagle','2019-12-29 12:49:28'),(991,629,660,'Edward_Collins','Jack_Jackson','M4','2019-12-29 12:49:35'),(992,629,660,'Edward_Collins','Jack_Jackson','Combat Shotgun','2019-12-29 12:50:16'),(993,629,678,'Edward_Collins','Hakim_Beri','Desert Eagle','2019-12-29 14:06:40'),(994,629,636,'Edward_Collins','Rico_Maldonado','Desert Eagle','2019-12-29 15:15:10'),(995,632,629,'Alex_Bio','Edward_Collins','Desert Eagle','2019-12-29 15:21:18'),(996,632,679,'Alex_Bio','Jayden_Houston','Minigun','2019-12-29 15:22:15'),(997,636,629,'Rico_Maldonado','Edward_Collins','Desert Eagle','2019-12-29 15:22:40'),(998,632,679,'Alex_Bio','Jayden_Houston','M4','2019-12-29 15:22:50'),(999,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 15:23:06'),(1000,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 16:16:06'),(1001,632,629,'Alex_Bio','Edward_Collins','Desert Eagle','2019-12-29 16:16:29'),(1002,679,629,'Jayden_Houston','Edward_Collins','Desert Eagle','2019-12-29 16:57:00'),(1003,636,629,'Rico_Maldonado','Edward_Collins','Desert Eagle','2019-12-29 16:58:57'),(1004,629,636,'Edward_Collins','Rico_Maldonado','Desert Eagle','2019-12-29 16:58:58'),(1005,629,636,'Edward_Collins','Rico_Maldonado','Desert Eagle','2019-12-29 17:01:20'),(1006,629,636,'Edward_Collins','Rico_Maldonado','Combat Shotgun','2019-12-29 17:01:33'),(1007,632,636,'Alex_Bio','Rico_Maldonado','Minigun','2019-12-29 17:03:04'),(1008,632,636,'Alex_Bio','Rico_Maldonado','Minigun','2019-12-29 17:03:15'),(1009,632,636,'Alex_Bio','Rico_Maldonado','Minigun','2019-12-29 17:03:35'),(1010,632,636,'Alex_Bio','Rico_Maldonado','Minigun','2019-12-29 17:04:23'),(1011,632,636,'Alex_Bio','Rico_Maldonado','Minigun','2019-12-29 17:04:43'),(1012,632,636,'Alex_Bio','Rico_Maldonado','Minigun','2019-12-29 17:06:14'),(1013,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 17:07:52'),(1014,632,680,'Alex_Bio','Andrew_Wingfield','Minigun','2019-12-29 17:10:19'),(1015,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 17:15:26'),(1016,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 17:15:50'),(1017,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 17:15:59'),(1018,632,629,'Alex_Bio','Edward_Collins','Minigun','2019-12-29 17:16:07'),(1019,632,680,'Alex_Bio','Andrew_Wingfield','Minigun','2019-12-29 17:16:22'),(1020,648,632,'Demarco_Houston','Alex_Bio','Desert Eagle','2019-12-29 19:17:25'),(1021,682,649,'Joseph_Profaci','Max_Gucci_Cobra','Desert Eagle','2019-12-29 19:17:33'),(1022,637,683,'Jessica_Collins','Charles_Riggs','Desert Eagle','2019-12-29 22:05:47'),(1023,637,631,'Jessica_Collins','Jack_Riggs','Desert Eagle','2019-12-29 22:06:01'),(1024,685,683,'Duke_Baratheon','Charles_Riggs','Sniper Rifle','2019-12-29 22:17:59'),(1025,685,631,'Duke_Baratheon','Jack_Riggs','Combat Shotgun','2019-12-29 22:20:17'),(1026,684,685,'Latjon_Rezar','Duke_Baratheon','Desert Eagle','2019-12-29 23:43:09'),(1027,632,635,'Alex_Bio','Michael_Joshua','Minigun','2019-12-30 14:10:07'),(1028,649,632,'Max_Gucci_Cobra','Alex_Bio','Combat Shotgun','2019-12-30 14:57:01'),(1029,632,649,'Alex_Bio','Max_Gucci_Cobra','Minigun','2019-12-30 14:57:16'),(1030,687,649,'Derek_Jethro_Gibbs','Max_Gucci_Cobra','Desert Eagle','2019-12-30 15:00:02'),(1031,649,687,'Max_Gucci_Cobra','Derek_Jethro_Gibbs','Combat Shotgun','2019-12-30 15:00:10'),(1032,632,646,'Alex_Bio','Emily_WiIIiams','Minigun','2019-12-30 16:40:11'),(1033,632,642,'Alex_Bio','Emily_Williams','Minigun','2019-12-30 16:41:56'),(1034,632,642,'Alex_Bio','Emily_Williams','Minigun','2019-12-30 16:42:09'),(1035,649,642,'Max_Gucci_Cobra','Emily_Williams','Combat Shotgun','2019-12-30 16:44:14'),(1036,649,642,'Max_Gucci_Cobra','Emily_Williams','Desert Eagle','2019-12-30 16:44:46'),(1037,649,642,'Max_Gucci_Cobra','Emily_Williams','Combat Shotgun','2019-12-30 16:46:32'),(1038,649,642,'Max_Gucci_Cobra','Emily_Williams','Desert Eagle','2019-12-30 16:47:42'),(1039,632,649,'Alex_Bio','Max_Gucci_Cobra','Minigun','2019-12-30 16:47:46'),(1040,632,646,'Alex_Bio','Andrew_WingfieId','Desert Eagle','2019-12-30 16:48:00'),(1041,649,642,'Max_Gucci_Cobra','Emily_Williams','M4','2019-12-30 16:48:48'),(1042,642,649,'Emily_Williams','Max_Gucci_Cobra','Combat Shotgun','2019-12-30 16:50:06'),(1043,646,642,'Catriona_Black','Emily_Williams','Desert Eagle','2019-12-30 16:50:21'),(1044,649,642,'Max_Gucci_Cobra','Emily_Williams','Combat Shotgun','2019-12-30 16:50:44'),(1045,632,680,'Alex_Bio','Andrew_Wingfield','Minigun','2019-12-30 16:53:45'),(1046,632,680,'Alex_Bio','Andrew_Wingfield','Minigun','2019-12-30 16:54:06'),(1047,632,680,'Alex_Bio','Andrew_Wingfield','Minigun','2019-12-30 16:54:27'),(1048,632,680,'Alex_Bio','Andrew_Wingfield','Minigun','2019-12-30 16:54:34'),(1049,687,680,'Derek_Jethro_Gibbs','Andrew_Wingfield','Desert Eagle','2019-12-30 20:50:35'),(1050,699,710,'Barney_ONeill','Moses_Baltimore','Combat Shotgun','2019-12-30 22:37:30'),(1051,699,710,'Barney_ONeill','Moses_Baltimore','Combat Shotgun','2019-12-30 22:37:34'),(1052,633,691,'James_Carter','Kelsyus_Restgard','Desert Eagle','2019-12-30 23:58:20'),(1053,682,718,'Joseph_Profaci','Eduardo_Mendez','Desert Eagle','2019-12-30 23:59:35');
  626. /*!40000 ALTER TABLE `kills` ENABLE KEYS */;
  627. UNLOCK TABLES;
  628. --
  629. -- Table structure for table `landobjects`
  630. --
  631. DROP TABLE IF EXISTS `landobjects`;
  632. /*!40101 SET @saved_cs_client = @@character_set_client */;
  633. /*!40101 SET character_set_client = utf8 */;
  634. CREATE TABLE `landobjects` (
  635. `id` int(10) NOT NULL AUTO_INCREMENT,
  636. `landid` int(10) DEFAULT NULL,
  637. `modelid` smallint(5) DEFAULT NULL,
  638. `name` varchar(32) DEFAULT NULL,
  639. `price` int(10) DEFAULT NULL,
  640. `pos_x` float DEFAULT NULL,
  641. `pos_y` float DEFAULT NULL,
  642. `pos_z` float DEFAULT NULL,
  643. `rot_x` float DEFAULT NULL,
  644. `rot_y` float DEFAULT NULL,
  645. `rot_z` float DEFAULT NULL,
  646. `door_opened` tinyint(1) DEFAULT '0',
  647. `door_locked` tinyint(1) DEFAULT '0',
  648. `move_x` float DEFAULT '0',
  649. `move_y` float DEFAULT '0',
  650. `move_z` float DEFAULT '0',
  651. `move_rx` float DEFAULT '0',
  652. `move_ry` float DEFAULT '0',
  653. `move_rz` float DEFAULT '0',
  654. PRIMARY KEY (`id`)
  655. ) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=latin1;
  656. /*!40101 SET character_set_client = @saved_cs_client */;
  657. --
  658. -- Dumping data for table `landobjects`
  659. --
  660. LOCK TABLES `landobjects` WRITE;
  661. /*!40000 ALTER TABLE `landobjects` DISABLE KEYS */;
  662. INSERT INTO `landobjects` VALUES (4,1,3361,'Wooden stairs',50,1649.02,-1406.02,14.517,0,0,-90.351,0,0,1649.02,-1406.02,4.517,-1000,-1000,-1000),(8,1,19444,'wall084',100,1648.86,-1401.54,16.619,-0.3,-90.7,88.513,0,0,1648.86,-1401.54,6.619,-1000,-1000,-1000),(9,1,19444,'wall084',100,1648.95,-1398.07,16.661,-0.3,-90.7,88.513,0,0,1648.86,-1401.54,6.619,-1000,-1000,-1000),(10,1,19444,'wall084',100,1650.38,-1401.58,16.627,-0.3,-90.7,88.513,0,0,1648.86,-1401.54,6.619,-1000,-1000,-1000),(11,1,19444,'wall084',100,1650.47,-1398.07,16.67,-0.3,-90.7,88.513,0,0,1650.38,-1401.58,6.627,-1000,-1000,-1000),(12,1,19444,'wall084',100,1651.99,-1401.62,16.635,-0.3,-90.7,88.513,0,0,1650.38,-1401.58,6.627,-1000,-1000,-1000),(13,1,19444,'wall084',100,1652.07,-1398.17,16.678,-0.3,-90.7,88.513,0,0,1650.47,-1398.07,6.67,-1000,-1000,-1000),(14,1,19444,'wall084',100,1653.54,-1401.66,16.643,-0.3,-90.7,88.513,0,0,1651.99,-1401.62,6.635,-1000,-1000,-1000),(15,1,19444,'wall084',100,1653.64,-1398.21,16.686,-0.3,-90.7,88.513,0,0,1652.07,-1398.17,6.678,-1000,-1000,-1000),(16,1,19444,'wall084',100,1655.11,-1401.68,16.652,-0.3,-90.7,88.513,0,0,1652.07,-1398.17,6.678,-1000,-1000,-1000),(17,1,19444,'wall084',100,1655.16,-1398.25,16.694,-0.3,-90.7,88.513,0,0,1653.64,-1398.21,6.686,-1000,-1000,-1000),(18,1,19458,'wall098',100,1651.23,-1396.38,18.377,0,0,-89.715,0,0,1653.29,-1392.72,3.487,-1000,-1000,-1000),(19,1,19458,'wall098',100,1648.04,-1398.63,18.377,0,0,-0.715,0,0,1651.23,-1396.38,8.377,-1000,-1000,-1000),(20,1,19608,'Stage',250,1651.77,-1398.73,16.769,0,0,359.912,0,0,1651.77,-1398.73,6.769,-1000,-1000,-1000),(21,1,2819,'Clothes pile #1',50,1652.14,-1400.37,16.815,0,0,1.165,0,0,1652.14,-1400.37,6.815,-1000,-1000,-1000),(22,1,3810,'Window plant #2',200,1648.86,-1397.48,18.746,0,0,-0.188,0,0,1648.86,-1397.48,8.746,-1000,-1000,-1000),(23,1,3810,'Window plant #2',200,1648.86,-1398.27,18.746,0,0,-0.188,0,0,1648.86,-1397.48,8.746,-1000,-1000,-1000),(24,1,3810,'Window plant #2',200,1648.86,-1399.01,18.746,0,0,-0.188,0,0,1648.86,-1398.27,8.746,-1000,-1000,-1000),(25,1,3810,'Window plant #2',200,1648.86,-1399.76,18.746,0,0,-0.188,0,0,1648.86,-1399.01,8.746,-1000,-1000,-1000),(26,1,8957,'Garage door #1',100,1651.51,-1394.05,14.547,0,0,90.003,0,0,1651.51,-1394.05,4.547,-1000,-1000,-1000),(27,1,2811,'Potted plant #16',150,1655.67,-1396.67,16.766,0,0,7.698,0,0,1655.67,-1396.67,6.766,-1000,-1000,-1000),(28,1,2811,'Potted plant #16',150,1648.35,-1396.6,16.766,0,0,7.698,0,0,1655.67,-1396.67,6.766,-1000,-1000,-1000),(29,1,2811,'Potted plant #16',150,1655.61,-1400.6,16.766,0,0,7.698,0,0,1655.67,-1396.67,6.766,-1000,-1000,-1000),(30,1,2811,'Potted plant #16',150,1648.27,-1400.76,16.766,0,0,7.698,0,0,1655.61,-1400.6,6.766,-1000,-1000,-1000),(31,1,2111,'Round wooden table',500,1651.96,-1398.57,17.116,0,0,355.912,0,0,1652.64,-1398.62,8.816,-1000,-1000,-1000),(32,1,2233,'Speaker on a stand',100,1648.61,-1400.72,16.826,0,0,21.193,0,0,1648.61,-1400.72,6.826,-1000,-1000,-1000),(33,1,2811,'Potted plant #16',150,1650.21,-1403.16,16.766,0,0,7.698,0,0,1648.27,-1400.76,6.766,-1000,-1000,-1000),(34,1,2233,'Speaker on a stand',100,1656.07,-1401.08,16.766,0,0,-47.407,0,0,1648.61,-1400.72,6.826,-1000,-1000,-1000),(35,1,1954,'White turntable',500,1651.95,-1398.69,17.526,0,0,-0.395,0,0,1651.95,-1398.69,7.526,-1000,-1000,-1000),(36,1,2452,'Wide sprunk fridge',100,1655.48,-1398.25,16.666,0,0,-90.071,0,0,1655.48,-1398.25,6.606,-1000,-1000,-1000),(37,1,2673,'Assorted trash #6',50,1654.81,-1402.22,16.819,0,0,238.508,0,0,1654.81,-1402.22,6.819,-1000,-1000,-1000),(38,1,1828,'Tiger rug',1000,1651.77,-1401.92,16.719,0,0,349.984,0,0,1651.77,-1401.92,6.719,-1000,-1000,-1000),(39,1,11245,'United states flag',50,1653.43,-1398.96,20.619,0,0,-91.459,0,0,1653.43,-1398.96,10.619,-1000,-1000,-1000),(40,1,11743,'Coffee machine',500,1652.5,-1398.77,17.499,0,0,339.79,0,0,1652.5,-1398.77,7.499,-1000,-1000,-1000),(41,1,1622,'Security camera',50,1648.22,-1401.8,19.662,0,-16.3,113.776,0,0,1648.22,-1401.8,9.662,-1000,-1000,-1000),(42,1,2675,'Assorted trash #3',50,1648.63,-1401.68,16.78,0,0,72.538,0,0,1648.63,-1401.68,6.78,-1000,-1000,-1000),(43,1,2674,'Assorted trash #5',50,1650.02,-1399.33,16.841,0,0,9.557,0,0,1650.02,-1399.33,6.841,-1000,-1000,-1000),(45,1,19460,'wall100',100,1664.1,-1428.92,14.127,0,0,91.459,0,0,1664.63,-1428.97,4.127,-1000,-1000,-1000),(48,1,2778,'Bee Bee Gone game',500,1669.25,-1405.5,12.477,0,0,-89.955,0,0,1669.25,-1405.5,2.477,-1000,-1000,-1000),(49,1,2699,'Wooden table with rim',500,1668.82,-1408.36,13.137,0,0,282.125,0,0,1668.82,-1408.36,3.137,-1000,-1000,-1000),(50,1,2224,'Round gold TV',1500,1668.21,-1407.69,13.727,0,0,-123.875,0,0,1668.21,-1407.69,3.727,-1000,-1000,-1000),(51,1,2453,'Pizza rack',50,1669.45,-1405.46,14.92,0,0,-82.702,0,0,1669.45,-1405.46,4.92,-1000,-1000,-1000),(52,1,1739,'Tall brown dining chair',250,1667.54,-1404.73,13.367,0,0,27.719,0,0,1667.54,-1404.73,3.367,-1000,-1000,-1000),(53,1,2370,'Square coffee table',500,1666.94,-1405.63,12.417,0,0,130.397,0,0,1666.94,-1405.63,2.417,-1000,-1000,-1000),(54,1,2105,'Lamp',50,1666.6,-1406.07,13.707,0,0,348.552,0,0,1666.6,-1406.07,3.707,-1000,-1000,-1000),(55,1,2270,'Leaves frame',100,1666.57,-1405.02,13.785,-90.1,0.5,207.358,0,0,1666.57,-1405.02,3.785,-1000,-1000,-1000),(56,1,1828,'Tiger rug',1000,1666.04,-1405.76,12.557,0,0,210.611,0,0,1666.04,-1405.76,2.557,-1000,-1000,-1000),(57,1,2864,'Clean dishes #3',50,1666.03,-1405.5,13.217,0,0,227.845,0,0,1666.03,-1405.5,3.217,-1000,-1000,-1000),(58,1,2830,'Dirty dishes #4',50,1666.37,-1405.79,13.274,0,0,282.751,0,0,1666.37,-1405.79,3.274,-1000,-1000,-1000),(59,1,2676,'Assorted trash #4',50,1668.55,-1407.44,12.677,0,0,304.998,0,0,1668.55,-1407.44,2.677,-1000,-1000,-1000),(60,1,2676,'Assorted trash #4',50,1668.28,-1411.22,12.727,0,0,304.998,0,0,1668.55,-1407.44,2.677,-1000,-1000,-1000),(61,1,1786,'Wide screen TV',400,1662.07,-1409.32,14.295,0,0,89.538,0,0,1662.07,-1409.32,4.295,-1000,-1000,-1000),(62,1,2681,'Space Monkeys game',500,1669.08,-1413.27,12.545,0,0,-90.343,0,0,1669.08,-1413.27,2.545,-1000,-1000,-1000),(63,1,1579,'Blue package',50,1668.55,-1408.12,13.717,0,0,319.097,0,0,1668.55,-1408.12,3.717,-1000,-1000,-1000),(64,1,2319,'Wide coffee table',500,1669.09,-1409.19,12.397,0,0,-89.743,0,0,1669.09,-1409.19,2.397,-1000,-1000,-1000),(65,1,1279,'Drug bundle',50,1669.12,-1409.37,12.787,0,0,-87.416,0,0,1669.12,-1409.37,2.787,-1000,-1000,-1000),(66,1,1576,'Orange package',50,1669.09,-1410.12,12.867,0,0,-178.876,0,0,1669.09,-1410.12,2.867,-1000,-1000,-1000),(67,1,1577,'Yellow package',50,1669.09,-1410.49,12.87,0,0,-0.003,0,0,1669.09,-1410.49,2.87,-1000,-1000,-1000),(68,1,1579,'Blue package',50,1669.09,-1410.85,12.877,0,0,1.397,0,0,1669.09,-1410.85,2.877,-1000,-1000,-1000),(69,1,2614,'Double US flag',50,1669.54,-1409.95,14.547,0,0,-89.736,0,0,1669.54,-1409.95,4.547,-1000,-1000,-1000),(70,1,19632,'Fireplace logs',50,1658.57,-1412.75,14.007,0,0,274.218,0,0,1658.57,-1412.75,4.007,-1000,-1000,-1000),(71,1,19833,'Cow',500,1659.68,-1411.74,13.96,0,0,310.011,0,0,1659.68,-1411.74,3.96,-1000,-1000,-1000),(72,1,1671,'Plain office chair',250,1656.59,-1411.8,14.44,0,0,36.934,0,0,1656.59,-1411.8,4.44,-1000,-1000,-1000),(73,1,2644,'Burger shot table',500,1657.09,-1412.65,14.41,0,0,25.814,0,0,1657.09,-1412.65,4.41,-1000,-1000,-1000),(74,1,8957,'Garage door #1',100,1655.86,-1429.06,13.276,0,0,89.739,0,0,1655.86,-1429.06,9.826,0,0,89.739),(75,1,19325,'Big window',100,1656.99,-1408.71,16.19,0,0,-89.959,0,0,1656.99,-1408.71,6.19,-1000,-1000,-1000),(76,1,19325,'Big window',100,1653.67,-1412.02,16.176,0,0,179.995,0,0,1653.67,-1412.02,6.176,-1000,-1000,-1000),(77,1,19808,'Keyboard',50,1657.08,-1412.56,14.85,0,0,48.315,0,0,1657.08,-1412.56,4.85,-1000,-1000,-1000),(78,1,19460,'wall100',100,1647.46,-1429.18,14.127,0,0,91.459,0,0,1664.1,-1428.92,4.127,-1000,-1000,-1000),(79,1,1361,'Single bush plant',250,1655.39,-1414.51,14.802,0,0,51.195,0,0,1655.39,-1414.51,4.802,-1000,-1000,-1000),(80,1,1361,'Single bush plant',250,1655.38,-1410.69,14.802,0,0,51.195,0,0,1655.39,-1414.51,4.802,-1000,-1000,-1000),(81,1,1361,'Single bush plant',250,1660.67,-1414.46,14.802,0,0,51.195,0,0,1655.39,-1414.51,4.802,-1000,-1000,-1000),(82,1,1361,'Single bush plant',250,1660.86,-1410.44,14.812,0,0,51.195,0,0,1660.67,-1414.46,4.802,-1000,-1000,-1000),(83,1,14416,'Short concrete stairs',50,1656.85,-1418.65,11.098,0,0,0.994,0,0,1656.85,-1418.65,1.098,-1000,-1000,-1000),(84,1,19362,'wall010',100,1658.72,-1417.59,12.558,0,0,-178.589,0,0,1658.7,-1416.81,2.558,-1000,-1000,-1000),(85,1,19362,'wall010',100,1654.87,-1417.68,12.558,0,0,-179.089,0,0,1658.72,-1417.59,2.558,-1000,-1000,-1000),(86,1,3279,'Guard tower',5000,1663.35,-1424.61,11.532,0,0,90.076,0,0,1663.35,-1424.61,1.532,-1000,-1000,-1000),(87,1,19362,'wall010',100,1654.72,-1417.69,12.558,0,0,-178.589,0,0,1658.72,-1417.59,2.558,-1000,-1000,-1000),(88,1,2675,'Assorted trash #3',50,1656.86,-1412.98,14.153,0,0,10.994,0,0,1656.86,-1412.98,4.153,-1000,-1000,-1000),(89,1,2427,'Soda dispenser',100,1656.91,-1409.59,14.303,0,0,-1.553,0,0,1656.91,-1409.59,4.303,-1000,-1000,-1000),(90,1,19590,'Sword',50,1658.01,-1394.18,14.547,0,0,-0.101,0,0,1658.01,-1394.18,4.547,-1000,-1000,-1000),(91,1,2161,'Office book shelf',250,1653.14,-1396.58,16.817,0,0,358.831,0,0,1653.14,-1396.58,6.817,-1000,-1000,-1000),(92,2,19912,'Plain metal bar gate',1000,1529.6,-1453.1,14.681,0,0,-176.925,0,0,1518.19,-1453.71,14.681,0,0,-176.925);
  663. /*!40000 ALTER TABLE `landobjects` ENABLE KEYS */;
  664. UNLOCK TABLES;
  665. --
  666. -- Table structure for table `lands`
  667. --
  668. DROP TABLE IF EXISTS `lands`;
  669. /*!40101 SET @saved_cs_client = @@character_set_client */;
  670. /*!40101 SET character_set_client = utf8 */;
  671. CREATE TABLE `lands` (
  672. `id` int(10) NOT NULL AUTO_INCREMENT,
  673. `ownerid` int(10) DEFAULT '0',
  674. `owner` varchar(24) DEFAULT 'Nobody',
  675. `price` int(10) DEFAULT '0',
  676. `min_x` float DEFAULT '0',
  677. `min_y` float DEFAULT '0',
  678. `max_x` float DEFAULT '0',
  679. `max_y` float DEFAULT '0',
  680. `height` float DEFAULT '0',
  681. PRIMARY KEY (`id`)
  682. ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
  683. /*!40101 SET character_set_client = @saved_cs_client */;
  684. --
  685. -- Dumping data for table `lands`
  686. --
  687. LOCK TABLES `lands` WRITE;
  688. /*!40000 ALTER TABLE `lands` DISABLE KEYS */;
  689. INSERT INTO `lands` VALUES (1,670,'Brandon_Lee',1,1646.43,-1431.96,1670.91,-1391.81,13.547),(2,649,'Max_Gucci_Cobra',1,1500.31,-1493.02,1542.88,-1451.05,9.5);
  690. /*!40000 ALTER TABLE `lands` ENABLE KEYS */;
  691. UNLOCK TABLES;
  692. --
  693. -- Table structure for table `log_admin`
  694. --
  695. DROP TABLE IF EXISTS `log_admin`;
  696. /*!40101 SET @saved_cs_client = @@character_set_client */;
  697. /*!40101 SET character_set_client = utf8 */;
  698. CREATE TABLE `log_admin` (
  699. `id` int(10) NOT NULL AUTO_INCREMENT,
  700. `date` datetime DEFAULT NULL,
  701. `description` varchar(255) DEFAULT NULL,
  702. PRIMARY KEY (`id`)
  703. ) ENGINE=InnoDB AUTO_INCREMENT=1101 DEFAULT CHARSET=latin1;
  704. /*!40101 SET character_set_client = @saved_cs_client */;
  705. --
  706. -- Dumping data for table `log_admin`
  707. --
  708. LOCK TABLES `log_admin` WRITE;
  709. /*!40000 ALTER TABLE `log_admin` DISABLE KEYS */;
  710. INSERT INTO `log_admin` VALUES (678,'2019-12-26 19:15:30','Edward_Collins (uid: 0) has used /givemoney to give $5 to Edward_Collins (uid: 0).'),(679,'2019-12-26 19:15:36','Edward_Collins (uid: 0) has used /givemoney to give $5 to Edward_Collins (uid: 0).'),(680,'2019-12-26 19:15:37','Edward_Collins (uid: 0) has used /givemoney to give $5 to Edward_Collins (uid: 0).'),(681,'2019-12-26 19:15:37','Edward_Collins (uid: 0) has used /givemoney to give $5 to Edward_Collins (uid: 0).'),(682,'2019-12-26 19:15:49','Edward_Collins (uid: 0) has used /givemoney to give $5 to Edward_Collins (uid: 0).'),(683,'2019-12-26 19:19:11','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) admin level to 7'),(684,'2019-12-26 19:22:24','Edward_Collins (uid: 629) set Demarco_Houston\'s (uid: 630) admin level to 7'),(685,'2019-12-26 19:22:30','Demarco_Houston (uid: 630) has used /givemoney to give $1 to Edward_Collins (uid: 629).'),(686,'2019-12-26 19:22:41','Demarco_Houston (uid: 630) has used /givemoney to give $1 to Demarco_Houston (uid: 630).'),(687,'2019-12-26 19:22:44','Edward_Collins (uid: 629) fined Edward_Collins (uid: 629) for $1, reason: a'),(688,'2019-12-26 19:22:58','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(689,'2019-12-26 20:48:19','Edward_Collins (uid: 629) fined Edward_Collins (uid: 629) for $1, reason: 1'),(690,'2019-12-26 20:49:30','Edward_Collins (uid: 629) has used /givemoney to give $999999999 to Edward_Collins (uid: 629).'),(691,'2019-12-26 20:51:00','Edward_Collins (uid: 629) offline fined demarco_houston for $999999999, reason: NAB'),(692,'2019-12-26 21:10:55','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(693,'2019-12-26 21:11:06','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(694,'2019-12-26 21:11:23','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(695,'2019-12-26 21:11:35','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(696,'2019-12-26 21:25:33','Edward_Collins (uid: 629) has used /givemoney to give $111 to Edward_Collins (uid: 629).'),(697,'2019-12-26 21:26:47','Edward_Collins (uid: 629) has used /givemoney to give $999999999 to Edward_Collins (uid: 629).'),(698,'2019-12-26 21:28:03','Edward_Collins (uid: 629) has used /givemoney to give $1 to Edward_Collins (uid: 629).'),(699,'2019-12-26 21:29:00','Edward_Collins (uid: 629) set Alex_Bio\'s (uid: 632) admin level to 6'),(700,'2019-12-26 21:29:16','Alex_Bio (uid: 632) has used /givemoney to give $1 to Alex_Bio (uid: 632).'),(701,'2019-12-26 21:31:12','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) admin level to 0'),(702,'2019-12-26 21:33:15','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) admin level to 7'),(703,'2019-12-26 21:36:52','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) hours to 2'),(704,'2019-12-26 21:36:53','Edward_Collins (uid: 629) gives a MP5 to Edward_Collins (uid: 629)'),(705,'2019-12-26 22:15:58','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) cash to 5000'),(706,'2019-12-26 22:17:50','Edward_Collins (uid: 629) set James_Carter\'s (uid: 633) admin level to 5'),(707,'2019-12-26 22:18:20','Edward_Collins (uid: 629) has made James_Carter (uid: 633) a faction moderator.'),(708,'2019-12-26 22:28:46','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) gps to 1'),(709,'2019-12-26 23:12:43','Edward_Collins (uid: 629) has used /givemoney to give $100000 to Jack_Riggs (uid: 631).'),(710,'2019-12-26 23:12:46','Edward_Collins (uid: 629) set Jack_Riggs\'s (uid: 631) helper level to 1'),(711,'2019-12-26 23:12:53','Edward_Collins (uid: 629) has given Jack_Riggs (uid: 631) their own Infernus.'),(712,'2019-12-26 23:20:38','Edward_Collins (uid: 629) has used /givemoney to give $33000 to Jack_Smith (uid: 634).'),(713,'2019-12-26 23:24:18','Edward_Collins (uid: 629) has made Alex_Bio (uid: 632) a gang moderator.'),(714,'2019-12-26 23:44:16','Edward_Collins (uid: 629) set Kane_King\'s (uid: 636) admin level to 5'),(715,'2019-12-26 23:45:06','Edward_Collins (uid: 629) has given Jessica_Collins (uid: 637) their own Sultan.'),(716,'2019-12-26 23:45:16','Edward_Collins (uid: 629) has used /givemoney to give $80000 to Jessica_Collins (uid: 637).'),(717,'2019-12-26 23:45:20','Edward_Collins (uid: 629) has given Jessica_Collins (uid: 637) their own Infernus.'),(718,'2019-12-26 23:45:45','Edward_Collins (uid: 629) set Jessica_Collins\'s (uid: 637) admin level to 4'),(719,'2019-12-27 00:12:54','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) dmwarnings to 0'),(720,'2019-12-27 00:13:00','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weaponrestricted to 0'),(721,'2019-12-27 00:17:11','Edward_Collins (uid: 629) accepted Kane_Brooks\'s (uid: 639) free namechange to Fresca_Brooks.'),(722,'2019-12-27 00:17:25','Edward_Collins (uid: 629) changed Edward_Collins\'s (uid: 629) name to ....'),(723,'2019-12-27 00:17:39','... (uid: 629) changed ...\'s (uid: 629) name to Edward_Collins.'),(724,'2019-12-27 00:19:19','Alex_Bio (uid: 632) has used /givemoney to give $50000 to Michael_Joshua (uid: 635).'),(725,'2019-12-27 00:23:16','Alex_Bio (uid: 632) has used /givemoney to give $500000 to Michael_Joshua (uid: 635).'),(726,'2019-12-27 00:28:29','Edward_Collins (uid: 629) set Fresca_Brooks\'s (uid: 639) hours to 2'),(727,'2019-12-27 00:28:30','Edward_Collins (uid: 629) gives a M4 to Fresca_Brooks (uid: 639)'),(728,'2019-12-27 00:28:32','Edward_Collins (uid: 629) gives a Desert Eagle to Fresca_Brooks (uid: 639)'),(729,'2019-12-27 00:28:34','Edward_Collins (uid: 629) gives a MP5 to Fresca_Brooks (uid: 639)'),(730,'2019-12-27 00:28:37','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(731,'2019-12-27 00:28:38','Edward_Collins (uid: 629) gives a M4 to Edward_Collins (uid: 629)'),(732,'2019-12-27 00:28:40','Edward_Collins (uid: 629) gives a Sniper Rifle to Edward_Collins (uid: 629)'),(733,'2019-12-27 00:28:41','Edward_Collins (uid: 629) gives a MP5 to Edward_Collins (uid: 629)'),(734,'2019-12-27 00:29:03','Kane_King (uid: 636) changed Kane_King\'s (uid: 636) name to Rico_Maldonado.'),(735,'2019-12-27 00:35:18','Rico_Maldonado (uid: 636) has used /givemoney to give $2147343648 to Jack_Riggs (uid: 631).'),(736,'2019-12-27 00:36:08','Rico_Maldonado (uid: 636) has used /givemoney to give $50000 to Jack_Riggs (uid: 631).'),(737,'2019-12-27 00:37:37','Kane (uid: 636) has used /givemoney to give $250000 to Jessica_Collins (uid: 637).'),(738,'2019-12-27 00:38:05','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) their own Sultan.'),(739,'2019-12-27 00:41:17','Kane (uid: 636) gives a Desert Eagle to Michael_Joshua (uid: 635)'),(740,'2019-12-27 00:41:51','Edward_Collins (uid: 629) set Jessica_Collins\'s (uid: 637) carlicense to 1'),(741,'2019-12-27 01:07:54','Edward_Collins (uid: 629) gives a Camera to Rico_Maldonado (uid: 636)'),(742,'2019-12-27 01:07:57','Edward_Collins (uid: 629) gives a Camera to Daniel_Compton (uid: 638)'),(743,'2019-12-27 01:09:19','Edward_Collins (uid: 629) has offline set jack_riggs\'s helper level to 0.'),(744,'2019-12-27 01:34:43','Edward_Collins (uid: 629) set Jack_Riggs\'s (uid: 631) level to 2'),(745,'2019-12-27 01:40:12','Edward_Collins (uid: 629) has given Emily_Williams (uid: 642) their own Turismo.'),(746,'2019-12-27 01:40:21','Edward_Collins (uid: 629) has used /givemoney to give $50000 to Emily_Williams (uid: 642).'),(747,'2019-12-27 01:40:26','Edward_Collins (uid: 629) set Emily_Williams\'s (uid: 642) hours to 2'),(748,'2019-12-27 01:42:02','Kane (uid: 636) has given Kane (uid: 636) their own Windsor.'),(749,'2019-12-27 02:04:27','Edward_Collins (uid: 629) set Jack_Riggs\'s (uid: 631) helper level to 1'),(750,'2019-12-27 02:04:34','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 2'),(751,'2019-12-27 02:04:41','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 4'),(752,'2019-12-27 02:14:29','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(753,'2019-12-27 02:14:31','Edward_Collins (uid: 629) gives a Desert Eagle to Fresca_Brooks (uid: 639)'),(754,'2019-12-27 02:14:52','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) job to 11'),(755,'2019-12-27 03:23:24','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) MP3Player to 1'),(756,'2019-12-27 03:43:23','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) job to 4'),(757,'2019-12-27 03:45:33','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weaponskill to 5'),(758,'2019-12-27 03:46:18','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weaponskill to 599999'),(759,'2019-12-27 03:46:28','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weaponskill to 6'),(760,'2019-12-27 03:46:32','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weaponskill to 6'),(761,'2019-12-27 03:47:52','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weaponskill to 99999'),(762,'2019-12-27 03:48:05','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) materials to 5000'),(763,'2019-12-27 03:54:06','Edward_Collins (uid: 629) gives a Shotgun to Edward_Collins (uid: 629)'),(764,'2019-12-27 04:11:27','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) materials to 0'),(765,'2019-12-27 04:33:17','Edward_Collins (uid: 629) reversed Edward_Collins\'s (uid: 629) DM punishment.'),(766,'2019-12-27 04:58:42','Edward_Collins (uid: 629) has made Jessica_Collins (uid: 637) a faction moderator.'),(767,'2019-12-27 05:06:57','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) fightstyle to kungfu'),(768,'2019-12-27 06:57:00','Edward_Collins (uid: 629) has made Jes (uid: 637) a faction moderator.'),(769,'2019-12-27 06:57:03','Edward_Collins (uid: 629) has removed Jes\'s (uid: 637) faction moderator status.'),(770,'2019-12-27 17:59:40','Alex_Bio (uid: 632) set Alex_Bio\'s (uid: 632) level to 5'),(771,'2019-12-27 17:59:44','Alex_Bio (uid: 632) set Alex_Bio\'s (uid: 632) level to 6'),(772,'2019-12-27 17:59:57','Alex_Bio (uid: 632) set Alex_Bio\'s (uid: 632) phone to 69420'),(773,'2019-12-27 18:00:21','Alex_Bio (uid: 632) set Alex_Bio\'s (uid: 632) Carlicense to 1'),(774,'2019-12-27 18:11:07','Alex_Bio (uid: 632) changed Jack_Smith\'s (uid: 634) name to Tommy_Riggs.'),(775,'2019-12-27 19:22:46','Edward_Collins (uid: 629) has offline set Demarco_Houston\'s admin level to 6.'),(776,'2019-12-27 19:24:37','Edward_Collins (uid: 629) has offline set Demarco_Houston\'s admin level to 6.'),(777,'2019-12-27 20:54:49','Demarco_Houston (uid: 648) fined James_Carter (uid: 633) for $1, reason: ENGLISH NOB'),(778,'2019-12-27 21:11:22','Edward_Collins (uid: 629) gives a Minigun to Edward_Collins (uid: 629)'),(779,'2019-12-27 21:11:49','Edward_Collins (uid: 629) set Alex_Bio\'s (uid: 632) level to 2'),(780,'2019-12-27 21:13:51','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) their own FCR-900.'),(781,'2019-12-27 21:15:21','Demarco_Houston (uid: 648) gives a Minigun to Demarco_Houston (uid: 648)'),(782,'2019-12-27 21:15:38','Demarco_Houston (uid: 648) gives a AK47 to Demarco_Houston (uid: 648)'),(783,'2019-12-27 21:16:24','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(784,'2019-12-27 21:43:37','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) watch to 1'),(785,'2019-12-27 21:47:09','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) cocaine to 50'),(786,'2019-12-27 21:47:41','Edward_Collins (uid: 629) set Alex_Bio\'s (uid: 632) cash to 35000'),(787,'2019-12-28 00:24:33','Alex_Bio (uid: 632) has given Fresca_Brooks (uid: 639) their own Sultan.'),(788,'2019-12-28 00:34:14','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(789,'2019-12-28 00:34:15','Edward_Collins (uid: 629) gives a MP5 to Edward_Collins (uid: 629)'),(790,'2019-12-28 00:36:45','Edward_Collins (uid: 629) gives a MP5 to Edward_Collins (uid: 629)'),(791,'2019-12-28 00:43:03','Edward_Collins (uid: 629) gives a Camera to Edward_Collins (uid: 629)'),(792,'2019-12-28 00:47:34','Edward_Collins (uid: 629) gives a Camera to Alex_Bio (uid: 632)'),(793,'2019-12-28 01:00:47','Edward_Collins (uid: 629) gives a Camera to Edward_Collins (uid: 629)'),(794,'2019-12-28 01:00:56','Edward_Collins (uid: 629) gives a Camera to Edward_Collins (uid: 629)'),(795,'2019-12-28 01:15:55','Edward_Collins (uid: 629) has used /givemoney to give $85000 to Max_Gucci_Cobra (uid: 649).'),(796,'2019-12-28 01:15:59','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) helper level to 1'),(797,'2019-12-28 01:16:17','Edward_Collins (uid: 629) has given Max_Gucci_Cobra (uid: 649) their own Super GT.'),(798,'2019-12-28 01:29:12','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) boombox to 1'),(799,'2019-12-28 01:33:34','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) admin level to 6'),(800,'2019-12-28 01:34:21','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) admin level to 0'),(801,'2019-12-28 01:56:52','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) cookies to 1000'),(802,'2019-12-28 02:08:51','Edward_Collins (uid: 629) set Fresca_Brooks\'s (uid: 639) helper level to 1'),(803,'2019-12-28 02:13:55','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) carlicense to 1'),(804,'2019-12-28 02:37:30','Edward_Collins (uid: 629) has used /givemoney to give $50000 to Azwin_Rox (uid: 650).'),(805,'2019-12-28 02:37:44','Edward_Collins (uid: 629) has given Azwin_Rox (uid: 650) their own Sultan.'),(806,'2019-12-28 02:43:08','Edward_Collins (uid: 629) set Azwin_Rox\'s (uid: 650) hours to 3'),(807,'2019-12-28 02:48:58','Edward_Collins (uid: 629) set James_Mcdermott\'s (uid: 651) hours to 2'),(808,'2019-12-28 02:49:11','Edward_Collins (uid: 629) has given James_Mcdermott (uid: 651) their own Super GT.'),(809,'2019-12-28 02:49:28','Edward_Collins (uid: 629) has used /givemoney to give $65000 to James_Mcdermott (uid: 651).'),(810,'2019-12-28 03:18:18','Edward_Collins (uid: 629) gives a MP5 to Fresca_Brooks (uid: 639)'),(811,'2019-12-28 03:51:15','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) hours to 20'),(812,'2019-12-28 04:26:03','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(813,'2019-12-28 04:55:09','Edward_Collins (uid: 629) gives a Camera to Jessica_Collins (uid: 637)'),(814,'2019-12-28 05:03:02','Edward_Collins (uid: 629) fined Jessica_Collins (uid: 637) for $20000, reason: .'),(815,'2019-12-28 05:03:09','Edward_Collins (uid: 629) fined Edward_Collins (uid: 629) for $20000, reason: .'),(816,'2019-12-28 05:06:23','Edward_Collins (uid: 629) has used /givemoney to give $50000 to Edward_Collins (uid: 629).'),(817,'2019-12-28 05:23:25','Jessica_Collins (uid: 637) gives a Minigun to Jessica_Collins (uid: 637)'),(818,'2019-12-28 05:43:46','Edward_Collins (uid: 629) has made Jessica_Collins (uid: 637) a faction moderator.'),(819,'2019-12-28 08:16:18','Edward_Collins (uid: 629) set Carlos_Kantana\'s (uid: 655) admin level to 6'),(820,'2019-12-28 09:15:47','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(821,'2019-12-28 09:18:24','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(822,'2019-12-28 11:29:22','Edward_Collins (uid: 629) has used /givemoney to give $35000 to Jack_Jackson (uid: 660).'),(823,'2019-12-28 11:29:35','Edward_Collins (uid: 629) has given Jack_Jackson (uid: 660) their own Sultan.'),(824,'2019-12-28 11:50:25','Edward_Collins (uid: 629) has given Jack_Jackson (uid: 660) their own FBI Rancher.'),(825,'2019-12-28 12:18:09','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) job to 9'),(826,'2019-12-28 12:18:24','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) ephedrine to 100'),(827,'2019-12-28 12:18:49','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) muriaticacid to 1'),(828,'2019-12-28 12:18:52','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) muriaticacid to 1000'),(829,'2019-12-28 12:20:17','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) wantedlevel to 5'),(830,'2019-12-28 12:20:19','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) wantedlevel to 0'),(831,'2019-12-28 12:20:22','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) wantedlevel to 6'),(832,'2019-12-28 12:22:26','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) wantedlevel to 0'),(833,'2019-12-28 12:32:51','Edward_Collins (uid: 629) has given Jack_Jackson (uid: 660) their own NRG-500.'),(834,'2019-12-28 12:59:25','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) admin level to 5'),(835,'2019-12-28 13:02:48','Edward_Collins (uid: 629) set Max_Gucci_Cobra\'s (uid: 649) admin level to 0'),(836,'2019-12-28 13:11:47','Edward_Collins (uid: 629) set Michael_Joshua\'s (uid: 635) admin level to 5'),(837,'2019-12-28 13:40:06','Edward_Collins (uid: 629) has used /givemoney to give $50000 to Edward_Collins (uid: 629).'),(838,'2019-12-28 13:41:17','Edward_Collins (uid: 629) set Michael_Joshua\'s (uid: 635) admin level to 2'),(839,'2019-12-28 14:20:47','Alex_Bio (uid: 632) has given Michael_Joshua (uid: 635) their own Sultan.'),(840,'2019-12-28 14:22:06','Alex_Bio (uid: 632) has given Michael_Joshua (uid: 635) their own Sultan.'),(841,'2019-12-28 18:13:11','Edward_Collins (uid: 629) has offline set Demarco_Houston\'s admin level to 7.'),(842,'2019-12-28 18:15:36','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) helper level to 3'),(843,'2019-12-28 18:15:38','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) helper level to 4'),(844,'2019-12-28 18:15:42','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) helper level to 4'),(845,'2019-12-28 18:54:06','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) admin level to 7'),(846,'2019-12-28 21:50:35','Alex_Bio (uid: 632) has given Jack_Riggs (uid: 631) their own Rancher.'),(847,'2019-12-28 21:55:26','Alex_Bio (uid: 632) has given Jack_Riggs (uid: 631) their own FBI Rancher.'),(848,'2019-12-28 22:00:34','Rico_Maldonado (uid: 636) has used /givemoney to give $5000 to Rico_Maldonado (uid: 636).'),(849,'2019-12-28 23:47:06','Demarco_Houston (uid: 648) set Edward_Collins\'s (uid: 629) helper level to 4'),(850,'2019-12-28 23:56:47','Demarco_Houston (uid: 648) has given Demarco_Houston (uid: 648) their own Savanna.'),(851,'2019-12-28 23:57:08','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) CarLicense to 1'),(852,'2019-12-29 00:01:15','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) gps to 1'),(853,'2019-12-29 00:08:12','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) Phonebook to 1'),(854,'2019-12-29 00:08:24','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) Phone to 1'),(855,'2019-12-29 00:14:07','Edward_Collins (uid: 629) set Emily_Williams\'s (uid: 642) helper level to 2'),(856,'2019-12-29 00:20:17','Edward_Collins (uid: 629) gives a MP5 to Demarco_Houston (uid: 648)'),(857,'2019-12-29 00:28:07','Edward_Collins (uid: 629) denied Mo_Hazard\'s (uid: 665) namechange to Jaycon_Mendez.'),(858,'2019-12-29 00:35:55','Edward_Collins (uid: 629) has offline set Michael_Joshua\'s admin level to 0.'),(859,'2019-12-29 03:36:30','Edward_Collins (uid: 629) has used /givemoney to give $50000 to Edward_Collins (uid: 629).'),(860,'2019-12-29 03:49:28','Edward_Collins (uid: 629) has given Jamaika_Forest (uid: 668) their own Sultan.'),(861,'2019-12-29 03:49:33','Edward_Collins (uid: 629) has used /givemoney to give $50000 to Jamaika_Forest (uid: 668).'),(862,'2019-12-29 03:49:37','Edward_Collins (uid: 629) set Jamaika_Forest\'s (uid: 668) hours to 2'),(863,'2019-12-29 03:56:00','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) hours to 1'),(864,'2019-12-29 03:56:06','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) hours to 100'),(865,'2019-12-29 03:59:03','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) carlicense to 1'),(866,'2019-12-29 04:03:36','Edward_Collins (uid: 629) set Jamaika_Forest\'s (uid: 668) helper level to 2'),(867,'2019-12-29 04:30:12','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) cigars to 500'),(868,'2019-12-29 04:56:41','Edward_Collins (uid: 629) has given Annelies_Vreugde (uid: 669) their own Savanna.'),(869,'2019-12-29 06:09:41','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(870,'2019-12-29 06:11:04','Edward_Collins (uid: 629) has used /givemoney to give $150000 to Lance_Hercules (uid: 671).'),(871,'2019-12-29 06:11:09','Edward_Collins (uid: 629) set Lance_Hercules\'s (uid: 671) materials to 20000'),(872,'2019-12-29 06:11:35','Edward_Collins (uid: 629) set Lance_Hercules\'s (uid: 671) hours to 2'),(873,'2019-12-29 06:27:45','Edward_Collins (uid: 629) set Brandon_Lee\'s (uid: 670) admin level to 2'),(874,'2019-12-29 06:27:52','Edward_Collins (uid: 629) has made Brandon_Lee (uid: 670) a gang moderator.'),(875,'2019-12-29 06:33:02','Edward_Collins (uid: 629) set Brandon_Lee\'s (uid: 670) admin level to 3'),(876,'2019-12-29 06:52:02','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(877,'2019-12-29 07:06:34','Edward_Collins (uid: 629) set Brandon_Lee\'s (uid: 670) hours to 2'),(878,'2019-12-29 07:06:35','Edward_Collins (uid: 629) gives a Rocket Launcher to Brandon_Lee (uid: 670)'),(879,'2019-12-29 07:09:47','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(880,'2019-12-29 07:53:34','Edward_Collins (uid: 629) has given Richard_Labuela (uid: 673) their own NRG-500.'),(881,'2019-12-29 10:39:02','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) helper level to 5'),(882,'2019-12-29 10:42:49','Demarco_Houston (uid: 648) has given Brandon_Lee (uid: 670) their own Sultan.'),(883,'2019-12-29 10:48:46','Demarco_Houston (uid: 648) set Brandon_Lee\'s (uid: 670) helper level to 4'),(884,'2019-12-29 11:03:10','Demarco_Houston (uid: 648) has used /givemoney to give $30000 to Demarco_Houston (uid: 648).'),(885,'2019-12-29 11:08:22','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) weed to 30'),(886,'2019-12-29 11:08:25','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) cocaine to 30'),(887,'2019-12-29 11:08:28','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) meth to 30'),(888,'2019-12-29 11:08:33','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) painkillers to 5'),(889,'2019-12-29 11:08:38','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) seeds to 10'),(890,'2019-12-29 11:10:13','Demarco_Houston (uid: 648) has given Demarco_Houston (uid: 648) their own Sunrise.'),(891,'2019-12-29 12:45:41','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 5'),(892,'2019-12-29 12:45:50','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 4'),(893,'2019-12-29 12:45:53','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 5'),(894,'2019-12-29 13:05:59','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) their own Tractor.'),(895,'2019-12-29 13:11:05','Edward_Collins (uid: 629) has used /givemoney to give $10000 to Brandon_Lee (uid: 670).'),(896,'2019-12-29 13:55:46','Edward_Collins (uid: 629) set Michael_Joshua\'s (uid: 635) admin level to 2'),(897,'2019-12-29 14:13:38','Edward_Collins (uid: 629) set Michael_Joshua\'s (uid: 635) helper level to 1'),(898,'2019-12-29 14:16:52','Edward_Collins (uid: 629) gives a MP5 to Edward_Collins (uid: 629)'),(899,'2019-12-29 14:38:27','Demarco_Houston (uid: 648) gives a AK47 to Demarco_Houston (uid: 648)'),(900,'2019-12-29 14:39:32','Demarco_Houston (uid: 648) has used /givemoney to give $35000 to Demarco_Houston (uid: 648).'),(901,'2019-12-29 14:52:04','Demarco_Houston (uid: 648) set Max_Gucci_Cobra\'s (uid: 649) admin level to 5'),(902,'2019-12-29 14:54:36','Demarco_Houston (uid: 648) set Max_Gucci_Cobra\'s (uid: 649) admin level to 0'),(903,'2019-12-29 15:16:53','Rico_Maldonado (uid: 636) has used /givemoney to give $1000 to Rico_Maldonado (uid: 636).'),(904,'2019-12-29 15:17:32','Edward_Collins (uid: 629) has used /givemoney to give $35000 to Jayden_Houston (uid: 679).'),(905,'2019-12-29 15:19:23','Edward_Collins (uid: 629) has given Jayden_Houston (uid: 679) their own Hydra.'),(906,'2019-12-29 15:21:51','Edward_Collins (uid: 629) set Josh_Paraiso\'s (uid: 646) admin level to 2'),(907,'2019-12-29 15:21:56','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(908,'2019-12-29 15:22:06','Edward_Collins (uid: 629) has made Josh_Paraiso (uid: 646) a faction moderator.'),(909,'2019-12-29 15:22:15','Edward_Collins (uid: 629) set Josh_Paraiso\'s (uid: 646) helper level to 2'),(910,'2019-12-29 15:27:55','Edward_Collins (uid: 629) has given Jayden_Houston (uid: 679) their own Sultan.'),(911,'2019-12-29 15:31:14','Edward_Collins (uid: 629) set Jayden_Houston\'s (uid: 679) helper level to 1'),(912,'2019-12-29 15:37:23','Edward_Collins (uid: 629) gives a Camera to Rico_Maldonado (uid: 636)'),(913,'2019-12-29 15:40:00','Edward_Collins (uid: 629) has used /givemoney to give $150000 to Josh_Paraiso (uid: 646).'),(914,'2019-12-29 15:40:17','Edward_Collins (uid: 629) has used /givemoney to give $150000 to Josh_Paraiso (uid: 646).'),(915,'2019-12-29 15:59:12','Edward_Collins (uid: 629) denied Jayden_Houston\'s (uid: 679) namechange to Masound_Morda.'),(916,'2019-12-29 16:03:58','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(917,'2019-12-29 16:16:05','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(918,'2019-12-29 17:02:39','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(919,'2019-12-29 17:27:01','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weed to 9999'),(920,'2019-12-29 17:27:07','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) seeds to 5'),(921,'2019-12-29 17:27:08','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) seeds to 5000'),(922,'2019-12-29 17:30:25','Edward_Collins (uid: 629) set Demarco_Houston\'s (uid: 648) helper level to 5'),(923,'2019-12-29 17:30:28','Edward_Collins (uid: 629) set Demarco_Houston\'s (uid: 648) helper level to 4'),(924,'2019-12-29 17:30:29','Edward_Collins (uid: 629) set Demarco_Houston\'s (uid: 648) helper level to 5'),(925,'2019-12-29 17:30:42','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 5'),(926,'2019-12-29 17:51:31','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) cash to 30000'),(927,'2019-12-29 17:51:43','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) Hours to 10'),(928,'2019-12-29 17:51:47','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) Level to 5'),(929,'2019-12-29 17:52:36','Demarco_Houston (uid: 648) gives a to Demarco_Houston (uid: 648)'),(930,'2019-12-29 17:52:55','Demarco_Houston (uid: 648) gives a to Demarco_Houston (uid: 648)'),(931,'2019-12-29 18:04:52','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) Boombox to 1'),(932,'2019-12-29 18:26:43','Demarco_Houston (uid: 648) set Alex_Bio\'s (uid: 632) WalkieTalkie to 1'),(933,'2019-12-29 18:31:49','Demarco_Houston (uid: 648) has given Jimmy_Riggs (uid: 681) their own Infernus.'),(934,'2019-12-29 18:35:40','Demarco_Houston (uid: 648) gives a AK47 to Demarco_Houston (uid: 648)'),(935,'2019-12-29 18:37:49','Demarco_Houston (uid: 648) set Joseph_Profaci\'s (uid: 682) level to 5'),(936,'2019-12-29 18:38:06','Demarco_Houston (uid: 648) has given Joseph_Profaci (uid: 682) their own Buffalo.'),(937,'2019-12-29 18:38:10','Demarco_Houston (uid: 648) has given Joseph_Profaci (uid: 682) their own Sultan.'),(938,'2019-12-29 18:40:33','Alex_Bio (uid: 632) has used /givemoney to give $100000 to Andrew_Wingfield (uid: 680).'),(939,'2019-12-29 18:41:05','Demarco_Houston (uid: 648) set Joseph_Profaci\'s (uid: 682) cash to 50000'),(940,'2019-12-29 18:42:39','Demarco_Houston (uid: 648) set Max_Gucci_Cobra\'s (uid: 649) helper level to 2'),(941,'2019-12-29 18:44:34','Demarco_Houston (uid: 648) has given Jack_Riggs (uid: 631) their own Super GT.'),(942,'2019-12-29 19:02:47','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) WalkieTalkie to 1'),(943,'2019-12-29 19:10:35','Demarco_Houston (uid: 648) set Demarco_Houston\'s (uid: 648) cigars to 300'),(944,'2019-12-29 19:12:08','Demarco_Houston (uid: 648) gives a AK47 to Demarco_Houston (uid: 648)'),(945,'2019-12-29 19:13:13','Demarco_Houston (uid: 648) gives a Desert Eagle to Demarco_Houston (uid: 648)'),(946,'2019-12-29 20:37:38','Demarco_Houston (uid: 648) has given Charles_Riggs (uid: 683) their own Super GT.'),(947,'2019-12-29 20:38:14','Demarco_Houston (uid: 648) has used /givemoney to give $50000 to Charles_Riggs (uid: 683).'),(948,'2019-12-29 21:06:06','Alex_Bio (uid: 632) has given Duke_Baratheon (uid: 685) their own Sultan.'),(949,'2019-12-29 21:17:33','Demarco_Houston (uid: 648) set Duke_Baratheon\'s (uid: 685) level to 3'),(950,'2019-12-29 21:21:10','Alex_Bio (uid: 632) has given Akashi_Kishimoto (uid: 686) their own Sultan.'),(951,'2019-12-29 21:45:40','Demarco_Houston (uid: 648) set Duke_Baratheon\'s (uid: 685) Hours to 2'),(952,'2019-12-29 22:10:14','Demarco_Houston (uid: 648) fined Charles_Riggs (uid: 683) for $500, reason: English on global chat.'),(953,'2019-12-29 22:18:27','Demarco_Houston (uid: 648) has given Derek_Jethro_Gibbs (uid: 687) their own Turismo.'),(954,'2019-12-29 22:19:41','Demarco_Houston (uid: 648) set Derek_Jethro_Gibbs\'s (uid: 687) hours to 2'),(955,'2019-12-29 22:21:37','Alex_Bio (uid: 632) set Michael_Joshua\'s (uid: 635) Walkietalkie to 1'),(956,'2019-12-29 22:22:43','Alex_Bio (uid: 632) set Michael_Joshua\'s (uid: 635) CarLicense to 1'),(957,'2019-12-29 22:25:04','Demarco_Houston (uid: 648) set Duke_Baratheon\'s (uid: 685) helper level to 1'),(958,'2019-12-29 22:45:12','Demarco_Houston (uid: 648) set Latjon_Rezar\'s (uid: 684) admin level to 6'),(959,'2019-12-29 22:45:49','Demarco_Houston (uid: 648) set Latjon_Rezar\'s (uid: 684) admin level to 0'),(960,'2019-12-29 22:48:32','Demarco_Houston (uid: 648) gives a Desert Eagle to Demarco_Houston (uid: 648)'),(961,'2019-12-29 22:54:34','Alex_Bio (uid: 632) set Derek_Jethro_Gibbs\'s (uid: 687) Carlicense to 1'),(962,'2019-12-29 22:55:37','Demarco_Houston (uid: 648) gives a Minigun to Demarco_Houston (uid: 648)'),(963,'2019-12-29 23:00:03','Demarco_Houston (uid: 648) gives a AK47 to Demarco_Houston (uid: 648)'),(964,'2019-12-29 23:21:22','Demarco_Houston (uid: 648) has used /givemoney to give $700000 to Demarco_Houston (uid: 648).'),(965,'2019-12-29 23:24:07','Demarco_Houston (uid: 648) set Latjon_Rezar\'s (uid: 684) admin level to 6'),(966,'2019-12-29 23:30:09','Demarco_Houston (uid: 648) set Latjon_Rezar\'s (uid: 684) Boombox to 1'),(967,'2019-12-29 23:39:12','Latjon_Rezar (uid: 684) accepted Latjon_Rezar\'s (uid: 684) free namechange to OG_Loc.'),(968,'2019-12-29 23:41:49','OG_Loc (uid: 684) accepted OG_Loc\'s (uid: 684) free namechange to Latjon_Rezar.'),(969,'2019-12-30 00:08:11','Demarco_Houston (uid: 648) has offline set Rico_Maldonado\'s admin level to 0.'),(970,'2019-12-30 00:08:16','Demarco_Houston (uid: 648) set Andrew_Wingfield\'s (uid: 680) admin level to 5'),(971,'2019-12-30 00:08:29','James_Carter (uid: 633) set James_Carter\'s (uid: 633) carlicense to 1'),(972,'2019-12-30 00:48:14','Andrew_Wingfield (uid: 680) changed Derek_Jethro_Gibbs\'s (uid: 687) name to u_gay.'),(973,'2019-12-30 00:48:28','Andrew_Wingfield (uid: 680) changed u_gay\'s (uid: 687) name to Derek_Jethro_Gibbs.'),(974,'2019-12-30 00:49:37','Andrew_Wingfield (uid: 680) gives a AK47 to Andrew_Wingfield (uid: 680)'),(975,'2019-12-30 00:49:54','Andrew_Wingfield (uid: 680) gives a Minigun to Andrew_Wingfield (uid: 680)'),(976,'2019-12-30 00:54:27','Andrew_Wingfield (uid: 680) set Andrew_Wingfield\'s (uid: 680) hours to 30'),(977,'2019-12-30 00:58:48','Andrew_Wingfield (uid: 680) set Andrew_Wingfield\'s (uid: 680) Materials to 200000'),(978,'2019-12-30 06:31:57','Brandon_Lee (uid: 670) accepted Emnauel_Payne\'s (uid: 694) free namechange to Emanuel_Payne.'),(979,'2019-12-30 07:27:29','Edward_Collins (uid: 629) accepted Fresca_Brooks\'s (uid: 639) free namechange to Fresca_Collins.'),(980,'2019-12-30 08:30:46','Edward_Collins (uid: 629) locked Alan_Devil\'s account.'),(981,'2019-12-30 10:59:26','Edward_Collins (uid: 629) unlocked Alan_Devil\'s account.'),(982,'2019-12-30 11:02:00','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) their own Bullet.'),(983,'2019-12-30 11:03:18','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) their own Merit.'),(984,'2019-12-30 11:04:57','Edward_Collins (uid: 629) set Brandon_Lee\'s (uid: 670) admin level to 2'),(985,'2019-12-30 11:08:37','Edward_Collins (uid: 629) has used /givemoney to give $125000 to Duke_Baratheon (uid: 685).'),(986,'2019-12-30 11:13:51','Edward_Collins (uid: 629) set Jeff_James\'s (uid: 698) hours to 2'),(987,'2019-12-30 11:14:24','Edward_Collins (uid: 629) has used /givemoney to give $85000 to Jeff_James (uid: 698).'),(988,'2019-12-30 11:29:25','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) weed to 0'),(989,'2019-12-30 11:48:13','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) phone to 1818'),(990,'2019-12-30 11:49:55','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) cash to 0'),(991,'2019-12-30 11:51:17','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Edward_Collins (uid: 629).'),(992,'2019-12-30 11:55:34','Edward_Collins (uid: 629) has offline set jamaika_forest\'s helper level to 0.'),(993,'2019-12-30 13:15:00','Edward_Collins (uid: 629) has used /givemoney to give $40000 to Edward_Collins (uid: 629).'),(994,'2019-12-30 13:41:59','Alex_Bio (uid: 632) accepted Fin_Ta\'s (uid: 701) free namechange to Richard_Labuel.'),(995,'2019-12-30 13:52:10','Edward_Collins (uid: 629) reversed Josh_Paraiso\'s (uid: 646) DM punishment.'),(996,'2019-12-30 13:52:27','Edward_Collins (uid: 629) gives a Desert Eagle to Josh_Paraiso (uid: 646)'),(997,'2019-12-30 14:07:41','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(998,'2019-12-30 14:10:54','Edward_Collins (uid: 629) has given Younes_Shelby (uid: 704) their own Bullet.'),(999,'2019-12-30 14:19:07','Edward_Collins (uid: 629) set Younes_Shelby\'s (uid: 704) carlicense to 1'),(1000,'2019-12-30 14:19:13','Edward_Collins (uid: 629) has used /givemoney to give $150000 to Younes_Shelby (uid: 704).'),(1001,'2019-12-30 14:21:33','Edward_Collins (uid: 629) set Younes_Shelby\'s (uid: 704) hours to 2'),(1002,'2019-12-30 14:57:12','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(1003,'2019-12-30 15:03:24','Andrew_Wingfield (uid: 680) gives a Desert Eagle to Andrew_Wingfield (uid: 680)'),(1004,'2019-12-30 15:07:36','Andrew_Wingfield (uid: 680) denied cankat_tawfik\'s (uid: 706) namechange to canka_zed.'),(1005,'2019-12-30 15:11:37','Andrew_Wingfield (uid: 680) has used /givemoney to give $25000 to Jeremy_Baratheon (uid: 705).'),(1006,'2019-12-30 15:11:54','Andrew_Wingfield (uid: 680) has used /givemoney to give $25000 to Jeremy_Baratheon (uid: 705).'),(1007,'2019-12-30 15:23:40','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) job to 11'),(1008,'2019-12-30 16:34:20','Josh_Paraiso (uid: 646) accepted Josh_Paraiso\'s (uid: 646) free namechange to Conan_oBrien.'),(1009,'2019-12-30 16:35:38','Conan_oBrien (uid: 646) accepted Conan_oBrien\'s (uid: 646) free namechange to Edward_CoIIins.'),(1010,'2019-12-30 16:39:16','Edward_CoIIins (uid: 646) accepted Edward_CoIIins\'s (uid: 646) free namechange to Emily_WiIIiams.'),(1011,'2019-12-30 16:39:49','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(1012,'2019-12-30 16:41:33','Emily_WiIIiams (uid: 646) accepted Emily_WiIIiams\'s (uid: 646) free namechange to AIex_Bio.'),(1013,'2019-12-30 16:44:05','AIex_Bio (uid: 646) accepted AIex_Bio\'s (uid: 646) free namechange to Andrew_WingfieId.'),(1014,'2019-12-30 16:49:21','Andrew_WingfieId (uid: 646) accepted Andrew_WingfieId\'s (uid: 646) free namechange to Catriona_Black.'),(1015,'2019-12-30 16:53:22','Alex_Bio (uid: 632) gives a Minigun to Alex_Bio (uid: 632)'),(1016,'2019-12-30 16:55:28','Alex_Bio (uid: 632) gives a AK47 to Andrew_Wingfield (uid: 680)'),(1017,'2019-12-30 16:58:56','Alex_Bio (uid: 632) set Andrew_Wingfield\'s (uid: 680) carlicense to 1'),(1018,'2019-12-30 17:09:04','Edward_Collins (uid: 629) has offline set Brandon_Lee\'s admin level to 0.'),(1019,'2019-12-30 17:21:26','Andrew_Wingfield (uid: 680) set Eddy_X_Marshall\'s (uid: 708) hours to 2'),(1020,'2019-12-30 18:01:18','Demarco_Houston (uid: 648) has given Kelsyus_Restgard (uid: 691) their own Sultan.'),(1021,'2019-12-30 18:22:40','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) admin level to 0'),(1022,'2019-12-30 18:22:52','Demarco_Houston (uid: 648) set Edward_Collins\'s (uid: 629) admin level to 7'),(1023,'2019-12-30 18:39:41','Demarco_Houston (uid: 648) set Latjon_Rezar\'s (uid: 684) admin level to 0'),(1024,'2019-12-30 18:51:01','Edward_Collins (uid: 629) locked Jack_Riggs\'s account.'),(1025,'2019-12-30 18:51:05','Edward_Collins (uid: 629) locked Tommy_Riggs\'s account.'),(1026,'2019-12-30 18:51:13','Edward_Collins (uid: 629) locked Artyom_Sergeyev\'s account.'),(1027,'2019-12-30 18:52:28','Edward_Collins (uid: 629) has given Jaycon_Mendez (uid: 711) their own Sultan.'),(1028,'2019-12-30 18:58:34','Demarco_Houston (uid: 648) gives a Desert Eagle to Demarco_Houston (uid: 648)'),(1029,'2019-12-30 18:59:15','Demarco_Houston (uid: 648) gives a Desert Eagle to Kelsyus_Restgard (uid: 691)'),(1030,'2019-12-30 18:59:50','Edward_Collins (uid: 629) has given Heidi_Aukje_Grundel (uid: 689) their own Savanna.'),(1031,'2019-12-30 19:01:04','Edward_Collins (uid: 629) has used /givemoney to give $150000 to Heidi_Aukje_Grundel (uid: 689).'),(1032,'2019-12-30 19:01:15','Edward_Collins (uid: 629) has given Heidi_Aukje_Grundel (uid: 689) their own Phoenix.'),(1033,'2019-12-30 19:01:20','Edward_Collins (uid: 629) has given Heidi_Aukje_Grundel (uid: 689) their own Bullet.'),(1034,'2019-12-30 19:08:46','Edward_Collins (uid: 629) set Jaycon_Mendez\'s (uid: 711) admin level to 7'),(1035,'2019-12-30 19:09:10','Edward_Collins (uid: 629) set Heidi_Aukje_Grundel\'s (uid: 689) phone to 18181'),(1036,'2019-12-30 19:09:22','Edward_Collins (uid: 629) set Heidi_Aukje_Grundel\'s (uid: 689) carlicense to 1'),(1037,'2019-12-30 19:39:07','Edward_Collins (uid: 629) set Heidi_Aukje_Grundel\'s (uid: 689) admin level to 2'),(1038,'2019-12-30 19:42:28','Edward_Collins (uid: 629) set Heidi_Aukje_Grundel\'s (uid: 689) admin level to 0'),(1039,'2019-12-30 20:12:55','Alex_Bio (uid: 632) set Alex_Bio\'s (uid: 632) GPS to 1'),(1040,'2019-12-30 20:13:20','Alex_Bio (uid: 632) set Alex_Bio\'s (uid: 632) Phonebook to 1'),(1041,'2019-12-30 20:13:48','Edward_Collins (uid: 629) gives a Dildo to Kelsyus_Restgard (uid: 691)'),(1042,'2019-12-30 20:21:22','Edward_Collins (uid: 629) has given Jeff_James (uid: 698) their own Sultan.'),(1043,'2019-12-30 20:29:27','Andrew_Wingfield (uid: 680) accepted Jayden_Houston\'s (uid: 679) free namechange to Valentino_Corleone.'),(1044,'2019-12-30 20:30:09','Edward_Collins (uid: 629) has given Louay_Smith (uid: 713) their own Super GT.'),(1045,'2019-12-30 20:30:13','Edward_Collins (uid: 629) has used /givemoney to give $5000 to Louay_Smith (uid: 713).'),(1046,'2019-12-30 20:31:23','Jaycon_Mendez (uid: 711) accepted Valentino_Corleone\'s (uid: 679) free namechange to Jayden_Houston.'),(1047,'2019-12-30 20:49:05','Edward_Collins (uid: 629) gives a Desert Eagle to Edward_Collins (uid: 629)'),(1048,'2019-12-30 20:54:47','Edward_Collins (uid: 629) fined Kelsyus_Restgard (uid: 691) for $1000, reason: I told you lol'),(1049,'2019-12-30 20:54:53','Edward_Collins (uid: 629) has used /givemoney to give $1000 to Kelsyus_Restgard (uid: 691).'),(1050,'2019-12-30 20:55:03','Edward_Collins (uid: 629) fined Jaycon_Mendez (uid: 711) for $1000, reason: I told you lol '),(1051,'2019-12-30 20:55:13','Edward_Collins (uid: 629) fined Joseph_Profaci (uid: 682) for $1000, reason: I told you lol '),(1052,'2019-12-30 20:55:24','Edward_Collins (uid: 629) has used /givemoney to give $1000 to Jaycon_Mendez (uid: 711).'),(1053,'2019-12-30 20:55:28','Edward_Collins (uid: 629) has used /givemoney to give $1000 to Joseph_Profaci (uid: 682).'),(1054,'2019-12-30 20:55:30','Edward_Collins (uid: 629) has used /givemoney to give $1000 to Jayden_Houston (uid: 679).'),(1055,'2019-12-30 20:58:19','Edward_Collins (uid: 629) fined Andrew_Wingfield (uid: 680) for $1000, reason: You won\'t evade the punishement even if you\'re admin lol'),(1056,'2019-12-30 20:58:51','Edward_Collins (uid: 629) fined Jeff_James (uid: 698) for $1000, reason: Oh, damn, how couldn\'t I bust you?'),(1057,'2019-12-30 21:07:51','James_Carter (uid: 633) has given James_Carter (uid: 633) their own Sandking.'),(1058,'2019-12-30 21:36:08','Edward_Collins (uid: 629) gives a Desert Eagle to Jaycon_Mendez (uid: 711)'),(1059,'2019-12-30 21:48:49','Edward_Collins (uid: 629) changed Edward_Collins\'s (uid: 629) name to Emanuel_Einstein.'),(1060,'2019-12-30 21:49:09','Emanuel_Einstein (uid: 629) fined Derek_Jethro_Gibbs (uid: 687) for $25000, reason: Metagaming - Proofs included.'),(1061,'2019-12-30 21:49:19','Emanuel_Einstein (uid: 629) changed Emanuel_Einstein\'s (uid: 629) name to Edward_Collins.'),(1062,'2019-12-30 21:56:28','Edward_Collins (uid: 629) has offline set jack_riggs\'s helper level to 0.'),(1063,'2019-12-30 22:01:25','Jaycon_Mendez (uid: 711) accepted Jayden_Houston\'s (uid: 679) free namechange to Valentino_Corleone.'),(1064,'2019-12-30 22:11:22','Edward_Collins (uid: 629) set Heidi_Aukje_Grundel\'s (uid: 689) cash to 100000'),(1065,'2019-12-30 22:11:58','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) cash to 45000'),(1066,'2019-12-30 22:15:57','Andrew_Wingfield (uid: 680) accepted Valentino_Corleone\'s (uid: 679) free namechange to Jayden_Houston.'),(1067,'2019-12-30 22:17:42','Edward_Collins (uid: 629) has given Jaycon_Mendez (uid: 711) their own Bullet.'),(1068,'2019-12-30 22:44:09','Edward_Collins (uid: 629) unlocked Jack_Riggs\'s account.'),(1069,'2019-12-30 22:49:28','Edward_Collins (uid: 629) changed Jack_Riggs\'s (uid: 631) name to Martin_Stewarts.'),(1070,'2019-12-30 22:55:17','Edward_Collins (uid: 629) has given Menace_Lee (uid: 715) their own Turismo.'),(1071,'2019-12-30 23:05:27','Demarco_Houston (uid: 648) has given Jeffrey_Adkins (uid: 717) their own PCJ-600.'),(1072,'2019-12-30 23:05:45','Demarco_Houston (uid: 648) accepted Jeffrey_Adkins\'s (uid: 717) free namechange to Adam_Collins.'),(1073,'2019-12-30 23:13:21','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 0'),(1074,'2019-12-30 23:13:31','Edward_Collins (uid: 629) set Edward_Collins\'s (uid: 629) helper level to 5'),(1075,'2019-12-30 23:17:35','Demarco_Houston (uid: 648) has given Charlie_Weston (uid: 719) their own Turismo.'),(1076,'2019-12-30 23:38:41','Edward_Collins (uid: 629) changed Menace_Lee\'s (uid: 715) name to Mike_Jacobs.'),(1077,'2019-12-30 23:39:10','Edward_Collins (uid: 629) has used /givemoney to give $100000 to Mike_Jacobs (uid: 715).'),(1078,'2019-12-30 23:40:00','Demarco_Houston (uid: 648) gives a Satchel Explosives to Demarco_Houston (uid: 648)'),(1079,'2019-12-30 23:40:02','Demarco_Houston (uid: 648) gives a Bomb to Demarco_Houston (uid: 648)'),(1080,'2019-12-30 23:40:03','Demarco_Houston (uid: 648) gives a Spray Can to Demarco_Houston (uid: 648)'),(1081,'2019-12-30 23:40:04','Demarco_Houston (uid: 648) gives a Fire Extinguisher to Demarco_Houston (uid: 648)'),(1082,'2019-12-30 23:40:05','Demarco_Houston (uid: 648) gives a Camera to Demarco_Houston (uid: 648)'),(1083,'2019-12-30 23:40:06','Demarco_Houston (uid: 648) gives a Nightvision Goggles to Demarco_Houston (uid: 648)'),(1084,'2019-12-30 23:40:07','Demarco_Houston (uid: 648) gives a Infrared Goggles to Demarco_Houston (uid: 648)'),(1085,'2019-12-30 23:40:09','Demarco_Houston (uid: 648) gives a Parachute to Demarco_Houston (uid: 648)'),(1086,'2019-12-30 23:40:14','Demarco_Houston (uid: 648) gives a Flamethrower to Demarco_Houston (uid: 648)'),(1087,'2019-12-30 23:41:54','Demarco_Houston (uid: 648) gives a Satchel Explosives to Demarco_Houston (uid: 648)'),(1088,'2019-12-30 23:41:56','Demarco_Houston (uid: 648) gives a Bomb to Demarco_Houston (uid: 648)'),(1089,'2019-12-30 23:41:58','Demarco_Houston (uid: 648) gives a Spray Can to Demarco_Houston (uid: 648)'),(1090,'2019-12-30 23:41:59','Demarco_Houston (uid: 648) gives a Fire Extinguisher to Demarco_Houston (uid: 648)'),(1091,'2019-12-30 23:42:36','Edward_Collins (uid: 629) has used /givemoney to give $35000 to Eduardo_Mendez (uid: 718).'),(1092,'2019-12-30 23:43:36','Edward_Collins (uid: 629) fined Eduardo_Mendez (uid: 718) for $35000, reason: No need lmao'),(1093,'2019-12-30 23:44:07','Edward_Collins (uid: 629) has used /givemoney to give $35000 to Eduardo_Mendez (uid: 718).'),(1094,'2019-12-30 23:50:25','Demarco_Houston (uid: 648) accepted Mike_Jacobs\'s (uid: 715) free namechange to Jazz_Grizzly.'),(1095,'2019-12-30 23:56:12','Edward_Collins (uid: 629) has used /givemoney to give $30000 to Eduardo_Mendez (uid: 718).'),(1096,'2019-12-30 23:56:36','Edward_Collins (uid: 629) has given Eduardo_Mendez (uid: 718) their own Huntley.'),(1097,'2019-12-30 23:57:52','Edward_Collins (uid: 629) has given Eduardo_Mendez (uid: 718) their own Sultan.'),(1098,'2019-12-31 00:27:37','James_Carter (uid: 633) set Eduardo_Mendez\'s (uid: 718) hours to 2'),(1099,'2019-12-31 00:27:39','James_Carter (uid: 633) gives a M4 to Eduardo_Mendez (uid: 718)'),(1100,'2019-12-31 00:29:23','Edward_Collins (uid: 629) has removed Brandon_Lee\'s (uid: 670) gang moderator status.');
  711. /*!40000 ALTER TABLE `log_admin` ENABLE KEYS */;
  712. UNLOCK TABLES;
  713. --
  714. -- Table structure for table `log_bans`
  715. --
  716. DROP TABLE IF EXISTS `log_bans`;
  717. /*!40101 SET @saved_cs_client = @@character_set_client */;
  718. /*!40101 SET character_set_client = utf8 */;
  719. CREATE TABLE `log_bans` (
  720. `id` int(10) NOT NULL AUTO_INCREMENT,
  721. `uid` int(10) DEFAULT NULL,
  722. `date` datetime DEFAULT NULL,
  723. `description` varchar(255) DEFAULT NULL,
  724. PRIMARY KEY (`id`)
  725. ) ENGINE=InnoDB AUTO_INCREMENT=105 DEFAULT CHARSET=latin1;
  726. /*!40101 SET character_set_client = @saved_cs_client */;
  727. --
  728. -- Dumping data for table `log_bans`
  729. --
  730. LOCK TABLES `log_bans` WRITE;
  731. /*!40000 ALTER TABLE `log_bans` DISABLE KEYS */;
  732. INSERT INTO `log_bans` VALUES (92,639,'2019-12-27 03:08:09','Fresca_Brooks (IP: 23.116.68.150) was banned by The_Watcher, reason: Armor hacking'),(93,655,'2019-12-28 08:17:06','Carlos_Kantana (IP: 180.191.202.192) was banned by Edward_Collins, reason: Impersonator.'),(94,649,'2019-12-28 13:18:15','Max_Gucci_Cobra (IP: 85.187.190.70) was banned by Edward_Collins, reason: Infinite ammo'),(95,660,'2019-12-28 22:07:19','Jack_Jackson (IP: 41.100.185.245) was banned by Michael_Joshua, reason: Dont ask for weapons OOCLY'),(96,673,'2019-12-29 07:59:07','Richard_Labuela (IP: 110.93.81.7) was banned by Edward_Collins, reason: bye'),(97,660,'2019-12-29 12:50:56','jack_jackson (IP: 41.103.221.34) was banned by Edward_Collins, reason: .'),(98,635,'2019-12-29 14:01:50','Michael_Joshua (IP: 41.107.200.252) was banned by Edward_Collins, reason: .'),(99,683,'2019-12-29 23:16:56','Charles_Riggs (IP: 41.100.155.160) was banned by Demarco_Houston, reason: Banned for 2 days, {Warned 3/3}.'),(100,685,'2019-12-30 11:48:54','Duke_Baratheon (IP: 77.29.156.108) was banned by Edward_Collins, reason: Speed hacking'),(101,701,'2019-12-30 13:44:56','Richard_Labuel (IP: 110.93.82.5) was banned by Alex_Bio, reason: Ban evade.'),(102,712,'2019-12-30 18:50:45','Artyom_Sergeyev (IP: 41.103.200.40) was banned by Edward_Collins, reason: Impersonator, Jack_Riggs, Tommy_Riggs.. Lying to admins.'),(103,713,'2019-12-30 21:07:16','Louay_Smith (IP: 41.101.1.58) was banned by Edward_Collins, reason: Ban Evasion.'),(104,717,'2019-12-30 23:21:54','Adam_Collins (IP: 83.228.102.168) was banned by Demarco_Houston, reason: Fuck outta here.');
  733. /*!40000 ALTER TABLE `log_bans` ENABLE KEYS */;
  734. UNLOCK TABLES;
  735. --
  736. -- Table structure for table `log_cheat`
  737. --
  738. DROP TABLE IF EXISTS `log_cheat`;
  739. /*!40101 SET @saved_cs_client = @@character_set_client */;
  740. /*!40101 SET character_set_client = utf8 */;
  741. CREATE TABLE `log_cheat` (
  742. `id` int(10) NOT NULL AUTO_INCREMENT,
  743. `date` datetime DEFAULT NULL,
  744. `description` varchar(255) DEFAULT NULL,
  745. PRIMARY KEY (`id`)
  746. ) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=latin1;
  747. /*!40101 SET character_set_client = @saved_cs_client */;
  748. --
  749. -- Dumping data for table `log_cheat`
  750. --
  751. LOCK TABLES `log_cheat` WRITE;
  752. /*!40000 ALTER TABLE `log_cheat` DISABLE KEYS */;
  753. INSERT INTO `log_cheat` VALUES (70,'2019-12-26 21:31:51','Edward_Collins (uid: 629) possibly hacked armor. (old: 1.00, new: 100.00)'),(71,'2019-12-27 00:24:17','Jack_Riggs (uid: 631) possibly hacked armor. (old: 0.00, new: 100.00)'),(72,'2019-12-27 02:45:02','Fresca_Brooks (uid: 639) possibly hacked armor. (old: 0.00, new: 100.00)'),(73,'2019-12-27 03:03:08','Fresca_Brooks (uid: 639) possibly hacked armor. (old: 0.00, new: 100.00)'),(74,'2019-12-27 03:05:37','Fresca_Brooks (uid: 639) possibly hacked armor. (old: 0.00, new: 100.00)'),(75,'2019-12-27 03:07:55','Fresca_Brooks (uid: 639) possibly hacked armor. (old: 0.00, new: 100.00)'),(76,'2019-12-27 03:09:34','Fresca_Brooks (uid: 639) possibly hacked armor. (old: 0.00, new: 100.00)'),(77,'2019-12-27 03:12:06','Fresca_Brooks (uid: 639) possibly hacked armor. (old: 53.00, new: 100.00)'),(78,'2019-12-30 11:48:47','Duke_Baratheon (uid: 685) possibly speedhacked, speed: 354.0 km/h'),(79,'2019-12-30 11:48:48','Duke_Baratheon (uid: 685) possibly speedhacked, speed: 422.7 km/h'),(80,'2019-12-30 11:48:49','Duke_Baratheon (uid: 685) possibly speedhacked, speed: 357.3 km/h'),(81,'2019-12-30 11:48:53','Duke_Baratheon (uid: 685) possibly speedhacked, speed: 368.6 km/h'),(82,'2019-12-30 21:34:41','Jayden_Houston (uid: 679) had a desynced Desert Eagle with 19999 ammunition.');
  754. /*!40000 ALTER TABLE `log_cheat` ENABLE KEYS */;
  755. UNLOCK TABLES;
  756. --
  757. -- Table structure for table `log_contracts`
  758. --
  759. DROP TABLE IF EXISTS `log_contracts`;
  760. /*!40101 SET @saved_cs_client = @@character_set_client */;
  761. /*!40101 SET character_set_client = utf8 */;
  762. CREATE TABLE `log_contracts` (
  763. `id` int(10) NOT NULL AUTO_INCREMENT,
  764. `date` datetime DEFAULT NULL,
  765. `description` varchar(255) DEFAULT NULL,
  766. PRIMARY KEY (`id`)
  767. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  768. /*!40101 SET character_set_client = @saved_cs_client */;
  769. --
  770. -- Dumping data for table `log_contracts`
  771. --
  772. LOCK TABLES `log_contracts` WRITE;
  773. /*!40000 ALTER TABLE `log_contracts` DISABLE KEYS */;
  774. /*!40000 ALTER TABLE `log_contracts` ENABLE KEYS */;
  775. UNLOCK TABLES;
  776. --
  777. -- Table structure for table `log_faction`
  778. --
  779. DROP TABLE IF EXISTS `log_faction`;
  780. /*!40101 SET @saved_cs_client = @@character_set_client */;
  781. /*!40101 SET character_set_client = utf8 */;
  782. CREATE TABLE `log_faction` (
  783. `id` int(10) NOT NULL AUTO_INCREMENT,
  784. `date` datetime DEFAULT NULL,
  785. `description` varchar(255) DEFAULT NULL,
  786. PRIMARY KEY (`id`)
  787. ) ENGINE=InnoDB AUTO_INCREMENT=450 DEFAULT CHARSET=latin1;
  788. /*!40101 SET character_set_client = @saved_cs_client */;
  789. --
  790. -- Dumping data for table `log_faction`
  791. --
  792. LOCK TABLES `log_faction` WRITE;
  793. /*!40000 ALTER TABLE `log_faction` DISABLE KEYS */;
  794. INSERT INTO `log_faction` VALUES (261,'2019-12-26 23:32:49','Alex_Bio (uid: 632) has set Alex_Bio\'s (uid: 632) rank in Los Angeles Police Department (id: 1) to Unspecified (5).'),(262,'2019-12-26 23:44:46','Alex_Bio (uid: 632) has invited Kane_King (uid: 636) to Los Angeles Police Department (id: 1).'),(263,'2019-12-26 23:45:08','Alex_Bio (uid: 632) has set Kane_King\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Sergeant (4).'),(264,'2019-12-26 23:45:10','Alex_Bio (uid: 632) has set Kane_King\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Staff Sergeant (5).'),(265,'2019-12-26 23:48:38','Alex_Bio (uid: 632) has set Kane_King\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Chief of Police (9).'),(266,'2019-12-26 23:48:40','Alex_Bio (uid: 632) has set Kane_King\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Deputy Chief (8).'),(267,'2019-12-27 00:03:19','Alex_Bio (uid: 632) has invited Daniel_Compton (uid: 638) to Los Angeles Police Department (id: 1).'),(268,'2019-12-27 00:03:26','Alex_Bio (uid: 632) has set Daniel_Compton\'s (uid: 638) rank in Los Angeles Police Department (id: 1) to Senior Officer (3).'),(269,'2019-12-27 00:23:08','Kane_King (uid: 636) has set Daniel_Compton\'s (uid: 638) rank in Los Angeles Police Department (id: 1) to Cadet (1).'),(270,'2019-12-27 00:25:28','Kane (uid: 636) has set Daniel_Compton\'s (uid: 638) rank in Los Angeles Police Department (id: 1) to Commander (7).'),(271,'2019-12-27 01:03:16','Daniel_Compton (uid: 638) has charged Edward_Collins (uid: 629) with Carrying unlicensed firearm'),(272,'2019-12-27 01:03:22','Daniel_Compton (uid: 638) has charged Edward_Collins (uid: 629) with Assaulting a LEO'),(273,'2019-12-27 01:03:33','Rico_Maldonado (uid: 636) has charged Fresca_Brooks (uid: 639) with Assaulting a LEO'),(274,'2019-12-27 01:03:44','Rico_Maldonado (uid: 636) has charged Fresca_Brooks (uid: 639) with Carrying an unlicensed firearm'),(275,'2019-12-27 01:03:48','Daniel_Compton (uid: 638) has charged Edward_Collins (uid: 629) with Resisting Arrest'),(276,'2019-12-27 01:03:58','Rico_Maldonado (uid: 636) has charged Fresca_Brooks (uid: 639) with Resisting Arrest'),(277,'2019-12-27 01:22:29','Rico_Maldonado (uid: 636) has arrested Edward_Collins (uid: 629) for 11 minutes, fine: $3000.'),(278,'2019-12-27 01:23:06','Daniel_Compton (uid: 638) has arrested Fresca_Brooks (uid: 639) for 11 minutes, fine: $3000.'),(279,'2019-12-27 04:57:41','Jessica_Collins (uid: 637) has quit Los Angeles Fire and Medical Department (id: 0) has rank Commisioner (9).'),(280,'2019-12-27 05:41:06','Edward_Collins (uid: 629) has started a live interview with Jack_Riggs (uid: 631)'),(281,'2019-12-27 06:13:04','Emily_Williams (uid: 642) has invited Jack_Smith (uid: 634) to Los Angeles Fire and Medical Department (id: 0).'),(282,'2019-12-27 06:13:14','Emily_Williams (uid: 642) has set Jack_Smith\'s (uid: 634) rank in Los Angeles Fire and Medical Department (id: 0) to Traine (1).'),(283,'2019-12-27 21:21:25','Edward_Collins (uid: 629) has quit Los Angeles News Department (id: 3) has rank Unspecified (5).'),(284,'2019-12-27 21:21:38','Alex_Bio (uid: 632) has invited Edward_Collins (uid: 629) to Los Angeles Police Department (id: 1).'),(285,'2019-12-27 21:39:40','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Cadet (1).'),(286,'2019-12-27 21:39:41','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Officer (2).'),(287,'2019-12-27 21:39:42','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Senior Officer (3).'),(288,'2019-12-27 21:39:43','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Sergeant (4).'),(289,'2019-12-27 21:39:44','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Staff Sergeant (5).'),(290,'2019-12-27 21:39:44','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Lieutenant (6).'),(291,'2019-12-27 21:39:45','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Commander (7).'),(292,'2019-12-27 21:39:46','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Deputy Chief (8).'),(293,'2019-12-27 21:39:48','Alex_Bio (uid: 632) has set Edward_Collins\'s (uid: 629) rank in Los Angeles Police Department (id: 1) to Chief of Police (9).'),(294,'2019-12-27 21:45:45','Edward_Collins (uid: 629) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(295,'2019-12-28 00:46:12','Edward_Collins (uid: 629) has invited Alex_Bio (uid: 632) to Los Angeles News Department (id: 3).'),(296,'2019-12-28 01:09:48','Edward_Collins (uid: 629) has invited Max_Gucci_Cobra (uid: 649) to Los Angeles Police Department (id: 1).'),(297,'2019-12-28 01:09:49','Edward_Collins (uid: 629) has set Max_Gucci_Cobra\'s (uid: 649) rank in Los Angeles Police Department (id: 1) to Corporal (3).'),(298,'2019-12-28 01:09:50','Edward_Collins (uid: 629) has set Max_Gucci_Cobra\'s (uid: 649) rank in Los Angeles Police Department (id: 1) to Sergeant (4).'),(299,'2019-12-28 01:09:57','Edward_Collins (uid: 629) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(300,'2019-12-28 01:55:41','Max_Gucci_Cobra (uid: 649) has charged Jack_Riggs (uid: 631) with test'),(301,'2019-12-28 02:05:48','Edward_Collins (uid: 629) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(302,'2019-12-28 02:14:44','Max_Gucci_Cobra (uid: 649) has charged Edward_Collins (uid: 629) with Driving without License'),(303,'2019-12-28 02:15:57','Max_Gucci_Cobra (uid: 649) has charged Edward_Collins (uid: 629) with Evasion'),(304,'2019-12-28 02:16:04','Max_Gucci_Cobra (uid: 649) has charged Edward_Collins (uid: 629) with Failure to Comply'),(305,'2019-12-28 03:30:45','Max_Gucci_Cobra (uid: 649) has taken Edward_Collins\'s (uid: 629) weapons.'),(306,'2019-12-28 03:31:56','Max_Gucci_Cobra (uid: 649) has taken Edward_Collins\'s (uid: 629) 21 grams of cocaine.'),(307,'2019-12-28 03:34:38','Max_Gucci_Cobra (uid: 649) has charged Edward_Collins (uid: 629) with Attempt to murder Leo.'),(308,'2019-12-28 03:34:55','Max_Gucci_Cobra (uid: 649) has charged Edward_Collins (uid: 629) with Possesion of illegal firearms'),(309,'2019-12-28 03:35:00','Max_Gucci_Cobra (uid: 649) has charged Edward_Collins (uid: 629) with Possesion of Drugs.'),(310,'2019-12-28 03:39:55','Max_Gucci_Cobra (uid: 649) has arrested Edward_Collins (uid: 629) for 23 minutes, fine: $6000.'),(311,'2019-12-28 03:45:25','Edward_Collins (uid: 629) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(312,'2019-12-28 04:00:57','Edward_Collins (uid: 629) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(313,'2019-12-28 04:54:47','Edward_Collins (uid: 629) has invited Jessica_Collins (uid: 637) to Los Angeles News Department (id: 3).'),(314,'2019-12-28 05:02:16','Jessica_Collins (uid: 637) set Los Angeles Government\'s (id: 2) paycheck for rank 7 to $13500.'),(315,'2019-12-28 05:02:22','Jessica_Collins (uid: 637) set Los Angeles Government\'s (id: 2) paycheck for rank 6 to $12000.'),(316,'2019-12-28 12:50:09','Edward_Collins (uid: 629) has set Max_Gucci_Cobra\'s (uid: 649) rank in Los Angeles Police Department (id: 1) to Captain (7).'),(317,'2019-12-28 12:50:12','Edward_Collins (uid: 629) has set Max_Gucci_Cobra\'s (uid: 649) rank in Los Angeles Police Department (id: 1) to Deputy Chief (8).'),(318,'2019-12-28 12:50:16','Edward_Collins (uid: 629) has set Max_Gucci_Cobra\'s (uid: 649) rank in Los Angeles Police Department (id: 1) to Sergeant (4).'),(319,'2019-12-28 14:14:10','Max_Gucci_Cobra (uid: 649) has taken Jack_Jackson\'s (uid: 660) weapons.'),(320,'2019-12-28 14:14:41','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Possession of illegal firearms'),(321,'2019-12-28 14:14:50','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Attempt to murder leo.'),(322,'2019-12-28 14:16:30','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Publics endangerment.'),(323,'2019-12-28 14:18:59','Max_Gucci_Cobra (uid: 649) has arrested Jack_Jackson (uid: 660) for 11 minutes, fine: $3000.'),(324,'2019-12-28 19:20:40','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Driving Without Driver License'),(325,'2019-12-28 19:20:49','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Reckless Driving'),(326,'2019-12-28 19:20:56','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Speed driving'),(327,'2019-12-28 19:21:18','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Evasion'),(328,'2019-12-28 19:22:00','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Destroying Governmental Items'),(329,'2019-12-28 19:22:23','Max_Gucci_Cobra (uid: 649) has charged Jack_Jackson (uid: 660) with Insult a Cop'),(330,'2019-12-28 19:23:18','Max_Gucci_Cobra (uid: 649) has arrested Jack_Jackson (uid: 660) for 23 minutes, fine: $6000.'),(331,'2019-12-28 21:52:43','James_Carter (uid: 633) has quit Los Angeles Fire and Medical Department (id: 0) has rank Senior Paramedic (5).'),(332,'2019-12-28 23:51:31','Demarco_Houston (uid: 648) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(333,'2019-12-29 00:08:07','Edward_Collins (uid: 629) has quit Los Angeles Sheriff Department (id: 5) has rank Sheriff (9).'),(334,'2019-12-29 15:41:52','Josh_Paraiso (uid: 646) has set Josh_Paraiso\'s (uid: 646) rank in Hitman Contract Agency (id: 4) to Unspecified (5).'),(335,'2019-12-29 15:49:03','Josh_Paraiso (uid: 646) has invited Jayden_Houston (uid: 679) to Hitman Contract Agency (id: 4).'),(336,'2019-12-29 17:36:02','Demarco_Houston (uid: 648) has quit Los Angeles Fire and Medical Department (id: 0) has rank Unspecified (0).'),(337,'2019-12-29 17:38:46','Demarco_Houston (uid: 648) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(338,'2019-12-29 17:56:13','Demarco_Houston (uid: 648) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(339,'2019-12-29 18:34:55','Alex_Bio (uid: 632) offline kicked Edward_Collins (uid: 629) from Los Angeles Police Department (id: 1) as rank Chief Of Police (9).'),(340,'2019-12-29 21:30:52','Max_Gucci_Cobra (uid: 649) has charged Akashi_Kishimoto (uid: 686) with Speeding.'),(341,'2019-12-29 21:30:59','Max_Gucci_Cobra (uid: 649) has charged Akashi_Kishimoto (uid: 686) with Reckless Driving.'),(342,'2019-12-29 21:31:04','Max_Gucci_Cobra (uid: 649) has charged Akashi_Kishimoto (uid: 686) with Evasion.'),(343,'2019-12-29 21:32:51','Max_Gucci_Cobra (uid: 649) has charged Akashi_Kishimoto (uid: 686) with Insult a cop'),(344,'2019-12-29 21:33:03','Max_Gucci_Cobra (uid: 649) has charged Akashi_Kishimoto (uid: 686) with Destroying governmental items.'),(345,'2019-12-29 22:06:37','Jessica_Collins (uid: 637) has taken Jack_Riggs\'s (uid: 631) weapons.'),(346,'2019-12-29 22:26:27','Alex_Bio (uid: 632) has invited Michael_Joshua (uid: 635) to Los Angeles Police Department (id: 1).'),(347,'2019-12-29 23:03:31','Michael_Joshua (uid: 635) has quit Los Angeles Police Department (id: 1) has rank Candidate (0).'),(348,'2019-12-29 23:03:41','James_Carter (uid: 633) has invited Michael_Joshua (uid: 635) to Los Angeles Fire and Medical Department (id: 0).'),(349,'2019-12-29 23:03:52','James_Carter (uid: 633) has set Michael_Joshua\'s (uid: 635) rank in Los Angeles Fire and Medical Department (id: 0) to District Chief (7).'),(350,'2019-12-29 23:03:55','James_Carter (uid: 633) has set Michael_Joshua\'s (uid: 635) rank in Los Angeles Fire and Medical Department (id: 0) to Chief (8).'),(351,'2019-12-29 23:05:30','Alex_Bio (uid: 632) has invited Derek_Jethro_Gibbs (uid: 687) to Los Angeles Police Department (id: 1).'),(352,'2019-12-29 23:26:28','James_Carter (uid: 633) offline kicked Emily_Williams (uid: 642) from Los Angeles Fire and Medical Department (id: 0) as rank Commisioner (9).'),(353,'2019-12-29 23:32:02','James_Carter (uid: 633) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to Lieutenant (6).'),(354,'2019-12-29 23:34:17','Michael_Joshua (uid: 635) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to Senior Paramedic (5).'),(355,'2019-12-29 23:36:30','Michael_Joshua (uid: 635) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to EMT (4).'),(356,'2019-12-29 23:36:36','Michael_Joshua (uid: 635) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to EMT-B (3).'),(357,'2019-12-29 23:36:38','Michael_Joshua (uid: 635) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to Paramedic (2).'),(358,'2019-12-29 23:36:39','Michael_Joshua (uid: 635) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to Traine (1).'),(359,'2019-12-29 23:36:40','Michael_Joshua (uid: 635) has set James_Carter\'s (uid: 633) rank in Los Angeles Fire and Medical Department (id: 0) to Unspecified (0).'),(360,'2019-12-29 23:36:48','Michael_Joshua (uid: 635) kicked James_Carter (uid: 633) from Los Angeles Fire and Medical Department (id: 0) as rank Unspecified (0).'),(361,'2019-12-29 23:38:05','Alex_Bio (uid: 632) has set Derek_Jethro_Gibbs\'s (uid: 687) rank in Los Angeles Police Department (id: 1) to Officer (1).'),(362,'2019-12-30 07:31:19','Edward_Collins (uid: 629) set the income tax rate to 10 percent.'),(363,'2019-12-30 07:32:24','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 0 to $5000.'),(364,'2019-12-30 07:32:27','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 1 to $6000.'),(365,'2019-12-30 07:32:32','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 2 to $7500.'),(366,'2019-12-30 07:32:35','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 3 to $8100.'),(367,'2019-12-30 07:32:39','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 4 to $10000.'),(368,'2019-12-30 07:32:43','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 5 to $11200.'),(369,'2019-12-30 07:32:48','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 6 to $12900.'),(370,'2019-12-30 07:33:51','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 7 to $14000.'),(371,'2019-12-30 07:33:55','Edward_Collins (uid: 629) set Los Angeles Police Department \'s (id: 1) paycheck for rank 8 to $16000.'),(372,'2019-12-30 11:10:42','Edward_Collins (uid: 629) has quit Los Angeles Government (id: 2) has rank President of the United States (7).'),(373,'2019-12-30 13:15:56','Max_Gucci_Cobra (uid: 649) has taken Jack_Riggs\'s (uid: 631) weapons.'),(374,'2019-12-30 13:16:48','Max_Gucci_Cobra (uid: 649) has charged Jack_Riggs (uid: 631) with Illegal Firearms.'),(375,'2019-12-30 13:16:54','Max_Gucci_Cobra (uid: 649) has charged Jack_Riggs (uid: 631) with Reckless Driving'),(376,'2019-12-30 13:17:03','Max_Gucci_Cobra (uid: 649) has charged Jack_Riggs (uid: 631) with Speeding'),(377,'2019-12-30 13:17:12','Max_Gucci_Cobra (uid: 649) has charged Jack_Riggs (uid: 631) with Attempt to Murder LEO.'),(378,'2019-12-30 13:17:30','Max_Gucci_Cobra (uid: 649) has charged Jack_Riggs (uid: 631) with Insult a cop'),(379,'2019-12-30 13:18:32','Max_Gucci_Cobra (uid: 649) has arrested Jack_Riggs (uid: 631) for 19 minutes, fine: $5000.'),(380,'2019-12-30 13:25:50','Alex_Bio (uid: 632) has invited Barney_ONeill (uid: 699) to Los Angeles Police Department (id: 1).'),(381,'2019-12-30 13:28:17','Alex_Bio (uid: 632) has set Barney_ONeill\'s (uid: 699) rank in Los Angeles Police Department (id: 1) to Officer (1).'),(382,'2019-12-30 13:34:01','Alex_Bio (uid: 632) kicked Edward_Collins (uid: 629) from Los Angeles Police Department (id: 1) as rank Chief of Police (8).'),(383,'2019-12-30 16:34:20','Josh_Paraiso (uid: 646) used the /passport command to change their name to Conan_oBrien, level to 5 and skin to 210.'),(384,'2019-12-30 16:35:38','Conan_oBrien (uid: 646) used the /passport command to change their name to Edward_CoIIins, level to 5 and skin to 210.'),(385,'2019-12-30 16:39:15','Edward_CoIIins (uid: 646) used the /passport command to change their name to Emily_WiIIiams, level to 1 and skin to 310.'),(386,'2019-12-30 16:41:32','Emily_WiIIiams (uid: 646) used the /passport command to change their name to AIex_Bio, level to 3 and skin to 186.'),(387,'2019-12-30 16:44:05','AIex_Bio (uid: 646) used the /passport command to change their name to Andrew_WingfieId, level to 1 and skin to 72.'),(388,'2019-12-30 16:49:20','Andrew_WingfieId (uid: 646) used the /passport command to change their name to Catriona_Black, level to 5 and skin to 38.'),(389,'2019-12-30 17:11:15','Emily_Williams (uid: 642) has quit Los Angeles Fire and Medical Department (id: 0) has rank Senior Paramedic (5).'),(390,'2019-12-30 17:17:54','Edward_Collins (uid: 629) has invited Emily_Williams (uid: 642) to Los Angeles Sheriff Department (id: 5).'),(391,'2019-12-30 17:17:55','Edward_Collins (uid: 629) has set Emily_Williams\'s (uid: 642) rank in Los Angeles Sheriff Department (id: 5) to Deputy (1).'),(392,'2019-12-30 17:30:47','Max_Gucci_Cobra (uid: 649) has given Jayden_Houston (uid: 679) a ticket for $1000.'),(393,'2019-12-30 18:13:28','Edward_Collins (uid: 629) has quit Los Angeles Sheriff Department (id: 5) has rank Sheriff (9).'),(394,'2019-12-30 19:05:54','Demarco_Houston (uid: 648) has quit Los Angeles Police Department (id: 1) has rank Chief Of Police (9).'),(395,'2019-12-30 19:27:33','Alex_Bio (uid: 632) has invited Demarco_Houston (uid: 648) to Los Angeles Police Department (id: 1).'),(396,'2019-12-30 19:27:36','Alex_Bio (uid: 632) has set Demarco_Houston\'s (uid: 648) rank in Los Angeles Police Department (id: 1) to Senior Officer (2).'),(397,'2019-12-30 19:52:55','Edward_Collins (uid: 629) has quit Los Angeles Police Department (id: 1) has rank Chief of Police (8).'),(398,'2019-12-30 19:53:52','Heidi_Aukje_Grundel (uid: 689) has invited Edward_Collins (uid: 629) to Los Angeles News Department (id: 3).'),(399,'2019-12-30 19:53:53','Heidi_Aukje_Grundel (uid: 689) has set Edward_Collins\'s (uid: 629) rank in Los Angeles News Department (id: 3) to Unspecified (5).'),(400,'2019-12-30 19:54:36','Alex_Bio (uid: 632) has invited Joseph_Profaci (uid: 682) to Los Angeles Police Department (id: 1).'),(401,'2019-12-30 19:54:43','Alex_Bio (uid: 632) has set Joseph_Profaci\'s (uid: 682) rank in Los Angeles Police Department (id: 1) to Senior Officer (2).'),(402,'2019-12-30 19:56:13','Edward_Collins (uid: 629) has set Heidi_Aukje_Grundel\'s (uid: 689) rank in Los Angeles News Department (id: 3) to Informant (0).'),(403,'2019-12-30 19:56:14','Edward_Collins (uid: 629) has set Heidi_Aukje_Grundel\'s (uid: 689) rank in Los Angeles News Department (id: 3) to Photographer (1).'),(404,'2019-12-30 19:56:15','Edward_Collins (uid: 629) has set Heidi_Aukje_Grundel\'s (uid: 689) rank in Los Angeles News Department (id: 3) to Journalist (2).'),(405,'2019-12-30 19:56:16','Edward_Collins (uid: 629) has set Heidi_Aukje_Grundel\'s (uid: 689) rank in Los Angeles News Department (id: 3) to Anchor (3).'),(406,'2019-12-30 19:56:17','Edward_Collins (uid: 629) has set Heidi_Aukje_Grundel\'s (uid: 689) rank in Los Angeles News Department (id: 3) to Editor (4).'),(407,'2019-12-30 19:56:18','Edward_Collins (uid: 629) has set Heidi_Aukje_Grundel\'s (uid: 689) rank in Los Angeles News Department (id: 3) to Producer (5).'),(408,'2019-12-30 20:29:27','Jayden_Houston (uid: 679) used the /passport command to change their name to Valentino_Corleone, level to 4 and skin to 33.'),(409,'2019-12-30 20:31:23','Valentino_Corleone (uid: 679) used the /passport command to change their name to Jayden_Houston, level to 1 and skin to 33.'),(410,'2019-12-30 21:05:11','James_Carter (uid: 633) kicked Jesse_DiCaprio (uid: 695) from Los Angeles Fire and Medical Department (id: 0) as rank Commisioner (9).'),(411,'2019-12-30 21:39:57','Edward Collins (uid: 629) added Me with number 1818 to the phonebook.'),(412,'2019-12-30 21:55:30','James_Carter (uid: 633) has quit Los Angeles Fire and Medical Department (id: 0) has rank Commisioner (9).'),(413,'2019-12-30 22:01:25','Jayden_Houston (uid: 679) used the /passport command to change their name to Valentino_Corleone, level to 4 and skin to 21.'),(414,'2019-12-30 22:15:56','Valentino_Corleone (uid: 679) used the /passport command to change their name to Jayden_Houston, level to 3 and skin to 21.'),(415,'2019-12-30 22:19:04','Joseph_Profaci (uid: 682) has taken Jaycon_Mendez\'s (uid: 711) weapons.'),(416,'2019-12-30 22:20:10','Joseph_Profaci (uid: 682) has charged Jaycon_Mendez (uid: 711) with Using fire arm at a public place'),(417,'2019-12-30 22:20:50','Joseph_Profaci (uid: 682) has arrested Jaycon_Mendez (uid: 711) for 4 minutes, fine: $1000.'),(418,'2019-12-30 22:26:05','Alex_Bio (uid: 632) has invited Moses_Baltimore (uid: 710) to Los Angeles Police Department (id: 1).'),(419,'2019-12-30 22:26:11','Alex_Bio (uid: 632) has set Moses_Baltimore\'s (uid: 710) rank in Los Angeles Police Department (id: 1) to Officer (1).'),(420,'2019-12-30 22:28:37','Alex_Bio (uid: 632) has invited James_Carter (uid: 633) to Los Angeles Police Department (id: 1).'),(421,'2019-12-30 22:28:51','Alex_Bio (uid: 632) has set James_Carter\'s (uid: 633) rank in Los Angeles Police Department (id: 1) to Senior Officer (2).'),(422,'2019-12-30 22:37:10','Emily_Williams (uid: 642) has quit Los Angeles Sheriff Department (id: 5) has rank Deputy (1).'),(423,'2019-12-30 22:37:29','Alex_Bio (uid: 632) has invited Emily_Williams (uid: 642) to Los Angeles Police Department (id: 1).'),(424,'2019-12-30 23:02:08','Alex_Bio (uid: 632) has set Rico_Maldonado\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Chief Of Police (9).'),(425,'2019-12-30 23:02:10','Alex_Bio (uid: 632) has set Rico_Maldonado\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Chief of Police (8).'),(426,'2019-12-30 23:02:16','Alex_Bio (uid: 632) has set Daniel_Compton\'s (uid: 638) rank in Los Angeles Police Department (id: 1) to Deputy Chief (7).'),(427,'2019-12-30 23:02:19','Alex_Bio (uid: 632) has set Daniel_Compton\'s (uid: 638) rank in Los Angeles Police Department (id: 1) to Staff Sergeant (5).'),(428,'2019-12-30 23:02:21','Alex_Bio (uid: 632) has set Daniel_Compton\'s (uid: 638) rank in Los Angeles Police Department (id: 1) to Captain (6).'),(429,'2019-12-30 23:02:39','Alex_Bio (uid: 632) has set Rico_Maldonado\'s (uid: 636) rank in Los Angeles Police Department (id: 1) to Deputy Chief (7).'),(430,'2019-12-30 23:02:53','Demarco_Houston (uid: 648) has invited Jeffrey_Adkins (uid: 717) to Hitman Contract Agency (id: 4).'),(431,'2019-12-30 23:03:02','Demarco_Houston (uid: 648) has set Jeffrey_Adkins\'s (uid: 717) rank in Hitman Contract Agency (id: 4) to Supervisory Special Agent (3).'),(432,'2019-12-30 23:03:04','Demarco_Houston (uid: 648) has set Jeffrey_Adkins\'s (uid: 717) rank in Hitman Contract Agency (id: 4) to Senior Special Agent (2).'),(433,'2019-12-30 23:05:45','Jeffrey_Adkins (uid: 717) used the /passport command to change their name to Adam_Collins, level to 10 and skin to 261.'),(434,'2019-12-30 23:07:17','Heidi_Aukje_Grundel (uid: 689) has invited Akashi_Kishimoto (uid: 686) to Los Angeles News Department (id: 3).'),(435,'2019-12-30 23:07:26','Heidi_Aukje_Grundel (uid: 689) has set Akashi_Kishimoto\'s (uid: 686) rank in Los Angeles News Department (id: 3) to Journalist (2).'),(436,'2019-12-30 23:07:28','Heidi_Aukje_Grundel (uid: 689) has set Akashi_Kishimoto\'s (uid: 686) rank in Los Angeles News Department (id: 3) to Photographer (1).'),(437,'2019-12-30 23:25:45','Derek_Jethro_Gibbs (uid: 687) has charged Menace_Lee (uid: 715) with Evasion.'),(438,'2019-12-30 23:25:54','Derek_Jethro_Gibbs (uid: 687) has charged Menace_Lee (uid: 715) with Failing to Identify.'),(439,'2019-12-30 23:31:31','James_Carter (uid: 633) has arrested Menace_Lee (uid: 715) for 8 minutes, fine: $2000.'),(440,'2019-12-30 23:40:06','Edward_Collins (uid: 629) has quit Los Angeles News Department (id: 3) has rank Producer (5).'),(441,'2019-12-30 23:40:33','Eduardo_Mendez (uid: 718) has invited Kelsyus_Restgard (uid: 691) to Los Angeles Sheriff Department (id: 5).'),(442,'2019-12-30 23:41:51','Kelsyus_Restgard (uid: 691) has quit Los Angeles Sheriff Department (id: 5) has rank Cadet (0).'),(443,'2019-12-30 23:46:17','Emily_Williams (uid: 642) has quit Los Angeles Police Department (id: 1) has rank Candidate (0).'),(444,'2019-12-30 23:47:33','Jessica_Collins (uid: 637) has invited Emily_Williams (uid: 642) to Los Angeles Sheriff Department (id: 5).'),(445,'2019-12-30 23:47:53','Jessica_Collins (uid: 637) has set Emily_Williams\'s (uid: 642) rank in Los Angeles Sheriff Department (id: 5) to Corporal (2).'),(446,'2019-12-30 23:48:57','Demarco_Houston (uid: 648) has quit Los Angeles Fire and Medical Department (id: 0) has rank Commisioner (9).'),(447,'2019-12-30 23:52:52','James_Carter (uid: 633) has set James_Carter\'s (uid: 633) rank in Los Angeles Police Department (id: 1) to Senior Officer (2).'),(448,'2019-12-31 00:05:08','James_Carter (uid: 633) has set James_Carter\'s (uid: 633) rank in Los Angeles Police Department (id: 1) to Senior Officer (2).'),(449,'2019-12-31 00:21:24','James_Carter (uid: 633) kicked Emily_Williams (uid: 642) from Los Angeles Sheriff Department (id: 5) as rank Corporal (2).');
  795. /*!40000 ALTER TABLE `log_faction` ENABLE KEYS */;
  796. UNLOCK TABLES;
  797. --
  798. -- Table structure for table `log_gang`
  799. --
  800. DROP TABLE IF EXISTS `log_gang`;
  801. /*!40101 SET @saved_cs_client = @@character_set_client */;
  802. /*!40101 SET character_set_client = utf8 */;
  803. CREATE TABLE `log_gang` (
  804. `id` int(10) NOT NULL AUTO_INCREMENT,
  805. `date` datetime DEFAULT NULL,
  806. `description` varchar(255) DEFAULT NULL,
  807. PRIMARY KEY (`id`)
  808. ) ENGINE=InnoDB AUTO_INCREMENT=601 DEFAULT CHARSET=latin1;
  809. /*!40101 SET character_set_client = @saved_cs_client */;
  810. --
  811. -- Dumping data for table `log_gang`
  812. --
  813. LOCK TABLES `log_gang` WRITE;
  814. /*!40000 ALTER TABLE `log_gang` DISABLE KEYS */;
  815. INSERT INTO `log_gang` VALUES (441,'2019-12-26 23:30:43','Jack_Riggs (uid: 631) has invited Jack_Smith (uid: 634) to The Italian Mafia (id: 0).'),(442,'2019-12-26 23:30:51','Jack_Riggs (uid: 631) has set Jack_Smith\'s (uid: 634) rank in The Italian Mafia (id: 0) to Unspecified (6).'),(443,'2019-12-26 23:40:07','Edward_Collins (uid: 629) has quit The Italian Mafia (id: 0) has rank Unspecified (6).'),(444,'2019-12-27 00:27:50','Edward_Collins (uid: 629) has invited Fresca_Brooks (uid: 639) to 69th Rollin\' Crips (id: 1).'),(445,'2019-12-27 00:27:51','Edward_Collins (uid: 629) has set Fresca_Brooks\'s (uid: 639) rank in 69th Rollin\' Crips (id: 1) to Unspecified (5).'),(446,'2019-12-27 06:12:36','Jack_Smith (uid: 634) has quit The Italian Mafia (id: 0) has rank Loc (6).'),(447,'2019-12-27 15:54:51','Jack_Riggs (uid: 631) deposited $15000 in the gang stash.'),(448,'2019-12-27 18:06:47','Jack_Riggs (uid: 631) withdraws $15000 from the gang stash.'),(449,'2019-12-27 18:40:17','Jack_Riggs (uid: 631) has invited Demarco_Houston (uid: 648) to The Italian Mafia (id: 0).'),(450,'2019-12-27 18:40:19','Jack_Riggs (uid: 631) has set Demarco_Houston\'s (uid: 648) rank in The Italian Mafia (id: 0) to Lil\'G (5).'),(451,'2019-12-27 19:49:25','Demarco_Houston (uid: 648) has quit The Italian Mafia (id: 0) has rank Lil\'G (5).'),(452,'2019-12-27 20:50:37','Demarco_Houston (uid: 648) has set Demarco_Houston\'s (uid: 648) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(453,'2019-12-28 01:26:16','Edward_Collins (uid: 629) has invited Max_Gucci_Cobra (uid: 649) to The Pig Pen (id: 1).'),(454,'2019-12-28 01:57:47','Fresca_Brooks (uid: 639) kicked Max_Gucci_Cobra (uid: 649) from The Pig Pen (id: 1) as rank Lil Rat (0).'),(455,'2019-12-28 02:10:27','Jack_Riggs (uid: 631) deposits 10000 materials in the gang stash.'),(456,'2019-12-28 03:03:53','Jack_Riggs (uid: 631) has invited Azwin_Rox (uid: 650) to The Italian Mafia (id: 0).'),(457,'2019-12-28 03:04:55','Jack_Riggs (uid: 631) has set Azwin_Rox\'s (uid: 650) rank in The Italian Mafia (id: 0) to New Rat (1).'),(458,'2019-12-28 03:04:58','Jack_Riggs (uid: 631) has set Azwin_Rox\'s (uid: 650) rank in The Italian Mafia (id: 0) to The Dealer (3).'),(459,'2019-12-28 03:06:53','Jack_Riggs (uid: 631) has set Azwin_Rox\'s (uid: 650) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(460,'2019-12-28 03:22:08','Jack_Riggs (uid: 631) deposits 5000 materials in the gang stash.'),(461,'2019-12-28 03:28:15','Jack_Riggs (uid: 631) withdraws $20000 from the gang stash.'),(462,'2019-12-28 03:53:47','Jack_Riggs (uid: 631) has invited Tommy_Riggs (uid: 634) to The Italian Mafia (id: 0).'),(463,'2019-12-28 03:54:59','Jack_Riggs (uid: 631) has set Tommy_Riggs\'s (uid: 634) rank in The Italian Mafia (id: 0) to Consigliere (6).'),(464,'2019-12-28 04:06:37','Tommy_Riggs (uid: 634) withdraws $3500 from the gang stash.'),(465,'2019-12-28 07:33:15','Edward_Collins (uid: 629) spent 500 GP & $50000 on an NPC drug dealer for The Pig Pen (id: 1).'),(466,'2019-12-28 07:33:17','Edward_Collins (uid: 629) spent 500 GP & $50000 on an NPC arm dealer for The Pig Pen (id: 1).'),(467,'2019-12-28 21:39:29','Jack_Riggs (uid: 631) has invited Jack_Jackson (uid: 660) to The Italian Mafia (id: 0).'),(468,'2019-12-28 21:39:43','Jack_Riggs (uid: 631) has set Jack_Jackson\'s (uid: 660) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(469,'2019-12-28 21:46:49','Jack_Riggs (uid: 631) has set Jack_Jackson\'s (uid: 660) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(470,'2019-12-29 02:32:30','Jack_Riggs (uid: 631) offline kicked Jack_Jackson (uid: 660) from The Italian Mafia (id: 0) as rank UnderBoss (5).'),(471,'2019-12-29 02:43:24','Edward Collins (uid: 629) crafts a molotov using 5000 materials from the gang stash.'),(472,'2019-12-29 03:25:16','Jack_Riggs (uid: 631) withdraws a molotov from the The Italian Mafia (id: 0) gang stash.'),(473,'2019-12-29 10:54:06','Demarco_Houston (uid: 648) has quit The Italian Mafia (id: 0) has rank UnderBoss (5).'),(474,'2019-12-29 13:19:52','Brandon_Lee (uid: 670) has invited Alan_Devil (uid: 677) to The Angeles Riders (id: 2).'),(475,'2019-12-29 15:17:15','Edward_Collins (uid: 629) has invited Jayden_Houston (uid: 679) to The Pig Pen (id: 1).'),(476,'2019-12-29 17:11:39','Edward_Collins (uid: 629) has invited Andrew_Wingfield (uid: 680) to The Pig Pen (id: 1).'),(477,'2019-12-29 17:11:39','Edward_Collins (uid: 629) has set Andrew_Wingfield\'s (uid: 680) rank in The Pig Pen (id: 1) to King of tha\' Hood (6).'),(478,'2019-12-29 17:18:25','Andrew_Wingfield (uid: 680) kicked Jayden_Houston (uid: 679) from Rebels MC (id: 1) as rank Lil Rat (0).'),(479,'2019-12-29 17:18:35','Andrew_Wingfield (uid: 680) offline kicked Fresca_Brooks (uid: 639) from Rebels MC (id: 1) as rank OG\'. (5).'),(480,'2019-12-29 17:36:15','Demarco_Houston (uid: 648) has quit Rebels MC (id: 1) has rank President (6).'),(481,'2019-12-29 17:38:37','Demarco_Houston (uid: 648) has quit Rebels MC (id: 1) has rank President (6).'),(482,'2019-12-29 17:41:10','Demarco_Houston (uid: 648) has quit Rebels MC (id: 1) has rank President (6).'),(483,'2019-12-29 17:46:43','Demarco_Houston (uid: 648) has quit Rebels MC (id: 1) has rank President (6).'),(484,'2019-12-29 17:49:07','Alex_Bio (uid: 632) has quit Rebels MC (id: 1) has rank President (6).'),(485,'2019-12-29 17:59:07','Demarco_Houston (uid: 648) has set Demarco_Houston\'s (uid: 648) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(486,'2019-12-29 18:02:10','Demarco_Houston (uid: 648) has quit The Italian Mafia (id: 0) has rank UnderBoss (5).'),(487,'2019-12-29 18:19:42','Jack_Riggs (uid: 631) has invited Demarco_Houston (uid: 648) to The Italian Mafia (id: 0).'),(488,'2019-12-29 18:23:02','Demarco_Houston (uid: 648) has quit The Italian Mafia (id: 0) has rank Associate (0).'),(489,'2019-12-29 18:29:39','Jack_Riggs (uid: 631) has invited Jimmy_Riggs (uid: 681) to The Italian Mafia (id: 0).'),(490,'2019-12-29 18:29:50','Jack_Riggs (uid: 631) has set Jimmy_Riggs\'s (uid: 681) rank in The Italian Mafia (id: 0) to Soliders (2).'),(491,'2019-12-29 18:33:01','Jack_Riggs (uid: 631) has set Jimmy_Riggs\'s (uid: 681) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(492,'2019-12-29 18:52:47','Jack_Riggs (uid: 631) offline kicked James_Carter (uid: 633) from The Italian Mafia (id: 0) as rank Consigliere (6).'),(493,'2019-12-29 18:55:22','Jack_Riggs (uid: 631) has set Jimmy_Riggs\'s (uid: 681) rank in The Italian Mafia (id: 0) to Associate (0).'),(494,'2019-12-29 18:55:38','Jack_Riggs (uid: 631) has set Jimmy_Riggs\'s (uid: 681) rank in The Italian Mafia (id: 0) to Caporegime (4).'),(495,'2019-12-29 19:02:21','Jack_Riggs (uid: 631) has set Jimmy_Riggs\'s (uid: 681) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(496,'2019-12-29 19:05:49','Jack_Riggs (uid: 631) has invited Charles_Riggs (uid: 683) to The Italian Mafia (id: 0).'),(497,'2019-12-29 19:05:50','Jack_Riggs (uid: 631) has set Charles_Riggs\'s (uid: 683) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(498,'2019-12-29 19:18:59','Charles_Riggs (uid: 683) withdraws a sniper rifle from the The Italian Mafia (id: 0) gang stash.'),(499,'2019-12-29 19:19:26','Charles_Riggs (uid: 683) withdraws an M4 from the The Italian Mafia (id: 0) gang stash.'),(500,'2019-12-29 19:19:33','Charles_Riggs (uid: 683) withdraws a SPAS-12 from the The Italian Mafia (id: 0) gang stash.'),(501,'2019-12-29 19:20:06','Jimmy_Riggs (uid: 681) withdraws an M4 from the The Italian Mafia (id: 0) gang stash.'),(502,'2019-12-29 19:20:16','Jimmy_Riggs (uid: 681) withdraws a SPAS-12 from the The Italian Mafia (id: 0) gang stash.'),(503,'2019-12-29 19:22:15','Charles_Riggs (uid: 683) withdraws 30 FMJ ammo from the gang stash.'),(504,'2019-12-29 21:42:48','Duke_Baratheon (uid: 685) has invited Max_Gucci_Cobra (uid: 649) to Cicada 3301 (id: 3).'),(505,'2019-12-29 21:51:37','Jack_Riggs (uid: 631) has set Charles_Riggs\'s (uid: 683) rank in The Italian Mafia (id: 0) to Soliders (2).'),(506,'2019-12-29 21:51:47','Jack_Riggs (uid: 631) has set Charles_Riggs\'s (uid: 683) rank in The Italian Mafia (id: 0) to UnderBoss (5).'),(507,'2019-12-29 21:53:00','Charles_Riggs (uid: 683) withdraws an M4 from the The Italian Mafia (id: 0) gang stash.'),(508,'2019-12-29 21:53:03','Charles_Riggs (uid: 683) withdraws a sniper rifle from the The Italian Mafia (id: 0) gang stash.'),(509,'2019-12-29 21:53:08','Charles_Riggs (uid: 683) withdraws a SPAS-12 from the The Italian Mafia (id: 0) gang stash.'),(510,'2019-12-29 22:02:48','Demarco_Houston (uid: 648) has quit Cicada 3301 (id: 3) has rank Babloku (6).'),(511,'2019-12-29 22:11:42','Jack_Riggs (uid: 631) withdraws an M4 from the The Italian Mafia (id: 0) gang stash.'),(512,'2019-12-29 22:11:52','Jack_Riggs (uid: 631) withdraws a SPAS-12 from the The Italian Mafia (id: 0) gang stash.'),(513,'2019-12-29 22:24:14','Jack_Riggs (uid: 631) withdraws a SPAS-12 from the The Italian Mafia (id: 0) gang stash.'),(514,'2019-12-29 22:25:12','Charles_Riggs (uid: 683) withdraws a SPAS-12 from the The Italian Mafia (id: 0) gang stash.'),(515,'2019-12-29 22:25:32','Charles_Riggs (uid: 683) withdraws a sniper rifle from the The Italian Mafia (id: 0) gang stash.'),(516,'2019-12-29 22:25:35','Charles_Riggs (uid: 683) withdraws an M4 from the The Italian Mafia (id: 0) gang stash.'),(517,'2019-12-29 22:45:53','Jack_Riggs (uid: 631) withdraws a sniper rifle from the The Italian Mafia (id: 0) gang stash.'),(518,'2019-12-29 22:46:05','Jack_Riggs (uid: 631) withdraws an M4 from the The Italian Mafia (id: 0) gang stash.'),(519,'2019-12-29 23:04:04','Duke_Baratheon (uid: 685) has invited Demarco_Houston (uid: 648) to Cicada 3301 (id: 3).'),(520,'2019-12-29 23:05:30','Duke_Baratheon (uid: 685) has set Demarco_Houston\'s (uid: 648) rank in Cicada 3301 (id: 3) to Liason (1).'),(521,'2019-12-29 23:05:32','Duke_Baratheon (uid: 685) has set Demarco_Houston\'s (uid: 648) rank in Cicada 3301 (id: 3) to Consigliere (2).'),(522,'2019-12-29 23:05:39','Duke_Baratheon (uid: 685) has set Demarco_Houston\'s (uid: 648) rank in Cicada 3301 (id: 3) to Unspecified (3).'),(523,'2019-12-29 23:05:40','Duke_Baratheon (uid: 685) has set Demarco_Houston\'s (uid: 648) rank in Cicada 3301 (id: 3) to Asst. Director (4).'),(524,'2019-12-29 23:05:44','Duke_Baratheon (uid: 685) has set Demarco_Houston\'s (uid: 648) rank in Cicada 3301 (id: 3) to Director (5).'),(525,'2019-12-29 23:21:26','Demarco_Houston (uid: 648) spent 500 GP & $50000 on an NPC drug dealer for Cicada 3301 (id: 3).'),(526,'2019-12-29 23:22:16','Demarco_Houston (uid: 648) spent 500 GP & $50000 on an NPC arm dealer for Cicada 3301 (id: 3).'),(527,'2019-12-30 01:02:09','Andrew_Wingfield (uid: 680) deposits 200000 materials in the gang stash.'),(528,'2019-12-30 01:03:09','Andrew_Wingfield (uid: 680) withdraws 1 grams of weed from the gang stash.'),(529,'2019-12-30 02:07:08','Brandon_Lee (uid: 670) sold their gang owned Sentinel (id: 319) to the dealership for $0'),(530,'2019-12-30 02:17:42','Brandon_Lee (uid: 670) has invited Jack_Riggs (uid: 631) to The Angeles Triads (id: 2).'),(531,'2019-12-30 02:17:59','Brandon_Lee (uid: 670) has set Jack_Riggs\'s (uid: 631) rank in The Angeles Triads (id: 2) to Private I (1).'),(532,'2019-12-30 02:18:12','Brandon_Lee (uid: 670) has set Jack_Riggs\'s (uid: 631) rank in The Angeles Triads (id: 2) to Baby\' Bo$$ (5).'),(533,'2019-12-30 04:31:29','Brandon_Lee (uid: 670) has invited Bryan_Hawk (uid: 690) to The Angeles Triads (id: 2).'),(534,'2019-12-30 04:31:32','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Private II (2).'),(535,'2019-12-30 04:39:54','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Private I (1).'),(536,'2019-12-30 04:39:55','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Private II (2).'),(537,'2019-12-30 04:39:56','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Lowkey (3).'),(538,'2019-12-30 04:39:57','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Don (4).'),(539,'2019-12-30 04:39:58','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Asst\' Bo$$ (5).'),(540,'2019-12-30 04:39:59','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to King Of Triads (6).'),(541,'2019-12-30 04:40:00','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Private II (2).'),(542,'2019-12-30 04:41:36','Brandon_Lee (uid: 670) has set Brandon_Lee\'s (uid: 670) rank in The Angeles Triads (id: 2) to Queen Of Triads (5).'),(543,'2019-12-30 04:41:40','Brandon_Lee (uid: 670) has set Brandon_Lee\'s (uid: 670) rank in The Angeles Triads (id: 2) to Don (4).'),(544,'2019-12-30 04:42:42','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Trainee (1).'),(545,'2019-12-30 04:42:44','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Trial (0).'),(546,'2019-12-30 04:42:46','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Trainee (1).'),(547,'2019-12-30 04:42:47','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Sergeant (2).'),(548,'2019-12-30 04:42:48','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Lowkey (3).'),(549,'2019-12-30 04:42:49','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Don (4).'),(550,'2019-12-30 04:42:50','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Queen Of Triads (5).'),(551,'2019-12-30 04:42:51','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to King Of Triads (6).'),(552,'2019-12-30 04:42:53','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Sergeant (2).'),(553,'2019-12-30 06:02:08','Brandon_Lee (uid: 670) has invited Emnauel_Payne (uid: 694) to The Angeles Triads (id: 2).'),(554,'2019-12-30 06:02:50','Brandon_Lee (uid: 670) has set Brandon_Lee\'s (uid: 670) rank in The Angeles Triads (id: 2) to Trainee (1).'),(555,'2019-12-30 06:03:19','Brandon_Lee (uid: 670) has set Emnauel_Payne\'s (uid: 694) rank in The Angeles Triads (id: 2) to Lowkey (3).'),(556,'2019-12-30 06:03:30','Brandon_Lee (uid: 670) has set Emnauel_Payne\'s (uid: 694) rank in The Angeles Triads (id: 2) to Queen Of Triads (5).'),(557,'2019-12-30 06:03:43','Brandon_Lee (uid: 670) has set Emnauel_Payne\'s (uid: 694) rank in The Angeles Triads (id: 2) to King Of Triads (6).'),(558,'2019-12-30 06:30:37','Bryan_Hawk (uid: 690) has quit The Angeles Triads (id: 2) has rank Sergeant (2).'),(559,'2019-12-30 06:32:06','Brandon_Lee (uid: 670) has invited Bryan_Hawk (uid: 690) to The Angeles Triads (id: 2).'),(560,'2019-12-30 06:32:16','Brandon_Lee (uid: 670) has set Bryan_Hawk\'s (uid: 690) rank in The Angeles Triads (id: 2) to Sergeant (2).'),(561,'2019-12-30 06:36:45','Brandon_Lee (uid: 670) has invited Fresca_Brooks (uid: 639) to The Angeles Triads (id: 2).'),(562,'2019-12-30 06:36:49','Brandon_Lee (uid: 670) has set Fresca_Brooks\'s (uid: 639) rank in The Angeles Triads (id: 2) to Don (4).'),(563,'2019-12-30 06:48:13','Emanuel_Payne (uid: 694) withdraws $8000 from the gang stash.'),(564,'2019-12-30 06:50:27','Brandon_Lee (uid: 670) has set Fresca_Brooks\'s (uid: 639) rank in The Angeles Triads (id: 2) to Queen Of Triads (5).'),(565,'2019-12-30 06:51:27','Brandon_Lee (uid: 670) withdraws a SPAS-12 from the The Angeles Triads (id: 2) gang stash.'),(566,'2019-12-30 06:51:30','Emanuel_Payne (uid: 694) withdraws an M4 from the The Angeles Triads (id: 2) gang stash.'),(567,'2019-12-30 06:51:38','Brandon_Lee (uid: 670) withdraws an M4 from the The Angeles Triads (id: 2) gang stash.'),(568,'2019-12-30 07:05:18','Emanuel_Payne (uid: 694) withdraws 25 grams of cocaine from the gang stash.'),(569,'2019-12-30 08:08:16','Edward_Collins (uid: 629) has quit Rebels MC (id: 1) has rank President (6).'),(570,'2019-12-30 10:39:44','Duke_Baratheon (uid: 685) withdraws 50 grams of weed from the gang stash.'),(571,'2019-12-30 10:42:51','Duke_Baratheon (uid: 685) withdraws 20 grams of meth from the gang stash.'),(572,'2019-12-30 13:03:41','Duke_Baratheon (uid: 685) has invited Benny_Smith (uid: 702) to Cicada 3301 (id: 3).'),(573,'2019-12-30 13:03:47','Duke_Baratheon (uid: 685) has set Benny_Smith\'s (uid: 702) rank in Cicada 3301 (id: 3) to Director (5).'),(574,'2019-12-30 13:05:18','Jack_Riggs (uid: 631) has quit The Angeles Triads (id: 2) has rank Queen Of Triads (5).'),(575,'2019-12-30 15:28:38','Andrew_Wingfield (uid: 680) has invited Jeremy_Baratheon (uid: 705) to Rebels MC (id: 1).'),(576,'2019-12-30 15:28:40','Andrew_Wingfield (uid: 680) has set Jeremy_Baratheon\'s (uid: 705) rank in Rebels MC (id: 1) to Prospect (1).'),(577,'2019-12-30 17:18:25','Andrew_Wingfield (uid: 680) has invited Eddy_X_Marshall (uid: 708) to Rebels MC (id: 1).'),(578,'2019-12-30 17:18:35','Andrew_Wingfield (uid: 680) has set Eddy_X_Marshall\'s (uid: 708) rank in Rebels MC (id: 1) to Prospect (1).'),(579,'2019-12-30 17:23:34','Andrew Wingfield (uid: 680) crafts a shotgun using 500 materials from the gang stash.'),(580,'2019-12-30 17:24:02','Andrew_Wingfield (uid: 680) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(581,'2019-12-30 18:39:36','Andrew Wingfield (uid: 680) crafts a Desert Eagle using 2000 materials from the gang stash.'),(582,'2019-12-30 18:39:44','Andrew_Wingfield (uid: 680) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(583,'2019-12-30 19:13:59','Demarco_Houston (uid: 648) has quit Cicada 3301 (id: 3) has rank Babloku (6).'),(584,'2019-12-30 19:32:31','Max_Gucci_Cobra (uid: 649) has quit Cicada 3301 (id: 3) has rank Employee (0).'),(585,'2019-12-30 20:29:26','Kelsyus_Restgard (uid: 691) deposits 5000 materials in the gang stash.'),(586,'2019-12-30 20:48:55','Jaycon_Mendez (uid: 711) has quit Urban Demons (id: 0) has rank King of the Hell (6).'),(587,'2019-12-30 20:55:39','Kelsyus_Restgard (uid: 691) has invited Jeff_James (uid: 698) to Urban Demons (id: 0).'),(588,'2019-12-30 21:35:46','Andrew_Wingfield (uid: 680) has invited Alex_Bio (uid: 632) to Rebels MC (id: 1).'),(589,'2019-12-30 21:36:10','Kelsyus_Restgard (uid: 691) withdraws $5000 from the gang stash.'),(590,'2019-12-30 21:36:39','Kelsyus_Restgard (uid: 691) withdraws 2 grams of cocaine from the gang stash.'),(591,'2019-12-30 21:38:57','Kelsyus_Restgard (uid: 691) withdraws 30 FMJ ammo from the gang stash.'),(592,'2019-12-30 22:25:52','Andrew_Wingfield (uid: 680) has set Jeremy_Baratheon\'s (uid: 705) rank in Rebels MC (id: 1) to Original (2).'),(593,'2019-12-30 23:24:51','Kelsyus_Restgard (uid: 691) has invited Eduardo_Mendez (uid: 718) to Urban Demons (id: 0).'),(594,'2019-12-30 23:28:56','Kelsyus_Restgard (uid: 691) withdraws a sniper rifle from the Urban Demons (id: 0) gang stash.'),(595,'2019-12-30 23:31:34','Kelsyus_Restgard (uid: 691) withdraws $10000 from the gang stash.'),(596,'2019-12-30 23:32:14','Kelsyus_Restgard (uid: 691) has set Eduardo_Mendez\'s (uid: 718) rank in Urban Demons (id: 0) to Demon (3).'),(597,'2019-12-30 23:32:37','Kelsyus_Restgard (uid: 691) has set Eduardo_Mendez\'s (uid: 718) rank in Urban Demons (id: 0) to Hell\'s solider (4).'),(598,'2019-12-30 23:36:50','Eduardo_Mendez (uid: 718) withdraws an M4 from the Urban Demons (id: 0) gang stash.'),(599,'2019-12-31 00:02:56','Kelsyus_Restgard (uid: 691) withdraws an M4 from the Urban Demons (id: 0) gang stash.'),(600,'2019-12-31 00:02:59','Kelsyus_Restgard (uid: 691) withdraws a SPAS-12 from the Urban Demons (id: 0) gang stash.');
  816. /*!40000 ALTER TABLE `log_gang` ENABLE KEYS */;
  817. UNLOCK TABLES;
  818. --
  819. -- Table structure for table `log_give`
  820. --
  821. DROP TABLE IF EXISTS `log_give`;
  822. /*!40101 SET @saved_cs_client = @@character_set_client */;
  823. /*!40101 SET character_set_client = utf8 */;
  824. CREATE TABLE `log_give` (
  825. `id` int(10) NOT NULL AUTO_INCREMENT,
  826. `date` datetime DEFAULT NULL,
  827. `description` varchar(255) DEFAULT NULL,
  828. PRIMARY KEY (`id`)
  829. ) ENGINE=InnoDB AUTO_INCREMENT=1042 DEFAULT CHARSET=latin1;
  830. /*!40101 SET character_set_client = @saved_cs_client */;
  831. --
  832. -- Dumping data for table `log_give`
  833. --
  834. LOCK TABLES `log_give` WRITE;
  835. /*!40000 ALTER TABLE `log_give` DISABLE KEYS */;
  836. INSERT INTO `log_give` VALUES (969,'2019-12-26 21:28:05','Edward_Collins (uid: 629) (IP: 197.14.67.10) gives $1 to Alex_Bio (uid: 632) (IP: 94.69.229.248)'),(970,'2019-12-27 17:53:34','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(971,'2019-12-27 17:53:38','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(972,'2019-12-27 17:53:43','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(973,'2019-12-27 17:53:48','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(974,'2019-12-27 17:53:56','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(975,'2019-12-27 17:54:01','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(976,'2019-12-27 17:54:09','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(977,'2019-12-27 17:54:17','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(978,'2019-12-27 17:54:21','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(979,'2019-12-27 17:54:26','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(980,'2019-12-27 17:54:31','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(981,'2019-12-27 17:54:46','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(982,'2019-12-27 17:54:56','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(983,'2019-12-27 17:55:01','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(984,'2019-12-27 17:55:06','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(985,'2019-12-27 17:55:41','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(986,'2019-12-27 17:55:48','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(987,'2019-12-27 17:55:58','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(988,'2019-12-27 17:56:06','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(989,'2019-12-27 17:56:15','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(990,'2019-12-27 17:56:24','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(991,'2019-12-27 17:56:30','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(992,'2019-12-27 17:56:34','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(993,'2019-12-27 17:56:38','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(994,'2019-12-27 17:56:41','Jack_Smith (uid: 634) (IP: 41.100.116.5) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.116.5)'),(995,'2019-12-27 17:57:13','Jack_Riggs (uid: 631) (IP: 41.100.116.5) gives $1000 to Jack_Smith (uid: 634) (IP: 41.100.116.5)'),(996,'2019-12-27 21:47:13','Edward_Collins (uid: 629) gives 25 grams of cocaine to Fresca_Brooks (uid: 639)'),(997,'2019-12-28 00:43:47','Alex_Bio (uid: 632) (IP: 94.69.229.248) gives $15000 to Fresca_Brooks (uid: 639) (IP: 23.116.68.150)'),(998,'2019-12-28 03:55:15','Tommy_Riggs (uid: 634) purchased a Buffalo for The Italian Mafia for $80000.'),(999,'2019-12-29 03:14:07','Edward_Collins (uid: 629) (IP: 197.14.117.81) gives $5000 to Jack_Riggs (uid: 631) (IP: 197.206.211.211)'),(1000,'2019-12-29 03:14:11','Edward_Collins (uid: 629) (IP: 197.14.117.81) gives $50000 to Jack_Riggs (uid: 631) (IP: 197.206.211.211)'),(1001,'2019-12-29 07:04:33','Edward_Collins (uid: 629) (IP: 197.14.117.81) gives $500 to Brandon_Lee (uid: 670) (IP: 124.104.198.90)'),(1002,'2019-12-29 07:05:55','Edward_Collins (uid: 629) (IP: 197.14.117.81) gives $5000 to Brandon_Lee (uid: 670) (IP: 124.104.198.90)'),(1003,'2019-12-29 19:04:50','Demarco_Houston (uid: 648) gives 5 grams of weed to Joseph_Profaci (uid: 682)'),(1004,'2019-12-29 19:10:42','Demarco_Houston (uid: 648) gives 10 cigars to Joseph_Profaci (uid: 682)'),(1005,'2019-12-29 21:48:40','Charles_Riggs (uid: 683) (IP: 41.100.155.160) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.86.123)'),(1006,'2019-12-29 21:48:51','Charles_Riggs (uid: 683) (IP: 41.100.155.160) gives $1000 to Jack_Riggs (uid: 631) (IP: 41.100.86.123)'),(1007,'2019-12-29 22:06:20','Max_Gucci_Cobra (uid: 649) gives their M4 to Alex_Bio (uid: 632)'),(1008,'2019-12-29 22:18:54','Alex_Bio (uid: 632) (IP: 94.69.229.31) gives $10000 to Michael_Joshua (uid: 635) (IP: 41.108.157.104)'),(1009,'2019-12-29 22:48:47','Demarco_Houston (uid: 648) gives their Desert Eagle to Derek_Jethro_Gibbs (uid: 687)'),(1010,'2019-12-30 12:58:54','Jack_Riggs (uid: 631) (IP: 41.103.200.40) gives $10000 to Tommy_Riggs (uid: 700) (IP: 41.103.200.40)'),(1011,'2019-12-30 15:58:01','Max_Gucci_Cobra (uid: 649) (IP: 85.187.190.70) gives $5 to Jeremy_Baratheon (uid: 705) (IP: 84.241.206.38)'),(1012,'2019-12-30 17:22:32','Andrew_Wingfield (uid: 680) gives their Desert Eagle to Eddy_X_Marshall (uid: 708)'),(1013,'2019-12-30 17:23:22','Andrew_Wingfield (uid: 680) gives their Combat Shotgun to Eddy_X_Marshall (uid: 708)'),(1014,'2019-12-30 21:57:15','Edward_Collins (uid: 629) (IP: 197.14.89.74) gives $3000 to Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29)'),(1015,'2019-12-30 21:57:23','Edward_Collins (uid: 629) (IP: 197.14.89.74) gives $28000 to Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29)'),(1016,'2019-12-30 22:03:17','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1017,'2019-12-30 22:03:19','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1018,'2019-12-30 22:03:22','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1019,'2019-12-30 22:03:26','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1020,'2019-12-30 22:03:31','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1021,'2019-12-30 22:03:34','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1022,'2019-12-30 22:03:40','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1023,'2019-12-30 22:03:43','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1024,'2019-12-30 22:03:49','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1025,'2019-12-30 22:03:53','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1026,'2019-12-30 22:03:56','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1027,'2019-12-30 22:04:00','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1028,'2019-12-30 22:04:03','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1029,'2019-12-30 22:04:35','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1030,'2019-12-30 22:04:38','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1031,'2019-12-30 22:04:42','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1032,'2019-12-30 22:04:46','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1033,'2019-12-30 22:04:51','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1034,'2019-12-30 22:04:55','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1035,'2019-12-30 22:04:58','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1036,'2019-12-30 22:05:05','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1037,'2019-12-30 22:05:15','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1038,'2019-12-30 22:05:18','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $1000 to Edward_Collins (uid: 629) (IP: 197.14.89.74)'),(1039,'2019-12-30 22:10:52','Edward_Collins (uid: 629) (IP: 197.14.89.74) gives $23026 to Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29)'),(1040,'2019-12-31 00:34:58','Jessica_Collins (uid: 637) (IP: 184.152.55.95) gives $5000 to Brandon_Lee (uid: 670) (IP: 124.104.171.106)'),(1041,'2019-12-31 00:35:01','Heidi_Aukje_Grundel (uid: 689) (IP: 86.83.121.29) gives $3 to Brandon_Lee (uid: 670) (IP: 124.104.171.106)');
  837. /*!40000 ALTER TABLE `log_give` ENABLE KEYS */;
  838. UNLOCK TABLES;
  839. --
  840. -- Table structure for table `log_namechanges`
  841. --
  842. DROP TABLE IF EXISTS `log_namechanges`;
  843. /*!40101 SET @saved_cs_client = @@character_set_client */;
  844. /*!40101 SET character_set_client = utf8 */;
  845. CREATE TABLE `log_namechanges` (
  846. `id` int(10) NOT NULL AUTO_INCREMENT,
  847. `date` datetime DEFAULT NULL,
  848. `description` varchar(255) DEFAULT NULL,
  849. PRIMARY KEY (`id`)
  850. ) ENGINE=InnoDB AUTO_INCREMENT=129 DEFAULT CHARSET=latin1;
  851. /*!40101 SET character_set_client = @saved_cs_client */;
  852. --
  853. -- Dumping data for table `log_namechanges`
  854. --
  855. LOCK TABLES `log_namechanges` WRITE;
  856. /*!40000 ALTER TABLE `log_namechanges` DISABLE KEYS */;
  857. INSERT INTO `log_namechanges` VALUES (101,'2019-12-27 00:17:12','Edward_Collins (uid: 629) accepted Kane_Brooks\'s (uid: 639) free namechange to Fresca_Brooks.'),(102,'2019-12-27 00:17:25','Edward_Collins (uid: 629) changed Edward_Collins\'s (uid: 629) name to ....'),(103,'2019-12-27 00:17:39','... (uid: 629) changed ...\'s (uid: 629) name to Edward_Collins.'),(104,'2019-12-27 00:29:03','Kane_King (uid: 636) changed Kane_King\'s (uid: 636) name to Rico_Maldonado.'),(105,'2019-12-27 18:11:07','Alex_Bio (uid: 632) changed Jack_Smith\'s (uid: 634) name to Tommy_Riggs.'),(106,'2019-12-29 23:39:12','Latjon_Rezar (uid: 684) accepted Latjon_Rezar\'s (uid: 684) free namechange to OG_Loc.'),(107,'2019-12-29 23:41:49','OG_Loc (uid: 684) accepted OG_Loc\'s (uid: 684) free namechange to Latjon_Rezar.'),(108,'2019-12-30 00:48:14','Andrew_Wingfield (uid: 680) changed Derek_Jethro_Gibbs\'s (uid: 687) name to u_gay.'),(109,'2019-12-30 00:48:28','Andrew_Wingfield (uid: 680) changed u_gay\'s (uid: 687) name to Derek_Jethro_Gibbs.'),(110,'2019-12-30 06:31:57','Brandon_Lee (uid: 670) accepted Emnauel_Payne\'s (uid: 694) free namechange to Emanuel_Payne.'),(111,'2019-12-30 07:27:29','Edward_Collins (uid: 629) accepted Fresca_Brooks\'s (uid: 639) free namechange to Fresca_Collins.'),(112,'2019-12-30 13:41:59','Alex_Bio (uid: 632) accepted Fin_Ta\'s (uid: 701) free namechange to Richard_Labuel.'),(113,'2019-12-30 16:34:20','Josh_Paraiso (uid: 646) accepted Josh_Paraiso\'s (uid: 646) free namechange to Conan_oBrien.'),(114,'2019-12-30 16:35:38','Conan_oBrien (uid: 646) accepted Conan_oBrien\'s (uid: 646) free namechange to Edward_CoIIins.'),(115,'2019-12-30 16:39:16','Edward_CoIIins (uid: 646) accepted Edward_CoIIins\'s (uid: 646) free namechange to Emily_WiIIiams.'),(116,'2019-12-30 16:41:33','Emily_WiIIiams (uid: 646) accepted Emily_WiIIiams\'s (uid: 646) free namechange to AIex_Bio.'),(117,'2019-12-30 16:44:05','AIex_Bio (uid: 646) accepted AIex_Bio\'s (uid: 646) free namechange to Andrew_WingfieId.'),(118,'2019-12-30 16:49:21','Andrew_WingfieId (uid: 646) accepted Andrew_WingfieId\'s (uid: 646) free namechange to Catriona_Black.'),(119,'2019-12-30 20:29:27','Andrew_Wingfield (uid: 680) accepted Jayden_Houston\'s (uid: 679) free namechange to Valentino_Corleone.'),(120,'2019-12-30 20:31:23','Jaycon_Mendez (uid: 711) accepted Valentino_Corleone\'s (uid: 679) free namechange to Jayden_Houston.'),(121,'2019-12-30 21:48:52','Edward_Collins (uid: 629) changed Edward_Collins\'s (uid: 629) name to Emanuel_Einstein.'),(122,'2019-12-30 21:49:20','Emanuel_Einstein (uid: 629) changed Emanuel_Einstein\'s (uid: 629) name to Edward_Collins.'),(123,'2019-12-30 22:01:25','Jaycon_Mendez (uid: 711) accepted Jayden_Houston\'s (uid: 679) free namechange to Valentino_Corleone.'),(124,'2019-12-30 22:15:57','Andrew_Wingfield (uid: 680) accepted Valentino_Corleone\'s (uid: 679) free namechange to Jayden_Houston.'),(125,'2019-12-30 22:49:28','Edward_Collins (uid: 629) changed Jack_Riggs\'s (uid: 631) name to Martin_Stewarts.'),(126,'2019-12-30 23:05:45','Demarco_Houston (uid: 648) accepted Jeffrey_Adkins\'s (uid: 717) free namechange to Adam_Collins.'),(127,'2019-12-30 23:38:41','Edward_Collins (uid: 629) changed Menace_Lee\'s (uid: 715) name to Mike_Jacobs.'),(128,'2019-12-30 23:50:25','Demarco_Houston (uid: 648) accepted Mike_Jacobs\'s (uid: 715) free namechange to Jazz_Grizzly.');
  858. /*!40000 ALTER TABLE `log_namechanges` ENABLE KEYS */;
  859. UNLOCK TABLES;
  860. --
  861. -- Table structure for table `log_property`
  862. --
  863. DROP TABLE IF EXISTS `log_property`;
  864. /*!40101 SET @saved_cs_client = @@character_set_client */;
  865. /*!40101 SET character_set_client = utf8 */;
  866. CREATE TABLE `log_property` (
  867. `id` int(10) NOT NULL AUTO_INCREMENT,
  868. `date` datetime DEFAULT NULL,
  869. `description` varchar(255) DEFAULT NULL,
  870. PRIMARY KEY (`id`)
  871. ) ENGINE=InnoDB AUTO_INCREMENT=195 DEFAULT CHARSET=latin1;
  872. /*!40101 SET character_set_client = @saved_cs_client */;
  873. --
  874. -- Dumping data for table `log_property`
  875. --
  876. LOCK TABLES `log_property` WRITE;
  877. /*!40000 ALTER TABLE `log_property` DISABLE KEYS */;
  878. INSERT INTO `log_property` VALUES (138,'2019-12-27 00:22:03','Michael_Joshua (uid: 635) purchased Apartment (id: 113) for $50000.'),(139,'2019-12-27 00:23:25','Michael_Joshua (uid: 635) purchased Large garage (id: 21) for $250000.'),(140,'2019-12-27 00:27:51','Michael_Joshua (uid: 635) purchased a Sultan for $100000.'),(141,'2019-12-27 00:37:42','Jessica_Collins (uid: 637) purchased Large garage (id: 23) for $250000.'),(142,'2019-12-27 04:37:01','Edward_Collins (uid: 629) purchased a land (id: 5) in Market for $1.'),(143,'2019-12-27 19:55:32','Demarco_Houston (uid: 648) purchased Clothes Shop (id: 181) for $0.'),(144,'2019-12-28 03:12:45','Tommy_Riggs (uid: 634) purchased a Tampa for $23000.'),(145,'2019-12-28 03:54:07','Tommy_Riggs (uid: 634) sold their Tampa (id: 291) to the dealership for $17250'),(146,'2019-12-28 11:19:32','Jack_Jackson (uid: 660) purchased a land (id: 1) in Marina for $1.'),(147,'2019-12-28 11:40:58','Jack_Jackson (uid: 660) sold their land (id: 1) to the state for $1'),(148,'2019-12-28 11:41:17','Jack_Jackson (uid: 660) purchased a land (id: 1) in Marina for $1.'),(149,'2019-12-28 11:41:44','Jack_Jackson (uid: 660) sold their land (id: 1) to the state for $1'),(150,'2019-12-28 11:42:02','Jack_Jackson (uid: 660) sold their house (id: 122) to the state for $0'),(151,'2019-12-28 11:45:11','Jack_Jackson (uid: 660) purchased a land (id: 1) in Marina for $1.'),(152,'2019-12-28 11:45:44','Jack_Jackson (uid: 660) (IP: 41.100.106.234) sold their land (id: 1) for $1 to Edward_Collins (uid: 629) (IP: 197.14.117.81)'),(153,'2019-12-28 11:57:56','Jack_Jackson (uid: 660) purchased House (id: 122) for $0.'),(154,'2019-12-28 12:08:37','Jack_Jackson (uid: 660) (IP: 41.100.106.234) sold their Sultan (id: 298) for $1 to Carl_Johnson (uid: 656) (IP: 103.3.82.212)'),(155,'2019-12-28 14:17:23','Michael_Joshua (uid: 635) purchased a Huntley for $80000.'),(156,'2019-12-28 14:55:35','Michael_Joshua (uid: 635) upgraded their house interior (id: 113) to interior 1 for $75000.'),(157,'2019-12-28 21:37:09','Jack_Jackson (uid: 660) (IP: 41.100.185.245) sold their NRG-500 (id: 303) for $1 to Jack_Riggs (uid: 631) (IP: 41.101.26.137)'),(158,'2019-12-28 22:01:20','Michael_Joshua (uid: 635) upgraded the stash of their Sultan (id: 307) to level 1/3.'),(159,'2019-12-28 22:01:21','Michael_Joshua (uid: 635) upgraded the stash of their Sultan (id: 307) to level 2/3.'),(160,'2019-12-28 22:01:22','Michael_Joshua (uid: 635) upgraded the stash of their Sultan (id: 307) to level 3/3.'),(161,'2019-12-28 22:01:28','Michael_Joshua (uid: 635) paid $20000 to set the license plate of their Sultan (id: 307) to Phantom.'),(162,'2019-12-29 01:44:05','Edward_Collins (uid: 629) sold their FCR-900 (id: 285) to the dealership for $0'),(163,'2019-12-29 03:27:26','Edward_Collins (uid: 629) purchased a Tampa for $23000.'),(164,'2019-12-29 03:36:26','Edward_Collins (uid: 629) sold their Tampa (id: 312) to the dealership for $17250'),(165,'2019-12-29 07:27:56','Brandon_Lee (uid: 670) purchased Large garage (id: 3) for $0.'),(166,'2019-12-29 07:28:24','Brandon_Lee (uid: 670) purchased a land (id: 1) in Downtown Los Santos for $1.'),(167,'2019-12-29 07:55:14','Brandon_Lee (uid: 670) purchased Clothes Shop (id: 184) for $0.'),(168,'2019-12-29 07:57:08','Richard_Labuela (uid: 673) purchased a land (id: 2) in East Los Santos for $1.'),(169,'2019-12-29 10:55:26','Demarco_Houston (uid: 648) purchased House (id: 126) for $0.'),(170,'2019-12-29 11:10:38','Demarco_Houston (uid: 648) purchased Medium garage (id: 4) for $0.'),(171,'2019-12-29 11:32:04','Jack_Jackson (uid: 660) purchased House (id: 127) for $0.'),(172,'2019-12-29 14:39:36','Demarco_Houston (uid: 648) purchased a Sanchez for $30000.'),(173,'2019-12-29 14:44:05','Max_Gucci_Cobra (uid: 649) purchased Large garage (id: 5) for $0.'),(174,'2019-12-29 16:15:21','Josh_Paraiso (uid: 646) purchased a Admiral for $42500.'),(175,'2019-12-29 16:36:17','Jayden_Houston (uid: 679) purchased House (id: 130) for $0.'),(176,'2019-12-29 16:36:27','Jayden_Houston (uid: 679) purchased Large garage (id: 6) for $0.'),(177,'2019-12-29 18:40:35','Joseph_Profaci (uid: 682) purchased House (id: 131) for $0.'),(178,'2019-12-29 18:52:22','Max_Gucci_Cobra (uid: 649) purchased House (id: 132) for $30000.'),(179,'2019-12-29 19:10:56','Jack_Riggs (uid: 631) (IP: 41.100.86.123) sold their NRG-500 (id: 303) for $1 to Charles_Riggs (uid: 683) (IP: 41.100.155.160)'),(180,'2019-12-29 19:24:43','Joseph_Profaci (uid: 682) purchased Clothes Shop (id: 177) for $25000.'),(181,'2019-12-29 20:52:18','Charles_Riggs (uid: 683) purchased House (id: 133) for $0.'),(182,'2019-12-29 20:53:20','Charles_Riggs (uid: 683) purchased Large garage (id: 8) for $0.'),(183,'2019-12-29 21:18:46','Charles_Riggs (uid: 683) sold their Large garage (id: 9) to the state for $187500'),(184,'2019-12-29 21:39:57','Joseph_Profaci (uid: 682) sold their Clothes Shop business (id: 177) to the state for $18750'),(185,'2019-12-29 21:40:42','Joseph_Profaci (uid: 682) purchased Gun Shop (id: 176) for $30000.'),(186,'2019-12-29 21:44:28','Charles_Riggs (uid: 683) (IP: 41.100.155.160) sold their NRG-500 (id: 303) for $1 to Demarco_Houston (uid: 648) (IP: 46.19.228.14)'),(187,'2019-12-29 23:25:51','Duke_Baratheon (uid: 685) purchased Club/Bar (id: 186) for $0.'),(188,'2019-12-30 03:35:17','Bryan_Hawk (uid: 690) purchased Advertisement Agency (id: 180) for $7500.'),(189,'2019-12-30 07:55:49','Edward_Collins (uid: 629) purchased a land (id: 2) in Verona Beach for $1.'),(190,'2019-12-30 14:31:15','Max_Gucci_Cobra (uid: 649) purchased a land (id: 2) in Commerce for $1.'),(191,'2019-12-30 19:22:06','Max_Gucci_Cobra (uid: 649) purchased Restaurant (id: 179) for $15000.'),(192,'2019-12-30 21:39:57','James_Carter (uid: 633) purchased Supermarket (id: 192) for $1.'),(193,'2019-12-30 23:03:37','Heidi_Aukje_Grundel (uid: 689) purchased Clothes Shop (id: 187) for $75000.'),(194,'2019-12-30 23:03:43','Heidi_Aukje_Grundel (uid: 689) purchased Supermarket (id: 188) for $89000.');
  879. /*!40000 ALTER TABLE `log_property` ENABLE KEYS */;
  880. UNLOCK TABLES;
  881. --
  882. -- Table structure for table `log_punishments`
  883. --
  884. DROP TABLE IF EXISTS `log_punishments`;
  885. /*!40101 SET @saved_cs_client = @@character_set_client */;
  886. /*!40101 SET character_set_client = utf8 */;
  887. CREATE TABLE `log_punishments` (
  888. `id` int(10) NOT NULL AUTO_INCREMENT,
  889. `date` datetime DEFAULT NULL,
  890. `description` varchar(255) DEFAULT NULL,
  891. PRIMARY KEY (`id`)
  892. ) ENGINE=InnoDB AUTO_INCREMENT=291 DEFAULT CHARSET=latin1;
  893. /*!40101 SET character_set_client = @saved_cs_client */;
  894. --
  895. -- Dumping data for table `log_punishments`
  896. --
  897. LOCK TABLES `log_punishments` WRITE;
  898. /*!40000 ALTER TABLE `log_punishments` DISABLE KEYS */;
  899. INSERT INTO `log_punishments` VALUES (221,'2019-12-26 21:25:05','Edward_Collins (uid: 629) kicked Jack_Riggs (uid: 631), reason: DO NOT LOG IN '),(222,'2019-12-27 00:05:19','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: nas'),(223,'2019-12-27 00:05:28','Edward_Collins (uid: 629) prisoned Edward_Collins (uid: 629) for 60 minutes, reason: DM [/dm]'),(224,'2019-12-27 00:07:23','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(225,'2019-12-27 00:32:49','Edward_Collins (uid: 629) kicked Kane_Brooks (uid: 640), reason: Login with Fresca Brooks'),(226,'2019-12-27 01:08:32','Rico_Maldonado (uid: 636) kicked Jack_Riggs (uid: 631), reason: Make our owner mad again and you\'re banned.'),(227,'2019-12-27 01:15:08','Jessica_Collins (uid: 637) silently kicked Jessica_Collins (uid: 637), reason: Useless Jes (GTG)'),(228,'2019-12-27 01:19:45','Edward_Collins (uid: 629) kicked Jack_Riggs (uid: 631), reason: Enough.'),(229,'2019-12-27 03:08:19','Edward_Collins (uid: 629) has unbanned fresca_brooks.'),(230,'2019-12-27 04:29:13','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(231,'2019-12-27 04:30:59','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(232,'2019-12-27 04:31:11','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(233,'2019-12-27 04:31:21','Edward_Collins (uid: 629) prisoned Edward_Collins (uid: 629) for 60 minutes, reason: DM [/dm]'),(234,'2019-12-27 04:32:18','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(235,'2019-12-27 06:59:51','Jessica_Collins (uid: 637) silently kicked Jessica_Collins (uid: 637), reason: Crazy'),(236,'2019-12-28 04:25:16','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(237,'2019-12-28 04:25:22','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(238,'2019-12-28 04:25:29','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 1 minutes, reason: .'),(239,'2019-12-28 04:26:28','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 1 minutes, reason: .'),(240,'2019-12-28 04:26:34','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 1 minutes, reason: .'),(241,'2019-12-28 04:28:07','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 1 minutes, reason: .'),(242,'2019-12-28 04:29:14','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 1 minutes, reason: .'),(243,'2019-12-28 04:35:25','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 999999999 minutes, reason: requested'),(244,'2019-12-28 04:35:32','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 999999999 minutes, reason: requested'),(245,'2019-12-28 04:35:46','Edward_Collins (uid: 629) jailed Max_Gucci_Cobra (uid: 649) for 999999 minutes, reason: requested'),(246,'2019-12-28 04:36:07','Edward_Collins (uid: 629) jailed Edward_Collins (uid: 629) for 9899 minutes, reason: .'),(247,'2019-12-28 08:17:05','Edward_Collins (uid: 629) banned Carlos_Kantana (uid: 655), reason: Impersonator.'),(248,'2019-12-28 13:18:28','Edward_Collins (uid: 629) has unbanned max_gucci_cobra.'),(249,'2019-12-28 14:51:20','Michael_Joshua (uid: 635) warned Jack_Jackson (uid: 660), reason: Dont MG and learn how to Roleplay (1/3)'),(250,'2019-12-28 18:44:06','Demarco_Houston (uid: 648) offline prisoned Jack_Jackson for 20 minutes, reason: LTA, PG\'ing.'),(251,'2019-12-28 20:41:26','Alex_Bio (uid: 632) kicked Jack_Jackson (uid: 660), reason: Next time u ask me i will jail you.'),(252,'2019-12-28 21:56:11','Michael_Joshua (uid: 635) warned Jack_Riggs (uid: 631), reason: Dont ask players if they\'re in your gang OOCLY (1/3)'),(253,'2019-12-28 22:06:56','Michael_Joshua (uid: 635) warned Jack_Jackson (uid: 660), reason: Dont MG (2/3)'),(254,'2019-12-28 22:07:19','Michael_Joshua (uid: 635) warned Jack_Jackson (uid: 660), reason: Dont ask for weapons OOCLY (3/3)'),(255,'2019-12-29 00:23:31','Edward_Collins (uid: 629) kicked Jack_Jackson (uid: 0), reason: Bro wtf is this ping? You\'ll crash the server'),(256,'2019-12-29 00:29:52','Edward_Collins (uid: 629) kicked Mo_Hazard (uid: 665), reason: Turn off your VPN and login with your main account.'),(257,'2019-12-29 00:33:41','Edward_Collins (uid: 629) kicked John_Aissi (uid: 666), reason: Login with your main account bro.. last warning.'),(258,'2019-12-29 00:34:45','Edward_Collins (uid: 629) has unbanned Jack_Jackson.'),(259,'2019-12-29 00:35:36','Edward_Collins (uid: 629) kicked Mo_Hazard (uid: 0), reason: Your Jack_Jackson is unbanned, login with it'),(260,'2019-12-29 07:59:07','Edward_Collins (uid: 629) banned Richard_Labuela (uid: 673), reason: bye'),(261,'2019-12-29 11:32:11','Demarco_Houston (uid: 648) kicked Jack_Jackson (uid: 660), reason: Spamming.'),(262,'2019-12-29 12:44:44','Edward_Collins (uid: 629) silently kicked Jack_Jackson (uid: 660), reason: noob'),(263,'2019-12-29 12:44:54','Edward_Collins (uid: 629) silently kicked Edward_Collins (uid: 629), reason: a'),(264,'2019-12-29 12:50:46','Edward_Collins (uid: 629) kicked Jack_Jackson (uid: 660), reason: .'),(265,'2019-12-29 12:50:56','Edward_Collins (uid: 629) offline banned jack_jackson, reason: .'),(266,'2019-12-29 13:17:06','Edward_Collins (uid: 629) kicked Hakim_Beri (uid: 678), reason: Login with your main account.'),(267,'2019-12-29 14:01:49','Edward_Collins (uid: 629) warned Michael_Joshua (uid: 635), reason: . (1/3)'),(268,'2019-12-29 14:01:49','Edward_Collins (uid: 629) warned Michael_Joshua (uid: 635), reason: . (2/3)'),(269,'2019-12-29 14:01:50','Edward_Collins (uid: 629) warned Michael_Joshua (uid: 635), reason: . (3/3)'),(270,'2019-12-29 14:02:00','Edward_Collins (uid: 629) has unbanned Michael_Joshua.'),(271,'2019-12-29 20:55:50','Jessica_Collins (uid: 637) offline prisoned Charles_Riggs for 15 minutes, reason: LTA'),(272,'2019-12-29 22:39:43','Michael_Joshua (uid: 635) warned Charles_Riggs (uid: 683), reason: Dont MG (1/3)'),(273,'2019-12-29 22:51:03','Alex_Bio (uid: 632) offline prisoned Charles_Riggs for 60 minutes, reason: LTA'),(274,'2019-12-29 23:07:09','Demarco_Houston (uid: 648) kicked Charles_Riggs (uid: 683), reason: Spamming over /pm\'s and OOC chat, {LAST WARNING}.'),(275,'2019-12-29 23:16:56','Demarco_Houston (uid: 648) banned Charles_Riggs (uid: 683), reason: Banned for 2 days, {Warned 3/3}.'),(276,'2019-12-30 03:38:09','Josh_Paraiso (uid: 646) prisoned Josh_Paraiso (uid: 646) for 60 minutes, reason: DM [/dm]'),(277,'2019-12-30 06:29:30','Edward_Collins (uid: 629) kicked Brandon_Lee (uid: 670), reason: Annoying kid'),(278,'2019-12-30 07:22:35','Edward_Collins (uid: 629) kicked Brandon_Lee (uid: 670), reason: Don\'t ask a helper to /report again, i\'m warning you'),(279,'2019-12-30 11:02:44','Edward_Collins (uid: 629) kicked Brandon_Lee (uid: 670), reason: Stop asking for money'),(280,'2019-12-30 11:49:00','Edward_Collins (uid: 629) has unbanned Duke_Baratheon.'),(281,'2019-12-30 13:40:42','Alex_Bio (uid: 632) kicked Fin_Ta (uid: 701), reason: Come back with a more proper RP name.a'),(282,'2019-12-30 13:44:56','Alex_Bio (uid: 632) banned Richard_Labuel (uid: 701), reason: Ban evade.'),(283,'2019-12-30 14:13:01','Edward_Collins (uid: 629) kicked Barney_ONeill (uid: 0), reason: Relog.'),(284,'2019-12-30 15:08:21','Edward_Collins (uid: 629) kicked cankat_tawfik (uid: 706), reason: Trolling.'),(285,'2019-12-30 18:50:45','Edward_Collins (uid: 629) banned Artyom_Sergeyev (uid: 712), reason: Impersonator, Jack_Riggs, Tommy_Riggs.. Lying to admins.'),(286,'2019-12-30 20:46:33','Michael_Joshua (uid: 635) jailed Louay_Smith (uid: 713) for 60 minutes, reason: Spamming PM\'s and OOC asking to join'),(287,'2019-12-30 20:47:00','Edward_Collins (uid: 629) silently kicked Louay_Smith (uid: 713), reason: Have a break bro.. Stop annoying us'),(288,'2019-12-30 21:00:31','Jaycon_Mendez (uid: 711) jailed Louay_Smith (uid: 713) for 5 minutes, reason: PG'),(289,'2019-12-30 21:07:16','Edward_Collins (uid: 629) banned Louay_Smith (uid: 713), reason: Ban Evasion.'),(290,'2019-12-30 23:21:54','Demarco_Houston (uid: 648) banned Adam_Collins (uid: 717), reason: Fuck outta here.');
  900. /*!40000 ALTER TABLE `log_punishments` ENABLE KEYS */;
  901. UNLOCK TABLES;
  902. --
  903. -- Table structure for table `log_referrals`
  904. --
  905. DROP TABLE IF EXISTS `log_referrals`;
  906. /*!40101 SET @saved_cs_client = @@character_set_client */;
  907. /*!40101 SET character_set_client = utf8 */;
  908. CREATE TABLE `log_referrals` (
  909. `id` int(10) NOT NULL AUTO_INCREMENT,
  910. `date` datetime DEFAULT NULL,
  911. `description` varchar(255) DEFAULT NULL,
  912. PRIMARY KEY (`id`)
  913. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  914. /*!40101 SET character_set_client = @saved_cs_client */;
  915. --
  916. -- Dumping data for table `log_referrals`
  917. --
  918. LOCK TABLES `log_referrals` WRITE;
  919. /*!40000 ALTER TABLE `log_referrals` DISABLE KEYS */;
  920. /*!40000 ALTER TABLE `log_referrals` ENABLE KEYS */;
  921. UNLOCK TABLES;
  922. --
  923. -- Table structure for table `log_vip`
  924. --
  925. DROP TABLE IF EXISTS `log_vip`;
  926. /*!40101 SET @saved_cs_client = @@character_set_client */;
  927. /*!40101 SET character_set_client = utf8 */;
  928. CREATE TABLE `log_vip` (
  929. `id` int(10) NOT NULL AUTO_INCREMENT,
  930. `date` datetime DEFAULT NULL,
  931. `description` varchar(255) DEFAULT NULL,
  932. PRIMARY KEY (`id`)
  933. ) ENGINE=InnoDB AUTO_INCREMENT=182 DEFAULT CHARSET=latin1;
  934. /*!40101 SET character_set_client = @saved_cs_client */;
  935. --
  936. -- Dumping data for table `log_vip`
  937. --
  938. LOCK TABLES `log_vip` WRITE;
  939. /*!40000 ALTER TABLE `log_vip` DISABLE KEYS */;
  940. INSERT INTO `log_vip` VALUES (142,'2019-12-26 23:25:22','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) a Legendary donator package for 15 days.'),(143,'2019-12-26 23:25:24','Edward_Collins (uid: 629) has given James_Carter (uid: 633) a Legendary donator package for 15 days.'),(144,'2019-12-26 23:25:25','Edward_Collins (uid: 629) has given Jack_Riggs (uid: 631) a Legendary donator package for 15 days.'),(145,'2019-12-26 23:25:27','Edward_Collins (uid: 629) has given Jack_Smith (uid: 634) a Legendary donator package for 15 days.'),(146,'2019-12-26 23:25:29','Edward_Collins (uid: 629) has given Alex_Bio (uid: 632) a Legendary donator package for 15 days.'),(147,'2019-12-26 23:58:41','Edward_Collins (uid: 629) has given Michael_Joshua (uid: 635) a Legendary donator package for 15 days.'),(148,'2019-12-27 00:00:13','Legendary VIP Michael_Joshua (uid: 635) has purchased phone number: 2060 for $20000.'),(149,'2019-12-27 00:18:42','Edward_Collins (uid: 629) has given Fresca_Brooks (uid: 639) a Legendary donator package for 15 days.'),(150,'2019-12-27 00:40:35','Legendary VIP Michael_Joshua (uid: 635) has purchased phone number: 2060 for $20000.'),(151,'2019-12-27 01:43:13','Kane (uid: 636) has given Kane (uid: 636) a Legendary donator package for 1 days.'),(152,'2019-12-27 20:53:21','Demarco_Houston (uid: 648) has given Demarco_Houston (uid: 648) a Legendary donator package for 300 days.'),(153,'2019-12-28 01:29:08','Edward_Collins (uid: 629) has given Max_Gucci_Cobra (uid: 649) a Legendary donator package for 15 days.'),(154,'2019-12-28 11:50:59','Edward_Collins (uid: 629) has given Jack_Jackson (uid: 660) a Legendary donator package for 15 days.'),(155,'2019-12-28 11:54:56','Legendary VIP Jack_Jackson (uid: 660) has given Carl_Johnson (uid: 656) a temporary one hour package.'),(156,'2019-12-29 04:00:51','Edward_Collins (uid: 629) has given Jamaika_Forest (uid: 668) a Legendary donator package for 15 days.'),(157,'2019-12-29 16:39:26','Edward_Collins (uid: 629) has given Jayden_Houston (uid: 679) a Legendary donator package for 15 days.'),(158,'2019-12-29 16:55:00','Rico_Maldonado (uid: 636) has given Rico_Maldonado (uid: 636) a Legendary donator package for 1 days.'),(159,'2019-12-29 16:55:15','Edward_Collins (uid: 629) has given Rico_Maldonado (uid: 636) a Legendary donator package for 365 days.'),(160,'2019-12-29 17:46:54','Alex_Bio (uid: 632) has given Andrew_Wingfield (uid: 680) a Legendary donator package for 30 days.'),(161,'2019-12-29 17:51:22','Legendary VIP Demarco_Houston (uid: 648) has purchased phone number: 1244 for $20000.'),(162,'2019-12-29 21:06:46','Alex_Bio (uid: 632) has given Duke_Baratheon (uid: 685) a Legendary donator package for 30 days.'),(163,'2019-12-29 22:17:54','Demarco_Houston (uid: 648) has given Derek_Jethro_Gibbs (uid: 687) a Limitless donator package for 15 days.'),(164,'2019-12-30 07:50:13','Edward_Collins (uid: 629) has removed Edward_Collins\'s (uid: 629) Legendary donator package.'),(165,'2019-12-30 07:50:28','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) a Legendary donator package for 3 days.'),(166,'2019-12-30 08:14:48','Edward_Collins (uid: 629) has given Brandon_Lee (uid: 670) a Legendary donator package for 15 days.'),(167,'2019-12-30 12:46:22','Legendary VIP Jack_Riggs (uid: 631) has given Barney_ONeill (uid: 699) a temporary one hour package.'),(168,'2019-12-30 14:17:32','Edward_Collins (uid: 629) has given Younes_Shelby (uid: 704) a Legendary donator package for 30 days.'),(169,'2019-12-30 15:12:27','Edward_Collins (uid: 629) has given Jeremy_Baratheon (uid: 705) a Legendary donator package for 15 days.'),(170,'2019-12-30 15:29:11','Edward_Collins (uid: 629) has given Edward_Collins (uid: 629) a Legendary donator package for 15 days.'),(171,'2019-12-30 19:00:42','Edward_Collins (uid: 629) has given Heidi_Aukje_Grundel (uid: 689) a Legendary donator package for 30 days.'),(172,'2019-12-30 19:01:19','Demarco_Houston (uid: 648) has given Jaycon_Mendez (uid: 711) a Legendary donator package for 30 days.'),(173,'2019-12-30 19:56:07','Legendary VIP Heidi_Aukje_Grundel (uid: 689) has purchased phone number: 1 for $20000.'),(174,'2019-12-30 20:31:51','Edward_Collins (uid: 629) has given Louay_Smith (uid: 713) a Legendary donator package for 15 days.'),(175,'2019-12-30 22:49:13','Edward_Collins (uid: 629) has given Menace_Lee (uid: 715) a Legendary donator package for 365 days.'),(176,'2019-12-30 22:49:50','Demarco_Houston (uid: 648) has given Jeffrey_Adkins (uid: 717) a Legendary donator package for 30 days.'),(177,'2019-12-30 23:07:18','Legendary VIP Fresca_Collins (uid: 639) has purchased phone number: -3 for $20000.'),(178,'2019-12-30 23:26:09','Demarco_Houston (uid: 648) has given Kelsyus_Restgard (uid: 691) a Legendary donator package for 30 days.'),(179,'2019-12-30 23:26:15','Demarco_Houston (uid: 648) has given Charlie_Weston (uid: 719) a Legendary donator package for 30 days.'),(180,'2019-12-30 23:27:27','Demarco_Houston (uid: 648) has given Akashi_Kishimoto (uid: 686) a Legendary donator package for 30 days.'),(181,'2019-12-30 23:31:38','Legendary VIP Kelsyus_Restgard (uid: 691) has purchased phone number: 666 for $20000.');
  941. /*!40000 ALTER TABLE `log_vip` ENABLE KEYS */;
  942. UNLOCK TABLES;
  943. --
  944. -- Table structure for table `phonebook`
  945. --
  946. DROP TABLE IF EXISTS `phonebook`;
  947. /*!40101 SET @saved_cs_client = @@character_set_client */;
  948. /*!40101 SET character_set_client = utf8 */;
  949. CREATE TABLE `phonebook` (
  950. `name` varchar(24) DEFAULT NULL,
  951. `number` int(10) DEFAULT NULL,
  952. UNIQUE KEY `number` (`number`)
  953. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  954. /*!40101 SET character_set_client = @saved_cs_client */;
  955. --
  956. -- Dumping data for table `phonebook`
  957. --
  958. LOCK TABLES `phonebook` WRITE;
  959. /*!40000 ALTER TABLE `phonebook` DISABLE KEYS */;
  960. INSERT INTO `phonebook` VALUES ('Me',1818);
  961. /*!40000 ALTER TABLE `phonebook` ENABLE KEYS */;
  962. UNLOCK TABLES;
  963. --
  964. -- Table structure for table `points`
  965. --
  966. DROP TABLE IF EXISTS `points`;
  967. /*!40101 SET @saved_cs_client = @@character_set_client */;
  968. /*!40101 SET character_set_client = utf8 */;
  969. CREATE TABLE `points` (
  970. `id` tinyint(2) DEFAULT NULL,
  971. `name` varchar(32) DEFAULT NULL,
  972. `capturedby` varchar(24) DEFAULT 'No-one',
  973. `capturedgang` tinyint(2) DEFAULT '-1',
  974. `type` tinyint(2) DEFAULT '0',
  975. `profits` int(10) DEFAULT '0',
  976. `time` tinyint(2) DEFAULT '24',
  977. `point_x` float DEFAULT '0',
  978. `point_y` float DEFAULT '0',
  979. `point_z` float DEFAULT '0',
  980. `pointinterior` tinyint(2) DEFAULT '0',
  981. `pointworld` int(10) DEFAULT '0',
  982. UNIQUE KEY `id` (`id`)
  983. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  984. /*!40101 SET character_set_client = @saved_cs_client */;
  985. --
  986. -- Dumping data for table `points`
  987. --
  988. LOCK TABLES `points` WRITE;
  989. /*!40000 ALTER TABLE `points` DISABLE KEYS */;
  990. INSERT INTO `points` VALUES (0,'Drug Den','Kelsyus_Restgard',0,2,0,15,323.183,1119.49,1083.88,5,8),(1,'Crack House','Kelsyus_Restgard',0,3,0,17,2344.94,-1185.15,1027.98,5,9),(2,'Auto Expert Company','Kelsyus_Restgard',0,4,0,18,2729.33,-2451.43,17.594,0,0),(3,'Drug Factory','Duke_Baratheon',3,1,0,7,50.029,-291.92,1.752,0,0),(4,'Materials Factory 1','Duke_Baratheon',3,8,37,7,2171.72,-2263.84,13.331,0,0),(5,'Materials Pickup 2','Kelsyus_Restgard',0,7,0,15,2395.87,-2008.59,13.554,0,0),(6,'Materials Pickup 1','Emanuel_Payne',2,6,37,3,1421.89,-1315.57,13.555,0,0);
  991. /*!40000 ALTER TABLE `points` ENABLE KEYS */;
  992. UNLOCK TABLES;
  993. --
  994. -- Table structure for table `shots`
  995. --
  996. DROP TABLE IF EXISTS `shots`;
  997. /*!40101 SET @saved_cs_client = @@character_set_client */;
  998. /*!40101 SET character_set_client = utf8 */;
  999. CREATE TABLE `shots` (
  1000. `id` int(10) NOT NULL AUTO_INCREMENT,
  1001. `playerid` smallint(3) DEFAULT NULL,
  1002. `weaponid` tinyint(2) DEFAULT NULL,
  1003. `hittype` tinyint(2) DEFAULT NULL,
  1004. `hitid` int(10) DEFAULT NULL,
  1005. `hitplayer` varchar(24) DEFAULT NULL,
  1006. `pos_x` float DEFAULT NULL,
  1007. `pos_y` float DEFAULT NULL,
  1008. `pos_z` float DEFAULT NULL,
  1009. `timestamp` int(10) DEFAULT NULL,
  1010. PRIMARY KEY (`id`)
  1011. ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
  1012. /*!40101 SET character_set_client = @saved_cs_client */;
  1013. --
  1014. -- Dumping data for table `shots`
  1015. --
  1016. LOCK TABLES `shots` WRITE;
  1017. /*!40000 ALTER TABLE `shots` DISABLE KEYS */;
  1018. INSERT INTO `shots` VALUES (1,0,24,2,80,'',1.258,-1.531,-0.561,1577747921),(2,0,24,2,80,'',0.81,2.705,0.271,1577747922),(3,0,24,2,80,'',0.559,-0.872,1.046,1577747923);
  1019. /*!40000 ALTER TABLE `shots` ENABLE KEYS */;
  1020. UNLOCK TABLES;
  1021. --
  1022. -- Table structure for table `texts`
  1023. --
  1024. DROP TABLE IF EXISTS `texts`;
  1025. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1026. /*!40101 SET character_set_client = utf8 */;
  1027. CREATE TABLE `texts` (
  1028. `id` int(10) NOT NULL AUTO_INCREMENT,
  1029. `sender_number` int(10) DEFAULT NULL,
  1030. `recipient_number` int(10) DEFAULT NULL,
  1031. `sender` varchar(24) DEFAULT NULL,
  1032. `date` datetime DEFAULT NULL,
  1033. `message` varchar(255) DEFAULT NULL,
  1034. PRIMARY KEY (`id`)
  1035. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1036. /*!40101 SET character_set_client = @saved_cs_client */;
  1037. --
  1038. -- Dumping data for table `texts`
  1039. --
  1040. LOCK TABLES `texts` WRITE;
  1041. /*!40000 ALTER TABLE `texts` DISABLE KEYS */;
  1042. /*!40000 ALTER TABLE `texts` ENABLE KEYS */;
  1043. UNLOCK TABLES;
  1044. --
  1045. -- Table structure for table `turfs`
  1046. --
  1047. DROP TABLE IF EXISTS `turfs`;
  1048. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1049. /*!40101 SET character_set_client = utf8 */;
  1050. CREATE TABLE `turfs` (
  1051. `id` tinyint(2) DEFAULT NULL,
  1052. `name` varchar(32) DEFAULT NULL,
  1053. `capturedby` varchar(24) DEFAULT 'No-one',
  1054. `capturedgang` tinyint(2) DEFAULT '-1',
  1055. `type` tinyint(2) DEFAULT '0',
  1056. `time` tinyint(2) DEFAULT '12',
  1057. `min_x` float DEFAULT '0',
  1058. `min_y` float DEFAULT '0',
  1059. `max_x` float DEFAULT '0',
  1060. `max_y` float DEFAULT '0',
  1061. `height` float DEFAULT '0',
  1062. UNIQUE KEY `id` (`id`)
  1063. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1064. /*!40101 SET character_set_client = @saved_cs_client */;
  1065. --
  1066. -- Dumping data for table `turfs`
  1067. --
  1068. LOCK TABLES `turfs` WRITE;
  1069. /*!40000 ALTER TABLE `turfs` DISABLE KEYS */;
  1070. INSERT INTO `turfs` VALUES (0,'Los Angeles News Department','Kelsyus_Restgard',0,4,8,642.887,-1390.15,792.476,-1325.29,13.383),(1,'All Saints General Hospital','Kelsyus_Restgard',0,3,9,1108.01,-1384.68,1190.72,-1285.72,13.549),(2,'Purshing Square','Kelsyus_Restgard',0,6,8,1423.33,-1727.27,1683.72,-1596.54,13.391),(3,'The Pig Pen','Kelsyus_Restgard',0,4,12,2376.12,-1251.58,2446.02,-1188.52,23.836),(4,'Grove Street','Duke_Baratheon',3,5,0,2427.9,-1723.49,2585.88,-1634.76,13.509),(5,'Market Mall','No-one',-1,7,9,1062.87,-1569.04,1191.8,-1410.45,13.216),(6,'Glen park','No-one',-1,4,9,1856.7,-1256.8,2062.11,-1139.27,23.86),(7,'Skate Park','No-one',-1,4,9,1856.56,-1457.14,1982.84,-1345.2,13.394),(8,'Los Angeles Vagos Turf','No-one',-1,4,9,2742.63,-1484.36,2870.08,-1274.78,20.284),(9,'Los Angeles Aztecaz Turf','No-one',-1,4,9,1813.64,-2047.35,1957.22,-1959.76,13.383),(10,'Idlewood','No-one',-1,4,9,2006.52,-1746.4,2077.22,-1617.74,13.378);
  1071. /*!40000 ALTER TABLE `turfs` ENABLE KEYS */;
  1072. UNLOCK TABLES;
  1073. --
  1074. -- Table structure for table `users`
  1075. --
  1076. DROP TABLE IF EXISTS `users`;
  1077. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1078. /*!40101 SET character_set_client = utf8 */;
  1079. CREATE TABLE `users` (
  1080. `uid` int(10) NOT NULL AUTO_INCREMENT,
  1081. `username` varchar(24) DEFAULT NULL,
  1082. `password` varchar(129) DEFAULT NULL,
  1083. `regdate` datetime DEFAULT NULL,
  1084. `lastlogin` datetime DEFAULT NULL,
  1085. `ip` varchar(16) DEFAULT NULL,
  1086. `setup` tinyint(1) DEFAULT '1',
  1087. `gender` tinyint(1) DEFAULT '1',
  1088. `age` tinyint(3) DEFAULT '18',
  1089. `skin` smallint(3) DEFAULT '299',
  1090. `camera_x` float DEFAULT '0',
  1091. `camera_y` float DEFAULT '0',
  1092. `camera_z` float DEFAULT '0',
  1093. `pos_x` float DEFAULT '0',
  1094. `pos_y` float DEFAULT '0',
  1095. `pos_z` float DEFAULT '0',
  1096. `pos_a` float DEFAULT '0',
  1097. `interior` tinyint(2) DEFAULT '0',
  1098. `world` int(10) DEFAULT '0',
  1099. `cash` int(10) DEFAULT '5000',
  1100. `bank` int(10) DEFAULT '10000',
  1101. `paycheck` int(10) DEFAULT '0',
  1102. `level` int(10) DEFAULT '1',
  1103. `exp` int(10) DEFAULT '0',
  1104. `minutes` tinyint(2) DEFAULT '0',
  1105. `hours` int(10) DEFAULT '0',
  1106. `adminlevel` int(10) DEFAULT '0',
  1107. `adminname` varchar(24) DEFAULT 'None',
  1108. `helperlevel` tinyint(2) DEFAULT '0',
  1109. `health` float DEFAULT '100',
  1110. `armor` float DEFAULT '0',
  1111. `upgradepoints` int(10) DEFAULT '0',
  1112. `warnings` tinyint(3) DEFAULT '0',
  1113. `injured` tinyint(1) DEFAULT '0',
  1114. `hospital` tinyint(1) DEFAULT '0',
  1115. `spawnhealth` float DEFAULT '50',
  1116. `spawnarmor` float DEFAULT '0',
  1117. `jailtype` tinyint(1) DEFAULT '0',
  1118. `jailtime` int(10) DEFAULT '0',
  1119. `newbiemuted` tinyint(1) DEFAULT '0',
  1120. `helpmuted` tinyint(1) DEFAULT '0',
  1121. `admuted` tinyint(1) DEFAULT '0',
  1122. `livemuted` tinyint(1) DEFAULT '0',
  1123. `globalmuted` tinyint(1) DEFAULT '0',
  1124. `reportmuted` tinyint(2) DEFAULT '0',
  1125. `reportwarns` tinyint(2) DEFAULT '0',
  1126. `fightstyle` tinyint(2) DEFAULT '4',
  1127. `locked` tinyint(1) DEFAULT '0',
  1128. `accent` varchar(16) DEFAULT 'None',
  1129. `cookies` int(10) DEFAULT '0',
  1130. `phone` int(10) DEFAULT '0',
  1131. `job` int(10) DEFAULT '-1',
  1132. `secondjob` tinyint(2) DEFAULT '-1',
  1133. `crimes` int(10) DEFAULT '0',
  1134. `arrested` int(10) DEFAULT '0',
  1135. `wantedlevel` tinyint(2) DEFAULT '0',
  1136. `materials` int(10) DEFAULT '0',
  1137. `weed` int(10) DEFAULT '0',
  1138. `cocaine` int(10) DEFAULT '0',
  1139. `meth` int(10) DEFAULT '0',
  1140. `painkillers` int(10) DEFAULT '0',
  1141. `seeds` int(10) DEFAULT '0',
  1142. `ephedrine` int(10) DEFAULT '0',
  1143. `muriaticacid` int(10) DEFAULT '0',
  1144. `bakingsoda` int(10) DEFAULT '0',
  1145. `cigars` int(10) DEFAULT '0',
  1146. `walkietalkie` tinyint(1) DEFAULT '0',
  1147. `channel` int(10) DEFAULT '0',
  1148. `rentinghouse` int(10) DEFAULT '0',
  1149. `spraycans` int(10) DEFAULT '0',
  1150. `boombox` tinyint(1) DEFAULT '0',
  1151. `mp3player` tinyint(1) DEFAULT '0',
  1152. `phonebook` tinyint(1) DEFAULT '0',
  1153. `fishingrod` tinyint(1) DEFAULT '0',
  1154. `fishingbait` int(10) DEFAULT '0',
  1155. `fishweight` int(10) DEFAULT '0',
  1156. `components` int(10) DEFAULT '0',
  1157. `courierskill` int(10) DEFAULT '0',
  1158. `fishingskill` int(10) DEFAULT '0',
  1159. `guardskill` int(10) DEFAULT '0',
  1160. `weaponskill` int(10) DEFAULT '0',
  1161. `mechanicskill` int(10) DEFAULT '0',
  1162. `lawyerskill` int(10) DEFAULT '0',
  1163. `smugglerskill` int(10) DEFAULT '0',
  1164. `toggletextdraws` tinyint(1) DEFAULT '0',
  1165. `toggleooc` tinyint(1) DEFAULT '0',
  1166. `togglephone` tinyint(1) DEFAULT '0',
  1167. `toggleadmin` tinyint(1) DEFAULT '0',
  1168. `togglehelper` tinyint(1) DEFAULT '0',
  1169. `togglenewbie` tinyint(1) DEFAULT '0',
  1170. `togglewt` tinyint(1) DEFAULT '0',
  1171. `toggleradio` tinyint(1) DEFAULT '0',
  1172. `togglevip` tinyint(1) DEFAULT '0',
  1173. `togglemusic` tinyint(1) DEFAULT '0',
  1174. `togglefaction` tinyint(1) DEFAULT '0',
  1175. `togglegang` tinyint(1) DEFAULT '0',
  1176. `togglenews` tinyint(1) DEFAULT '0',
  1177. `toggleglobal` tinyint(1) DEFAULT '1',
  1178. `togglecam` tinyint(1) DEFAULT '0',
  1179. `carlicense` tinyint(1) DEFAULT '0',
  1180. `vippackage` tinyint(2) DEFAULT '0',
  1181. `viptime` int(10) DEFAULT '0',
  1182. `vipcooldown` int(10) DEFAULT '0',
  1183. `weapon_0` tinyint(2) DEFAULT '0',
  1184. `weapon_1` tinyint(2) DEFAULT '0',
  1185. `weapon_2` tinyint(2) DEFAULT '0',
  1186. `weapon_3` tinyint(2) DEFAULT '0',
  1187. `weapon_4` tinyint(2) DEFAULT '0',
  1188. `weapon_5` tinyint(2) DEFAULT '0',
  1189. `weapon_6` tinyint(2) DEFAULT '0',
  1190. `weapon_7` tinyint(2) DEFAULT '0',
  1191. `weapon_8` tinyint(2) DEFAULT '0',
  1192. `weapon_9` tinyint(2) DEFAULT '0',
  1193. `weapon_10` tinyint(2) DEFAULT '0',
  1194. `weapon_11` tinyint(2) DEFAULT '0',
  1195. `weapon_12` tinyint(2) DEFAULT '0',
  1196. `ammo_0` smallint(5) DEFAULT '0',
  1197. `ammo_1` smallint(5) DEFAULT '0',
  1198. `ammo_2` smallint(5) DEFAULT '0',
  1199. `ammo_3` smallint(5) DEFAULT '0',
  1200. `ammo_4` smallint(5) DEFAULT '0',
  1201. `ammo_5` smallint(5) DEFAULT '0',
  1202. `ammo_6` smallint(5) DEFAULT '0',
  1203. `ammo_7` smallint(5) DEFAULT '0',
  1204. `ammo_8` smallint(5) DEFAULT '0',
  1205. `ammo_9` smallint(5) DEFAULT '0',
  1206. `ammo_10` smallint(5) DEFAULT '0',
  1207. `ammo_11` smallint(5) DEFAULT '0',
  1208. `ammo_12` smallint(5) DEFAULT '0',
  1209. `faction` tinyint(2) DEFAULT '-1',
  1210. `gang` tinyint(2) DEFAULT '-1',
  1211. `factionrank` tinyint(2) DEFAULT '0',
  1212. `gangrank` tinyint(2) DEFAULT '0',
  1213. `division` tinyint(2) DEFAULT '-1',
  1214. `contracted` int(10) DEFAULT '0',
  1215. `contractby` varchar(24) DEFAULT 'Nobody',
  1216. `bombs` int(10) DEFAULT '0',
  1217. `completedhits` int(10) DEFAULT '0',
  1218. `failedhits` int(10) DEFAULT '0',
  1219. `reports` int(10) DEFAULT '0',
  1220. `helprequests` int(10) DEFAULT '0',
  1221. `speedometer` tinyint(1) DEFAULT '1',
  1222. `factionmod` tinyint(1) DEFAULT '0',
  1223. `gangmod` tinyint(1) DEFAULT '0',
  1224. `banappealer` tinyint(1) DEFAULT '0',
  1225. `weedplanted` tinyint(1) DEFAULT '0',
  1226. `weedtime` int(10) DEFAULT '0',
  1227. `weedgrams` int(10) DEFAULT '0',
  1228. `weed_x` float DEFAULT '0',
  1229. `weed_y` float DEFAULT '0',
  1230. `weed_z` float DEFAULT '0',
  1231. `weed_a` float DEFAULT '0',
  1232. `inventoryupgrade` int(10) DEFAULT '0',
  1233. `addictupgrade` int(10) DEFAULT '0',
  1234. `traderupgrade` int(10) DEFAULT '0',
  1235. `assetupgrade` int(10) DEFAULT '0',
  1236. `pistolammo` smallint(5) DEFAULT '0',
  1237. `shotgunammo` smallint(5) DEFAULT '0',
  1238. `smgammo` smallint(5) DEFAULT '0',
  1239. `arammo` smallint(5) DEFAULT '0',
  1240. `rifleammo` smallint(5) DEFAULT '0',
  1241. `hpammo` smallint(5) DEFAULT '0',
  1242. `poisonammo` smallint(5) DEFAULT '0',
  1243. `fmjammo` smallint(5) DEFAULT '0',
  1244. `ammotype` tinyint(2) DEFAULT '0',
  1245. `ammoweapon` tinyint(2) DEFAULT '0',
  1246. `dmwarnings` tinyint(2) DEFAULT '0',
  1247. `weaponrestricted` int(10) DEFAULT '0',
  1248. `referral_uid` int(10) DEFAULT '0',
  1249. `refercount` int(10) DEFAULT '0',
  1250. `watch` tinyint(1) DEFAULT '0',
  1251. `gps` tinyint(1) DEFAULT '0',
  1252. `prisonedby` varchar(24) DEFAULT 'No-one',
  1253. `prisonreason` varchar(128) DEFAULT 'None',
  1254. `togglehud` tinyint(1) DEFAULT '1',
  1255. `clothes` smallint(3) DEFAULT '-1',
  1256. `showturfs` tinyint(1) DEFAULT '0',
  1257. `showlands` tinyint(1) DEFAULT '0',
  1258. `watchon` tinyint(1) DEFAULT '0',
  1259. `gpson` tinyint(1) DEFAULT '0',
  1260. `doublexp` int(10) DEFAULT '0',
  1261. `couriercooldown` int(10) DEFAULT '0',
  1262. `pizzacooldown` int(10) DEFAULT '0',
  1263. PRIMARY KEY (`uid`)
  1264. ) ENGINE=InnoDB AUTO_INCREMENT=720 DEFAULT CHARSET=latin1;
  1265. /*!40101 SET character_set_client = @saved_cs_client */;
  1266. --
  1267. -- Dumping data for table `users`
  1268. --
  1269. LOCK TABLES `users` WRITE;
  1270. /*!40000 ALTER TABLE `users` DISABLE KEYS */;
  1271. INSERT INTO `users` VALUES (629,'Edward_Collins','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2019-12-26 19:18:50','2019-12-31 00:18:46','197.14.89.74',0,2,30,240,1284.06,-1340.37,15.285,1281.01,-1339.26,13.375,69.943,0,0,44998,278459,0,4,16,5,116,7,'None',5,67,100,4,0,0,0,60,0,0,0,0,0,0,0,0,116,0,6,0,'None',894,1818,11,-1,9,2,0,250,9,0,16,0,4930,92,997,0,498,1,69691,0,-2,1,1,1,1,0,0,0,0,0,0,100000,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1579012151,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',0,0,0,13,4,2,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,1,'Edward_Collins','DM',1,309,0,0,0,0,0,0,0),(631,'Martin_Stewarts','9DC8238D5D042DBD4C0C76C7337EE4F641E7A157861C72726B2A3EAE48DE3BBF5E016576DF2DDD1FCA49C2DC2F2F7C1EBD9E87D92B713AEC898C5A771228984A','2019-12-26 19:56:02','2019-12-31 00:01:21','41.103.218.34',0,1,22,293,1515.15,-766.192,81.405,1516.4,-766.243,79.922,90.001,0,0,32725,115749,0,5,12,11,16,0,'None',0,100,0,0,1,0,0,80,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,931858,5,0,6,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,11,1,1,1,0,0,0,10,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1578695125,1577792782,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,-1,0,0,-1,0,'Nobody',0,0,0,0,1,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,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(632,'Alex_Bio','53186D17D544D11CB50ECA40BEDE8C56641E6E31F061CF0ECAD2488121E5281A8A9F1D23434661F438B202DA2CB50D49933F03486AB3E775C922C3B57914FA6B','2019-12-26 21:23:56','2019-12-30 21:21:11','94.69.229.31',0,1,24,288,2005.8,-1699.59,14.636,2005.99,-1702.26,13.383,85.432,0,0,9160,89336,0,3,14,3,22,6,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'English',23,69420,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6973,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,1,0,1,3,1578695128,0,0,0,24,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,9,0,-1,0,'Nobody',0,0,0,2,0,1,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'No-one','None',1,186,0,0,0,0,0,0,0),(633,'James_Carter','935393F72A7051C575A10A4CBCE42F42F4107BFEDF37305DED64F67407E0A218319D7986D2B5846D02611F3ED640A88D95C0104D1237156FF60CD01997A0E02F','2019-12-26 22:17:33','2019-12-31 00:18:29','109.236.46.198',0,1,22,267,821.546,-1345.16,14.644,824.987,-1345.53,13.521,263.902,2,5,3274,69066,0,1,9,4,9,5,'None',0,206,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',7,914733,-1,-1,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,1,0,1,3,1578695124,0,0,3,24,27,29,31,34,0,0,41,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,-1,9,0,-1,0,'Nobody',0,0,0,4,0,1,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,'No-one','None',1,2,0,0,0,0,0,0,0),(635,'Michael_Joshua','A95C11ACF740AD97393AF4FE6DEC5B1163B4F46D55045AC43BC0B75C42D8E0D6384943BBE6155BBC126CC3731D11F5F5C220A7E868F21A36FA176F8A2726F714','2019-12-26 23:40:10','2019-12-30 22:26:57','41.104.143.19',0,1,24,303,-53.862,157.996,1001.16,-55.295,156.155,999.057,52.109,1,2,142507,55177,0,2,4,36,8,2,'none',1,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',4,2060,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,10,1,0,0,5,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1578697121,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,9,0,-1,0,'Nobody',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No-one','None',1,171,0,0,0,0,0,0,0),(636,'Rico_Maldonado','FA206A4DCF3AFCDEBEA7942B71668245C1BEFDD35C93E79A3E823BD59B8218236C3F416528674966A4AE8187AD0967A1E1594A33B52480FEE4DC183F6123E9F6','2019-12-26 23:40:51','2019-12-30 22:55:42','109.178.162.45',0,1,30,311,2386.53,-1729.76,14.33,2390,-1729.98,13.383,176.306,0,0,9042,25956,0,2,3,28,7,0,'Kane',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',17,0,-1,-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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,1609170915,0,0,0,24,27,29,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,7,0,-1,0,'Nobody',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,'No-one','None',1,282,0,0,0,0,0,0,0),(637,'Jessica_Collins','F962B0DF8F61CA04EB5694D9CFE96904FA49942B838194AD26C8707E0D292FE4407AF6C397D3D7B5827738F12324439BDDCD85DF6E119DE2D3028E278582962D','2019-12-26 23:44:04','2019-12-31 00:25:09','184.152.55.95',0,2,25,40,1355.92,-1299.8,13.962,1355.84,-1292.39,12.941,136.263,0,0,59362,206952,0,2,5,82,9,4,'Jessica_Collins',0,100,80,2,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'American',9,925505,11,-1,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,1,0,1,0,0,0,0,0,24,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,-1,9,0,0,0,'Nobody',0,0,0,5,0,1,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,'No-one','None',1,192,0,0,0,0,0,0,0),(638,'Daniel_Compton','7668ABD7C323D9B87E9F500ADD78B428BEECD65EBDF14734C8F697671FE8DA18FA62453293B1ED283393252E4BD75C72B6BE53D4161748A607AEEE2A06167F63','2019-12-26 23:53:05','2019-12-30 22:21:37','156.208.202.224',0,1,21,282,1385.89,-1728.8,15.697,1393.37,-1727,13.185,17.849,0,0,5000,29460,0,1,5,3,5,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,11,-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,1,0,0,0,0,0,0,3,24,25,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,6,0,-1,0,'Nobody',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,632,0,0,0,'No-one','None',1,303,0,0,0,0,0,0,0),(639,'Fresca_Collins','F8F500FE47546D7395D2C3977AE5C2AF7DFA0D8F4622569392C81AB27E8BBBCDCD6A64EDC31F3F5959B5D2DC879952D3FDC17B8816B8C12CAE524094AB63DF28','2019-12-27 00:05:37','2019-12-30 23:52:56','23.116.68.150',0,1,21,42,1760.93,-1813.62,1001.35,1757.36,-1815.34,1000.34,40.053,6,1000144,3965,24936,0,2,10,0,16,0,'None',1,96,50,2,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Gangsta',23,-3,11,-1,3,1,0,0,0,19,0,0,0,0,1,1,10,1,69691,0,10,0,1,1,1,10,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1578698322,0,0,0,0,25,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,2,0,5,-1,0,'Nobody',0,0,0,0,1,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,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(640,'Kane_Brooks','F8F500FE47546D7395D2C3977AE5C2AF7DFA0D8F4622569392C81AB27E8BBBCDCD6A64EDC31F3F5959B5D2DC879952D3FDC17B8816B8C12CAE524094AB63DF28','2019-12-27 00:31:37','2019-12-27 00:31:37','23.116.68.150',1,1,18,299,800.194,-1416.35,85.002,800.194,-1416.35,0.002,90,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(641,'Stefan_Moretti','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2019-12-27 01:27:11','2019-12-27 01:27:11','176.63.118.212',1,1,18,299,1456.41,-1721.86,34.59,1456.41,-1721.86,-24.59,90,0,0,5000,10000,0,1,0,0,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(642,'Emily_Williams','1C3E4BFE211828FED30EDE3599ED4B2FD89F08FB36AD08FBBD626815C8028E1E2BC215AF1998F207D2DCD267E138522BC6D9FB020B6E548BD90DE9A70446047F','2019-12-27 01:37:42','2019-12-31 00:19:46','37.157.101.147',0,2,19,309,327.405,307.292,999.929,326.819,307.114,999.148,104.993,5,4000053,44499,67796,0,2,2,9,8,0,'None',2,100,100,2,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',15,0,-1,-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,1,0,1,0,0,0,0,3,24,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',0,0,0,0,1,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,'No-one','None',1,308,0,0,0,0,0,0,0),(643,'Emmet_JEinstein','D8FE74E4588D1176574BEE3D8927919D754F0A07CD8721B14AA44C78F02FD58A8C233B9138FA8736CE9D46956D95E0AB0EFBD4DA2F859BDB88E27DED264DC220','2019-12-27 02:51:30','2019-12-27 02:51:30','180.191.195.133',0,2,19,77,1420.59,-2126.78,14.774,1422.49,-2130.85,13.932,178.083,0,0,5000,10000,0,1,0,14,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(644,'Gabriel_Cardona','137880EB9234DFEE196DF03136983BF826BC65F9781D5656D98746CE7B0F25AD28A8EB3696FD0A37A74B32589F61284B30C8D720861DC6D5F45684707A7473C5','2019-12-27 06:18:32','2019-12-27 06:18:32','49.144.74.243',0,1,30,230,0,0,0,0,0,0,0,0,0,5000,10000,0,1,0,0,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(645,'Luke_Set','D7474CF67D21925F7DB381A8A691AD92BBD0714A4BD1F74D193225046781E377CA15D45EAD5D7BF2BDC6E9A2514C7434F8AE84FF654E5C8BC2C39F7DA05AA06E','2019-12-27 06:48:47','2019-12-27 06:48:47','49.150.248.170',0,1,18,230,780.502,-1577.1,14.6,772.301,-1575.01,13.631,76.422,0,0,5000,10000,0,1,0,4,0,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(646,'Catriona_Black','96DF2BC712092361B7D23FC826A9B2CDA953AF3F168F8B69F11ABB85C57FE2A38CBE394A4BF40DEDED2524A062BFF20A188C62C1167345AC6CABE3B73BB9F2CC','2019-12-27 13:14:38','2019-12-30 16:44:48','103.91.143.203',0,1,22,38,1332.42,-1385.62,16.032,1330.38,-1383.04,14.61,353.31,0,0,71068,18686,0,5,4,2,4,2,'Josh_Paraiso',2,40,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',7,971992,11,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,1,0,1,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,-1,7,0,-1,0,'Nobody',0,0,0,0,0,1,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,1,'Josh_Paraiso','DM',1,-1,0,0,0,0,0,0,0),(647,'Younes_skl','F6B33CCB9D1E63988F4F71368AC785AEE12C830CB2D8007E81DDEB3F07AAA334AA8FB82380EE12234F8A3899F0CDF96ECF7F6E941B6DBADB1C0F881BCB99ED42','2019-12-27 15:44:40','2019-12-27 15:44:40','41.100.116.5',1,1,18,299,1456.41,-1721.86,34.59,1456.41,-1721.86,-24.59,90,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(648,'Demarco_Houston','88489D3731D9BD755BC63E3410A04EC44906974C4702BA1BA34ACF4E380AF7C360BF33F774644A8762C3CD92247DB0860858D4F0FF7C21F72E878E625B68B489','2019-12-27 18:18:30','2019-12-30 23:52:45','46.19.228.14',0,1,21,123,1952.9,-1710.65,15.25,1949.75,-1710.56,13.547,88.348,0,0,630000,66002,0,5,14,4,18,7,'None',5,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',6,1244,1,-1,0,0,0,0,0,0,0,2,0,0,0,0,288,1,1244,0,-2,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1603396401,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',0,0,0,25,1,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,1,'No-one','None',1,28,0,0,0,0,0,0,0),(649,'Max_Gucci_Cobra','A6A04426E8DD53A19539CF02AB4D6B0D8B1E75F893EA92A96038CFBFCFC74617DCA8FED2F776B7DF5737E5036C536F57CCB334A6A1592EB4B55440CA71EC926A','2019-12-28 01:06:35','2019-12-30 17:52:54','85.187.190.70',0,1,24,267,1374.38,-1090.32,27.638,1380.19,-1086.34,27.487,304.412,0,0,23539,101248,0,4,6,42,32,0,'None',2,100,97,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,4,0,'None',14,969032,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,1,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1578788947,0,0,3,24,27,29,31,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,4,0,-1,0,'Nobody',0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No-one','None',1,240,0,0,0,0,0,0,0),(650,'Azwin_Rox','4593F04FC080C73DC54945FC526E923DE533CDE26EF59F759B26478B804A863363F4D8BFE4698034A329B800C17A27A885F00558B045730D903A1055677C07F2','2019-12-28 02:31:02','2019-12-28 02:31:02','154.20.182.232',0,1,22,170,1185.56,-1333.1,14.562,1183.94,-1330.03,13.579,20.921,0,0,41110,11090,0,1,1,17,4,0,'None',0,50,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',5,976390,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,10,1,0,0,4,0,1,1,1,10,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,-1,-1,0,0,-1,0,'Nobody',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,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(651,'James_Mcdermott','4A2EB7CFC383361148579B0E5A8F3CF993B2180AF2509E27451833D4FC22DE6767127B7192DAEC6A2863C545D3C6A61C6893ED2CC37C4C0B78FBB46DC6A7819C','2019-12-28 02:43:50','2019-12-28 02:43:50','24.217.179.138',0,1,22,299,1535.97,-1622.05,14.802,1537.57,-1622.32,13.547,249.097,0,0,70000,10000,0,1,0,19,2,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',5,0,-1,-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,1,0,0,0,0,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,629,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(652,'Ivan_Lee','42F1DFF5EEAC284A56F3F3619BAEE401BA2C128B5C381BF031BC884B52E5F300DDCE102C184404690993BEFDD43A25A14507D34F75E19AD376F6F89BE345EBD2','2019-12-28 04:08:29','2019-12-28 04:08:29','112.211.249.99',0,1,18,230,825.267,-1388.01,16.047,827.801,-1388.22,13.64,290.31,0,0,5000,10000,0,1,0,4,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(653,'Monkey_German','E219D524BA915FF141C08CBD9729D0E340DDBAD298821D60B535904930452B7186F2CD96A84275E86F4ED2B197005A98AAB314D1D8C3CA3BF0550E606E171981','2019-12-28 05:49:17','2019-12-28 05:49:17','103.3.82.212',0,1,25,230,824.588,-1348.13,16.762,826.498,-1346.92,13.535,298.878,0,0,5000,10000,0,1,0,7,0,0,'None',0,95,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(654,'Wilbert_Dana','A88F9D3F68CE9624A70B8B182BF99EF0AA72B3DB779CB3B8792762FA85EBF006F5851AEED5C9DEA001A3E7C6F3AD72D1FA0C14F8AC57EB8D54BAB6D12F689967','2019-12-28 05:50:35','2019-12-28 05:50:35','130.105.86.211',1,1,18,299,1456.41,-1721.86,34.59,1456.41,-1721.86,-24.59,90,0,0,5000,10000,0,1,0,1,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(656,'Carl_Johnson','E219D524BA915FF141C08CBD9729D0E340DDBAD298821D60B535904930452B7186F2CD96A84275E86F4ED2B197005A98AAB314D1D8C3CA3BF0550E606E171981','2019-12-28 08:35:03','2019-12-28 11:54:12','103.3.82.212',0,1,18,230,1348.36,-1403.63,20.777,1343.26,-1394.48,13.09,91.591,0,0,4999,10000,0,1,0,16,0,0,'None',0,53,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,1,0,0,1,3600,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,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(657,'Julian_Milloners','F69C653A4AA2AF7613323077C6DEEA525B736A7D402C1A948DC7A8B0F62AE8D11FB799CB74D46CF248B1F73B65049985689AD25100363629AE1C704DA4E81589','2019-12-28 08:35:44','2019-12-28 08:35:44','103.3.82.212',1,1,18,299,1456.41,-1721.86,34.59,1456.41,-1721.86,-24.59,90,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(658,'DeMarcus_Cousins','CC8F3013EC908FEA1C5D1E6251020ABF94D8D4002C60C18CADF96518E929D32C5DBE963CED93853A7A33D8BC8856DB5DB7FC8FFBCCDF4A951BBAE25D4C826364','2019-12-28 08:39:01','2019-12-28 08:39:01','49.145.109.65',1,1,18,299,1456.41,-1721.86,34.59,1456.41,-1721.86,-24.59,90,0,0,5000,10000,0,1,0,0,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,629,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(659,'Charles_LeBlanc','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2019-12-28 09:07:25','2019-12-28 10:08:28','197.14.117.81',0,1,28,230,807.781,-1403.35,14.944,810.446,-1401.27,13.452,218.059,0,0,5000,10000,0,1,0,3,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(660,'Jack_Jackson','3A88F935CF83A7A638199D765C171DD0F9567A0740FBCF10AAEB8B83C2C08028587381A9059331B70B1055E9E7670D3212EAA78F545471025DEC3FEFB10CFF04','2019-12-28 11:11:09','2019-12-29 12:45:36','41.103.221.34',0,1,13,124,-9.306,152.444,1000.86,-10.453,149.364,999.061,90,0,0,30905,2160,0,2,3,65,7,0,'None',0,96,0,2,0,1,0,50,0,0,0,0,0,0,0,0,121,0,4,0,'None',5,0,11,-1,9,2,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,41,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,1578826259,1577616896,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,-1,0,0,-1,0,'Nobody',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,'Demarco_Houston','LTA, PG\'ing.',1,-1,0,0,0,0,0,0,0),(661,'Carl_German','E219D524BA915FF141C08CBD9729D0E340DDBAD298821D60B535904930452B7186F2CD96A84275E86F4ED2B197005A98AAB314D1D8C3CA3BF0550E606E171981','2019-12-28 11:53:12','2019-12-28 11:53:12','103.3.82.212',1,1,18,299,1456.41,-1721.86,34.59,1456.41,-1721.86,-24.59,90,0,0,5000,10000,0,1,0,0,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(662,'noob_noob','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2019-12-28 13:00:20','2019-12-28 13:00:20','197.14.117.81',0,1,30,230,861.876,-1393.07,14.893,861.858,-1395.73,13.169,184.628,0,0,5000,10000,0,1,0,1,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(663,'max_nabs','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2019-12-28 13:12:33','2019-12-28 13:12:33','197.14.117.81',0,1,30,299,1563.1,-1805.53,15.896,1560.43,-1804.54,13.562,73.635,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(664,'Maria_Stewarts','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2019-12-28 13:51:40','2019-12-28 13:51:40','197.14.117.81',0,2,30,193,1554.9,-1797.61,16.315,1552.89,-1795.72,13.562,47.002,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(667,'Jack_Smith','3A88F935CF83A7A638199D765C171DD0F9567A0740FBCF10AAEB8B83C2C08028587381A9059331B70B1055E9E7670D3212EAA78F545471025DEC3FEFB10CFF04','2019-12-29 00:36:29','2019-12-29 00:36:29','41.103.221.34',0,1,13,299,1563.24,-1804.85,14.215,1562.19,-1804.85,13.562,89.929,0,0,5000,10000,0,1,0,0,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(668,'Jamaika_Forest','D8FE74E4588D1176574BEE3D8927919D754F0A07CD8721B14AA44C78F02FD58A8C233B9138FA8736CE9D46956D95E0AB0EFBD4DA2F859BDB88E27DED264DC220','2019-12-29 03:45:11','2019-12-29 07:14:52','111.125.122.145',0,2,19,193,1460.61,-1604.51,15.064,1458.38,-1603.08,14.437,52.21,0,0,55000,10000,0,1,0,25,2,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,1578884450,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(670,'Brandon_Lee','4EA0F144D51540A5F3328B0DD2A22B61051FCDBF0224788109BD951D10C750768F6783B42FCF274E554C0181B6EA2B6F61F8F01735DAE032E6ED1999B7E3B7BD','2019-12-29 06:06:27','2019-12-31 00:26:04','124.104.171.106',0,1,16,292,-2676.78,80.656,5.178,-2675.6,80.763,4.328,204.418,0,0,4780,2168,0,1,4,16,5,0,'None',4,90,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',4,918641,-1,-1,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,1,0,0,3,1578986088,0,0,0,0,27,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,2,0,6,-1,0,'Nobody',0,0,0,5,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,'No-one','None',1,-1,0,0,0,0,0,0,0),(671,'Lance_Hercules','3C02287B4A1F338F374D5DF911A77BA1B331B80F74B3B3C73D0D540EDFD44971C9C43D5F04E51504C759F343197A3FC7C06D3A0B29459A21CC76C2C97752F6E1','2019-12-29 06:10:20','2019-12-29 06:10:20','49.146.36.239',0,1,16,2,1483.89,-1672.63,14.093,1485.89,-1672.63,13.393,269.924,0,0,155000,10000,0,1,0,13,2,0,'None',0,100,93,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-1,0,0,0,20000,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,24,27,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(672,'Ryan_Hercules','3834AF47C43C9490A0E38E7B65B4DAE44CA16BC3FD6659C54A569DCF17BA445D83613B8B70C38430ED0438677F279B9A47F5C3AF06DD321E9DA45381C1A45214','2019-12-29 06:20:01','2019-12-29 06:20:01','49.145.228.24',0,1,18,299,1499.99,-1672.43,14.321,1499.39,-1670.31,13.393,285.872,0,0,5000,10000,0,1,0,4,0,0,'None',0,100,98,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,671,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(673,'Richard_Labuela','B20C198D5E298E7FF27FFF0A2196EB72F7F0343729FFE0CEF282C157FF9B1FCC47E70FF6F40E4C0BA97803A64A1ED109D49018EB30F68DFB1E07237DC4C1A85A','2019-12-29 07:45:30','2019-12-29 07:52:59','110.93.81.7',0,1,21,299,1572.24,-1337.97,20.993,1569.66,-1333.84,16.167,122.074,0,0,3999,10000,0,1,0,11,0,0,'None',0,95,7,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(674,'Jericho_Dequiroz','42F1DFF5EEAC284A56F3F3619BAEE401BA2C128B5C381BF031BC884B52E5F300DDCE102C184404690993BEFDD43A25A14507D34F75E19AD376F6F89BE345EBD2','2019-12-29 10:24:20','2019-12-29 10:24:20','112.211.249.99',0,1,18,299,201.365,-164.186,1002.38,203.972,-165.069,1000.52,172.61,14,3000184,5000,10000,0,1,0,8,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(675,'Palawars_Oliver','3A88F935CF83A7A638199D765C171DD0F9567A0740FBCF10AAEB8B83C2C08028587381A9059331B70B1055E9E7670D3212EAA78F545471025DEC3FEFB10CFF04','2019-12-29 10:33:41','2019-12-29 10:33:41','41.103.221.34',0,1,13,190,1544.89,-1723.77,14.933,1542.83,-1721.27,13.555,39.416,0,0,1000,10000,0,1,0,4,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,1,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(676,'Strang_Boy','3A88F935CF83A7A638199D765C171DD0F9567A0740FBCF10AAEB8B83C2C08028587381A9059331B70B1055E9E7670D3212EAA78F545471025DEC3FEFB10CFF04','2019-12-29 10:54:43','2019-12-29 10:54:43','41.103.221.34',0,1,13,299,1563.11,-1804.85,14.208,1562.19,-1804.85,13.562,89.929,0,0,5000,10000,0,1,0,1,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(677,'Alan_Devil','73021D12067E7E35E053CDAE5696467A8713498092EA29FA3648CA9E8F614EDFC6C8805E73F66A5C488B6B907623DA21998B5CD6376217542EC0B9D06226E7EA','2019-12-29 13:11:22','2019-12-29 13:11:22','124.104.125.61',0,1,13,299,1182.34,-1395.89,14.465,1179.71,-1394.35,13.274,65.214,0,0,5000,10000,0,1,0,13,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,127,0,4,0,'None',0,0,-1,-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,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,-1,2,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(678,'Hakim_Beri','EC02FC039856ADE790380BF10DC2F3D901E97F249E9CC05F677E020931006FDDAC190174C5247D934085B6027910D1BDA2C29A365B526BF26479F90EEE7C66FB','2019-12-29 13:14:51','2019-12-29 14:04:31','41.100.26.120',0,1,16,299,1217.17,-1213.07,19.873,1217.08,-1201.24,19.435,337.455,0,0,15000,-300,1304,1,0,22,0,0,'None',0,100,75,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,6,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(679,'Jayden_Houston','98D4D1B22DAEF48EA20DBCDB0F4F09BC4D4913AF1831E9AA6F46C989109258CE392F187A16D48609FEE9A8DD5167EE3D87CB0C7C320B10D2C75F6D79622406EE','2019-12-29 15:15:24','2019-12-30 21:10:21','46.19.228.14',0,1,22,21,2387.26,-1720.68,15.679,2387.39,-1717.52,13.586,357.593,0,0,5490,38859,0,3,3,24,3,0,'None',1,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',9,905864,-1,-1,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1578929966,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,4,-1,0,0,-1,0,'Nobody',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,629,0,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(680,'Andrew_Wingfield','FA206A4DCF3AFCDEBEA7942B71668245C1BEFDD35C93E79A3E823BD59B8218236C3F416528674966A4AE8187AD0967A1E1594A33B52480FEE4DC183F6123E9F6','2019-12-29 17:07:57','2019-12-30 22:41:06','109.178.162.45',0,1,30,72,1271.29,-793.06,1085.13,1273.67,-790.55,1084.01,316.474,5,1000135,15320,19520,0,1,8,46,36,5,'none',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Irish',12,926419,-1,-1,0,0,0,0,1,0,0,0,0,0,0,0,10,1,6973,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,1580230014,0,0,0,24,25,29,30,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,-1,6,-1,0,'Nobody',0,0,0,2,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,632,0,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(681,'Jimmy_Riggs','EC02FC039856ADE790380BF10DC2F3D901E97F249E9CC05F677E020931006FDDAC190174C5247D934085B6027910D1BDA2C29A365B526BF26479F90EEE7C66FB','2019-12-29 18:25:01','2019-12-29 18:53:23','41.100.26.120',0,1,16,124,1031.27,-1560.1,17.599,1025.32,-1555.91,13.266,102.67,0,0,14350,779,0,1,1,29,1,0,'None',0,85,90,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,1,0,1,0,0,0,0,0,0,27,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(682,'Joseph_Profaci','176F05EDDAC673FE9D4E6B1D8C9D3EB8F27DB220F0AC683AE88A6BE668CDAB001F9883E0D03DB5486BDBBA8976FF87858A3501A5AD5125E5B8DAB687750D1E77','2019-12-29 18:36:03','2019-12-31 00:14:29','196.62.207.73',0,1,27,267,1665.18,-1734.32,17.929,1695.98,-1733.59,13.512,0.827,0,0,9272,66098,0,5,6,8,6,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',14,111,4,-1,0,0,0,750,7,0,0,0,0,0,0,0,10,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,1,0,1,0,0,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,2,0,-1,0,'Nobody',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,'No-one','None',1,121,0,0,0,0,0,0,0),(683,'Charles_Riggs','3A88F935CF83A7A638199D765C171DD0F9567A0740FBCF10AAEB8B83C2C08028587381A9059331B70B1055E9E7670D3212EAA78F545471025DEC3FEFB10CFF04','2019-12-29 18:59:01','2019-12-29 23:11:57','41.100.155.160',0,1,13,124,1511.9,-1605.6,14.492,1501.58,-1601.89,13.393,70.26,0,0,238540,2907,0,2,0,15,4,0,'None',0,100,0,2,1,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,30,0,0,0,0,0,0,0,0,'Alex_Bio','LTA',1,-1,0,0,0,0,0,0,0),(684,'Latjon_Rezar','26D59C9E314582924FC455635A6D748D8D38B5947A22225E9E0A5F270C86661A5EF0B945258F0F38F5D2E831AAAC8593DB8F7D7FEDF455FEE9F2F50587C22EC5','2019-12-29 20:10:53','2019-12-30 21:14:31','79.106.140.21',0,1,25,180,1111.38,-1619.44,22.002,1114.76,-1619.44,20.475,271.342,0,0,3000,10000,0,1,0,82,0,0,'None',0,47,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-1,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,1,0,0,0,0,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(685,'Duke_Baratheon','CB2E9C606EB3A4F4BBE380BF5A1CFEF795A851669A73C2CC0954ABD9E0B085BE7491110C34625ED35C952A66F82931D15EBB1CB7F91D6456A3F5A3D0A6CB0F2D','2019-12-29 21:02:26','2019-12-30 12:53:39','77.29.156.108',0,1,27,258,1540.24,-1664.47,14.754,1540.79,-1667.71,13.551,189.573,0,0,127750,20032,0,3,3,10,5,0,'None',1,90,53,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,973818,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,1,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,1,0,1,3,1580242006,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,3,0,6,-1,0,'Nobody',0,0,0,0,1,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,632,0,0,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(686,'Akashi_Kishimoto','FF52BF20C3D6A59467B2CF7EF1E3F2A71DF2B27CD90A7E26D86FE6E3FFAAAD0F372D6A5AEA44F0786EB34E21A0230F3248170D559B3C7CEE02B4A10CE9526DD2','2019-12-29 21:19:02','2019-12-31 00:24:02','41.101.35.163',0,1,31,240,2369.77,-1742.54,14.322,2373.06,-1743.71,13.547,250.505,0,0,1674,19758,0,1,2,0,2,0,'None',0,84,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',8,968234,-1,-1,5,0,0,0,0,0,0,0,0,0,0,0,9,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,1,0,1,3,1580336847,0,0,0,24,27,29,31,34,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,-1,1,0,-1,0,'Nobody',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,1,1,'No-one','None',1,120,0,0,0,0,0,0,0),(687,'Derek_Jethro_Gibbs','9786BBCA5D4B8402C3BF80117734DA2A72408B3C2374EC34882640F8F55D7AC9B4D2660BE3B1A8E873EB6C940327BB88755555EC0868FE4E708B02BC03F362F2','2019-12-29 22:16:09','2019-12-30 23:09:00','197.0.203.4',0,1,25,265,1540.77,-1657.6,14.899,1539.74,-1660.86,13.549,145.098,0,0,6465,7080,0,1,6,29,8,0,'None',0,98,86,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',10,982909,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,1,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,1,0,1,2,1578950274,0,0,0,24,27,0,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,1,0,-1,0,'Nobody',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,1,'No-one','None',1,2,0,0,0,0,0,0,0),(688,'Ronald_Jeiro','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2019-12-29 22:39:17','2019-12-29 22:39:17','176.63.118.212',0,1,22,299,1506.19,-1742.9,14.831,1502.76,-1743.12,13.562,93.665,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(689,'Heidi_Aukje_Grundel','DF3210C97BB5895B32A09C3CD9A905248FD2F34720711152C92EE6D1828E3122B0844C565536C5214B5F2C137FF638BD86F03EBC412DDDDD4018F968819BEEC0','2019-12-30 02:23:24','2019-12-31 00:19:15','86.83.121.29',0,2,23,150,1036.14,-1033.09,34.719,1042.37,-1031.04,31.694,359.395,0,0,821,19320,0,4,14,0,6,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,1,-1,-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,1,0,1,3,1580320842,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,-1,5,0,-1,0,'Nobody',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(690,'Bryan_Hawk','7FF2857D20B5D7FD28839E9827C8279FE4176A995EC3A218ADF38DB24171B88B455E16663E8B03DC6B0C0BBDF7758BF9F27FB162915E18C217DBD6293340B6F2','2019-12-30 03:22:26','2019-12-30 06:29:35','180.191.180.175',0,1,27,293,1656.12,-1428.72,14.575,1658.05,-1426.82,13.661,311.033,0,0,7500,2161,0,1,2,54,2,0,'None',0,71,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Russian',0,0,-1,-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,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,-1,2,0,2,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(691,'Kelsyus_Restgard','5B6E06EB768A1A58F5C9A2837D18D5C5A93C0B023AFEE9AC302CCA467FB6733DF62B12896C350B1522D0C7851E91E06FDAA29B5D72332E44117C2D9DFDC53306','2019-12-30 03:30:51','2019-12-31 00:33:55','87.3.97.161',0,1,18,165,2419.74,-1210.19,38.071,2422.21,-1213.39,36.031,344.608,0,0,267,9163,0,2,4,0,8,0,'None',0,95,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',9,666,-1,-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,1,0,0,3,1580336769,0,0,0,0,27,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,-1,0,'Nobody',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(692,'Jerome_Trump','5F474DBD3BFCD71C084B020883A6F5BDBAC1DF299A58089A6C481A2CEC81B5819B848011BC1862A1965432FF89DFB725DB6B26AD859B464BDA86FA3AABC2F78D','2019-12-30 04:13:36','2019-12-30 04:13:36','119.94.145.44',0,1,39,299,1454.14,-1679.62,14.539,1452.53,-1673.59,13.441,12.968,0,0,5000,10000,0,1,0,1,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(693,'Xander_Hernandez','E443C22470FBC8C54B5A6DBB3BFB2EAC2B705F0A9A6D33FF5BCA897A58202CAB690E7F0936879490123022EEF421CC058CB0DF6144D958E8A8714BACFBFD3F7A','2019-12-30 04:51:14','2019-12-30 04:51:14','119.94.145.44',0,1,19,299,1276.03,-1288.62,14.417,1276.54,-1293.6,13.317,185.807,0,0,5000,10000,342,1,0,3,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,6,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(694,'Emanuel_Payne','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2019-12-30 06:00:37','2019-12-30 06:30:15','197.14.67.132',0,1,30,291,1129.46,-1401.89,14.789,1134.56,-1404.1,13.173,279.943,0,0,20749,-351,0,1,1,6,1,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,985155,5,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,8,0,0,1,1,0,0,0,0,21,0,0,1,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,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,2,0,6,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(695,'Jesse_DiCaprio','1F0EA39C209B8F673FEF7B2EBCB74699BC09F75E257908019471027028E42A1C266D926D610BAE00CC660232B18FA774D96B954583E7F833E6516AD636FE8F9A','2019-12-30 08:22:39','2019-12-30 20:21:36','102.157.68.83',0,1,20,276,1236.65,-1290.13,14.878,1232.29,-1290.42,13.496,3.8,0,0,5069,28381,0,1,2,33,2,0,'None',0,100,90,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',3,0,-1,-1,0,0,0,0,0,0,0,5,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,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,299,0,0,0,0,0,0,0),(696,'Lewis_Freeman','4EA0F144D51540A5F3328B0DD2A22B61051FCDBF0224788109BD951D10C750768F6783B42FCF274E554C0181B6EA2B6F61F8F01735DAE032E6ED1999B7E3B7BD','2019-12-30 08:29:22','2019-12-30 08:29:22','124.104.125.61',0,1,17,299,1235.3,-1382.69,16.207,1232.98,-1385.71,13.379,141.488,0,0,4275,13827,623,1,1,16,1,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,981931,6,-1,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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(697,'Bryan_Colombo','7FF2857D20B5D7FD28839E9827C8279FE4176A995EC3A218ADF38DB24171B88B455E16663E8B03DC6B0C0BBDF7758BF9F27FB162915E18C217DBD6293340B6F2','2019-12-30 09:25:05','2019-12-30 09:59:52','180.191.180.175',0,1,29,127,2161.22,-1544.48,69.168,2155.47,-1564.71,62.338,354.622,0,0,5000,10000,0,1,0,48,0,0,'None',0,90,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,4,0,6,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(698,'Jeff_James','BE131FEE2E7EE164F8C726F91BCC72ACEEA95C54727AFFBDB00322E155E463B66FCD92E78CEDC925D54C141A1671BC4DDF6BCA136D63B0AE92095D68B0FD9297','2019-12-30 11:12:34','2019-12-30 20:16:35','188.236.179.241',0,1,18,124,2344.76,-1185.89,1029.55,2341.95,-1185.1,1027.98,285.48,5,9,80819,11090,0,1,1,1,3,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',6,989779,-1,-1,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,1,0,0,0,0,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,-1,0,'Nobody',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,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0),(699,'Barney_ONeill','2B85AD7B2A3A283D321891BDC7250CCED486D81F5F2686A708687EC4047476B6E368FA774ED24667ED96084B620FB891BFDC1025CC473C8FF77D86E9C555E182','2019-12-30 12:45:05','2019-12-30 21:01:45','197.3.157.121',0,1,27,282,1264.02,-2565.71,4.293,1265.95,-2566.2,3.458,75.523,0,0,2000,17090,0,1,1,34,1,0,'None',0,100,7,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',3,0,11,-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,1,0,0,0,0,0,0,3,24,27,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,1,0,-1,0,'Nobody',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,632,0,0,0,'No-one','None',1,299,0,0,0,0,0,0,0),(700,'Tommy_Riggs','9DC8238D5D042DBD4C0C76C7337EE4F641E7A157861C72726B2A3EAE48DE3BBF5E016576DF2DDD1FCA49C2DC2F2F7C1EBD9E87D92B713AEC898C5A771228984A','2019-12-30 12:48:57','2019-12-30 13:42:49','41.103.200.40',0,1,13,299,1208.18,-1315.08,798.247,1206.43,-1315.08,796.788,93.372,2,0,24000,0,0,1,0,32,0,0,'None',0,50,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,1,'None',0,0,11,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(701,'Richard_Labuel','B20C198D5E298E7FF27FFF0A2196EB72F7F0343729FFE0CEF282C157FF9B1FCC47E70FF6F40E4C0BA97803A64A1ED109D49018EB30F68DFB1E07237DC4C1A85A','2019-12-30 12:59:47','2019-12-30 13:41:32','110.93.82.5',0,1,21,299,1294.73,-1380.01,15.317,1293.09,-1380.24,14.109,267.746,0,0,5000,10000,0,1,0,4,0,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,673,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(702,'Benny_Smith','235552835341C20F1A0C2C08B87A8A69969F0A22A5BF856EA7642698CFFC9828A42BCE504147849BBA9C8619B655C4B9F44DDD109455AD9DA206240F3FA78EE8','2019-12-30 13:00:45','2019-12-30 13:00:45','83.228.102.168',0,1,19,299,1900.07,-1744.98,15.662,1896.92,-1745.07,13.547,91.543,0,0,5000,10000,0,1,0,6,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,3,0,5,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(703,'Chiya_Snow','12228ABD973D5A86B559750437B0213C947A7B8603444D64B8DE49139399D533D6818F5BBC8F4B143D649F1806A84F3752800AE0D9152A3D1A71FA908F6972C8','2019-12-30 13:03:36','2019-12-30 13:03:36','122.53.255.146',0,2,21,193,1449.65,-1343.34,16.027,1450.39,-1347.47,14.379,190.103,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(704,'Younes_Shelby','F57834F62062C6994176248A6D447B655B799DE8D95C1512339102657F69A39843E0761E6D4267576CFD0C080FE80AB9D38A29B7AAA8BE22FAA268218F010A8F','2019-12-30 14:06:43','2019-12-30 14:12:04','105.158.27.199',0,1,18,299,1215.12,-1337.1,14.67,1214.11,-1339.63,13.571,269.18,0,0,151500,10000,0,1,0,30,2,0,'None',0,95,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-1,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,1,0,1,3,1580303852,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(705,'Jeremy_Baratheon','288D25399ECA57BBDFE48CFDAE00D300A8251EF3A7CE2AB35CC43A83837AB2B08958BF013021E41D68D796686BEF8561BF22D2AF192CC7DF6B09D931C6029D28','2019-12-30 15:03:25','2019-12-30 22:10:18','80.56.61.94',0,1,24,254,2420.55,-1223.36,26.72,2421.13,-1219.96,25.517,350.637,0,4000047,52281,11842,0,1,1,51,1,0,'None',0,91,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',4,927388,6,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,1,0,0,3,1579011147,0,0,0,24,27,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,0,2,-1,0,'Nobody',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,680,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(706,'cankat_tawfik','678E4B787CECFFDB5C162A7A1202E5F967F952173F317F8962D5EA3B61DD2EC29AD8AB77F08C52A9E3E0C5C7568A023B7279A8AC2D9AF396501BB5BBEDE4C96F','2019-12-30 15:06:12','2019-12-30 15:10:08','154.106.202.4',0,1,18,299,1553.45,-1817.52,15.429,1554.01,-1810.78,14.256,347.912,0,0,5000,10000,0,1,0,6,0,0,'None',0,95,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,687,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(707,'Iyed_Zayet','D79E1BD1525D10DFDAC349FDC23E5F78C9C7EE41A369AB2B6BF0B17AA643858E16B722425B8C35FB1C1BA88777191A5271974B52A6FD112CEBB9D4614C994F73','2019-12-30 15:14:08','2019-12-30 15:14:08','197.26.54.59',0,1,78,299,1593.63,-1634.41,15.105,1597.82,-1632.67,14.387,300.896,0,0,5000,10000,0,1,0,3,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(708,'Eddy_X_Marshall','9786BBCA5D4B8402C3BF80117734DA2A72408B3C2374EC34882640F8F55D7AC9B4D2660BE3B1A8E873EB6C940327BB88755555EC0868FE4E708B02BC03F362F2','2019-12-30 17:04:49','2019-12-30 17:38:08','197.0.203.4',0,1,25,2,2435.67,-1221.15,28.458,2428.43,-1224.48,24.906,183.139,0,0,5000,10000,0,1,0,23,2,0,'None',0,95,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'American',0,0,-1,-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,1,0,0,0,0,0,0,0,24,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,1,-1,1,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(709,'Tsing_Maddox','ED497858DC8CF4B44B0E590ADE90DE7C4920C0C596A865052D36AF4892E28D865D1113781EC6740F42CAF0A94393F2E2A5206CF6E76C96B63383693CC20F9187','2019-12-30 17:28:53','2019-12-30 17:31:45','68.14.6.89',0,1,24,299,203.995,-166.807,1001.22,203.578,-168.274,1000.52,345.708,14,3000191,4900,10000,0,1,0,5,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(710,'Moses_Baltimore','55C1525A419B4486BC6C2826C562676FDA718F9B1DD9FCC450C3E838C388B6AA7C04F88209A5077DD8CEEE9AC9C1E429E49CD2ED7110B660CDD84FBE038BFEE1','2019-12-30 18:03:50','2019-12-30 20:34:07','81.82.129.26',0,1,25,282,-833.524,-1358.86,86.905,-10.453,149.364,999.061,90,0,0,5000,12181,0,1,2,34,2,0,'None',0,100,0,0,0,0,1,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',3,0,11,-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,1,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,1,-1,1,0,-1,0,'Nobody',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,'No-one','None',1,299,0,0,0,0,0,0,0),(711,'Jaycon_Mendez','A3F6409D2DC963D7618AE1F3406DB54EE430CE9E372CACC411596DB794C833EBE24A5A3A852828A9B8554A1C49B8B76D3A05132B16F27E5FE7DCB041D7AD70CB','2019-12-30 18:45:19','2019-12-30 22:11:22','37.26.82.82',0,1,13,124,2858.11,-1380.62,13.211,2852.65,-1379.78,11.706,81.238,0,0,1569,13504,0,1,3,31,3,7,'none',0,65,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',12,0,-1,-1,1,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,1,0,1,3,1580320879,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,-1,0,0,-1,0,'Nobody',0,0,0,4,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,'No-one','None',1,-1,0,0,0,0,0,0,0),(712,'Artyom_Sergeyev','6A3FA71075C50AF2B3C83DC679DDC6F2FBB6E84BEABE4F162528D3B75C841889218FAA1BEDB352D94DF76373B8AB097EE2794C22517AA7D42DBB02F6AEC063B4','2019-12-30 18:46:27','2019-12-30 18:48:31','41.103.200.40',0,1,19,299,1554.16,-1807.64,15.189,1556.38,-1805.13,13.562,312.145,0,0,5000,10000,0,1,0,2,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,1,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(713,'Louay_Smith','3A88F935CF83A7A638199D765C171DD0F9567A0740FBCF10AAEB8B83C2C08028587381A9059331B70B1055E9E7670D3212EAA78F545471025DEC3FEFB10CFF04','2019-12-30 20:22:21','2019-12-30 20:56:42','41.101.1.58',0,1,13,208,1380.86,-1411.59,14.945,1373.21,-1411.22,13.563,86.867,0,0,2299,11160,0,1,1,6,1,0,'None',0,100,58,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',2,0,-1,-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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,1579030311,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,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(714,'Tom_Smith','9DC8238D5D042DBD4C0C76C7337EE4F641E7A157861C72726B2A3EAE48DE3BBF5E016576DF2DDD1FCA49C2DC2F2F7C1EBD9E87D92B713AEC898C5A771228984A','2019-12-30 20:27:44','2019-12-30 20:27:44','41.103.197.221',0,1,16,299,1506.12,-1755.21,14.592,1509.28,-1757.66,13.173,3.963,0,0,5000,10000,0,1,0,1,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,-1,-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,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,-1,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(715,'Jazz_Grizzly','0F742A5BBCF04FF3F6B871A104149217868E7DB14C86686FD495B9FCCE940F5A1C95261F6D8CB426E6484EB5B60CCE38D3976AB2603CC83FB13CAD26C620E6B5','2019-12-30 22:34:54','2019-12-31 00:27:02','49.150.106.189',0,1,20,60,2074.29,-1699.63,14.76,2071.57,-1701.72,13.547,15.114,0,0,100940,11160,0,1,1,0,1,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',4,0,-1,-1,2,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,1,0,0,3,1609278553,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,-1,0,0,-1,0,'Nobody',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,'No-one','None',1,-1,0,0,0,0,0,0,0),(718,'Eduardo_Mendez','26AEC06E7C543232301A084AE043B63C221E95E141C836D7487734E96ECFFD5AFD627434AA0EB91A09453C4F45BE5EF5D74DE3CC6E8930470448706CFC22DDE6','2019-12-30 23:04:15','2019-12-31 00:23:07','85.53.136.170',0,1,30,184,2390.02,-1246.98,32.508,2388.65,-1243.8,31.391,0.661,0,0,65470,11090,0,1,1,6,2,0,'None',0,91,0,0,0,0,1,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',4,0,-1,-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,1,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,4,-1,0,'Nobody',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,691,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0),(719,'Charlie_Weston','CB50DA61089DCE9C043096E89E86B42A63C3601AC5F71DA14854C7CFC52052734ED3252F28BCE91C4F529D59C3C053B74275BA52A868D2C4CDFDE684EA9CD719','2019-12-30 23:15:12','2019-12-31 00:30:54','93.23.250.87',0,1,25,299,1316.46,-1708.32,15.389,1316.47,-1708.4,13.383,10.513,0,0,4900,0,0,2,0,17,0,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,0,-1,-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,1,0,0,3,1580336775,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,-1,0,0,-1,0,'Nobody',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0);
  1272. /*!40000 ALTER TABLE `users` ENABLE KEYS */;
  1273. UNLOCK TABLES;
  1274. --
  1275. -- Table structure for table `vehicles`
  1276. --
  1277. DROP TABLE IF EXISTS `vehicles`;
  1278. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1279. /*!40101 SET character_set_client = utf8 */;
  1280. CREATE TABLE `vehicles` (
  1281. `id` int(10) NOT NULL AUTO_INCREMENT,
  1282. `ownerid` int(10) DEFAULT '0',
  1283. `owner` varchar(24) DEFAULT 'Nobody',
  1284. `modelid` smallint(3) DEFAULT '0',
  1285. `price` int(10) DEFAULT '0',
  1286. `tickets` int(10) DEFAULT '0',
  1287. `locked` tinyint(1) DEFAULT '0',
  1288. `plate` varchar(32) DEFAULT 'None',
  1289. `fuel` tinyint(3) DEFAULT '100',
  1290. `health` float DEFAULT '1000',
  1291. `pos_x` float DEFAULT '0',
  1292. `pos_y` float DEFAULT '0',
  1293. `pos_z` float DEFAULT '0',
  1294. `pos_a` float DEFAULT '0',
  1295. `color1` smallint(3) DEFAULT '0',
  1296. `color2` smallint(3) DEFAULT '0',
  1297. `paintjob` tinyint(2) DEFAULT '-1',
  1298. `interior` tinyint(2) DEFAULT '0',
  1299. `world` int(10) DEFAULT '0',
  1300. `neon` smallint(5) DEFAULT '0',
  1301. `neonenabled` tinyint(1) DEFAULT '0',
  1302. `trunk` tinyint(1) DEFAULT '0',
  1303. `mod_1` smallint(4) DEFAULT '0',
  1304. `mod_2` smallint(4) DEFAULT '0',
  1305. `mod_3` smallint(4) DEFAULT '0',
  1306. `mod_4` smallint(4) DEFAULT '0',
  1307. `mod_5` smallint(4) DEFAULT '0',
  1308. `mod_6` smallint(4) DEFAULT '0',
  1309. `mod_7` smallint(4) DEFAULT '0',
  1310. `mod_8` smallint(4) DEFAULT '0',
  1311. `mod_9` smallint(4) DEFAULT '0',
  1312. `mod_10` smallint(4) DEFAULT '0',
  1313. `mod_11` smallint(4) DEFAULT '0',
  1314. `mod_12` smallint(4) DEFAULT '0',
  1315. `mod_13` smallint(4) DEFAULT '0',
  1316. `mod_14` smallint(4) DEFAULT '0',
  1317. `cash` int(10) DEFAULT '0',
  1318. `materials` int(10) DEFAULT '0',
  1319. `weed` int(10) DEFAULT '0',
  1320. `cocaine` int(10) DEFAULT '0',
  1321. `meth` int(10) DEFAULT '0',
  1322. `painkillers` int(10) DEFAULT '0',
  1323. `weapon_1` tinyint(2) DEFAULT '0',
  1324. `weapon_2` tinyint(2) DEFAULT '0',
  1325. `weapon_3` tinyint(2) DEFAULT '0',
  1326. `ammo_1` smallint(5) DEFAULT '0',
  1327. `ammo_2` smallint(5) DEFAULT '0',
  1328. `ammo_3` smallint(5) DEFAULT '0',
  1329. `gangid` tinyint(2) DEFAULT '-1',
  1330. `factiontype` tinyint(2) DEFAULT '0',
  1331. `job` tinyint(2) DEFAULT '-1',
  1332. `respawndelay` int(10) DEFAULT '0',
  1333. `pistolammo` smallint(5) DEFAULT '0',
  1334. `shotgunammo` smallint(5) DEFAULT '0',
  1335. `smgammo` smallint(5) DEFAULT '0',
  1336. `arammo` smallint(5) DEFAULT '0',
  1337. `rifleammo` smallint(5) DEFAULT '0',
  1338. `hpammo` smallint(5) DEFAULT '0',
  1339. `poisonammo` smallint(5) DEFAULT '0',
  1340. `fmjammo` smallint(5) DEFAULT '0',
  1341. PRIMARY KEY (`id`)
  1342. ) ENGINE=InnoDB AUTO_INCREMENT=413 DEFAULT CHARSET=latin1;
  1343. /*!40101 SET character_set_client = @saved_cs_client */;
  1344. --
  1345. -- Dumping data for table `vehicles`
  1346. --
  1347. LOCK TABLES `vehicles` WRITE;
  1348. /*!40000 ALTER TABLE `vehicles` DISABLE KEYS */;
  1349. INSERT INTO `vehicles` VALUES (214,0,'Nobody',596,0,0,0,'None',100,1000,1601.68,-1684.35,5.611,90.124,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(215,0,'Nobody',596,0,0,0,'None',100,1000,1601.66,-1688.06,5.612,89.653,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(216,0,'Nobody',596,0,0,0,'None',100,1000,1601.6,-1692.24,5.612,90.191,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(217,0,'Nobody',596,0,0,0,'None',100,1000,1601.3,-1700.04,5.639,89.896,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(218,0,'Nobody',596,0,0,0,'None',100,1000,1601.4,-1704.37,5.612,88.013,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(219,0,'Nobody',596,0,0,0,'None',100,1000,1601.59,-1696.11,5.612,89.72,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(220,0,'Nobody',596,0,0,0,'None',100,1000,1595.43,-1710.95,5.61,359.468,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(221,0,'Nobody',596,0,0,0,'None',100,1000,1591.38,-1710.85,5.612,359.903,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(222,0,'Nobody',596,0,0,0,'None',100,1000,1587.67,-1710.83,5.612,359.598,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(223,0,'Nobody',596,0,0,0,'None',100,1000,1583.38,-1710.77,5.612,358.711,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(224,0,'Nobody',596,0,0,0,'None',100,1000,1578.46,-1710.74,5.612,359.725,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(225,0,'Nobody',599,0,0,0,'None',100,1000,1574.49,-1710.82,6.079,0.236,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(226,0,'Nobody',599,0,0,0,'None',100,1000,1570.07,-1711.31,6.141,359.885,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(227,0,'Nobody',541,0,0,0,'None',100,1000,1528.19,-1687.66,5.515,269.907,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(228,0,'Nobody',411,0,0,0,'None',100,1000,1528.66,-1683.8,5.618,268.562,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(229,0,'Nobody',490,0,0,0,'None',100,1000,1564.55,-1710.95,6.019,0.827,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(230,0,'Nobody',427,0,0,0,'None',100,1000,1530.6,-1644.86,5.982,181.134,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(231,0,'Nobody',482,0,0,0,'None',100,1000,1558.85,-1711.1,6.01,359.741,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(233,0,'Nobody',528,0,0,0,'None',100,1000,1545.21,-1651.03,5.933,88.928,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(234,0,'Nobody',525,0,0,0,'None',100,1000,1545.52,-1655.14,5.772,88.751,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(235,0,'Nobody',528,0,0,0,'None',100,1000,1534.76,-1643.4,5.934,180.282,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(236,0,'Nobody',525,0,0,0,'None',100,1000,1545.42,-1659.07,5.762,90.455,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(237,0,'Nobody',427,0,0,0,'None',100,1000,1538.76,-1644.75,6.022,179.603,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(238,0,'Nobody',525,0,0,0,'None',100,1000,1585.45,-1667.76,5.762,269.774,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(239,0,'Nobody',525,0,0,0,'None',100,1000,1585.22,-1671.81,5.776,270.048,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(240,0,'Nobody',523,0,0,0,'None',100,1000,1585.62,-1675.37,5.464,227.015,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(241,0,'Nobody',523,0,0,0,'None',100,1000,1585.1,-1677.54,5.465,270.253,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(242,0,'Nobody',523,0,0,0,'None',100,1000,1585.52,-1679.47,5.466,310.003,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(243,0,'Nobody',560,0,0,0,'None',100,1000,1545.59,-1680.09,5.596,91.795,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(244,0,'Nobody',426,0,0,0,'None',100,1000,1545.45,-1675.93,5.634,89.438,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,-1,1,-1,0,0,0,0,0,0,0,0,0),(245,0,'Nobody',426,0,0,0,'None',100,1000,1545.56,-1671.8,5.634,90.204,1,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(246,0,'Nobody',599,0,0,0,'None',100,1000,1545.09,-1667.75,6.083,88.426,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(247,0,'Nobody',599,0,0,0,'None',100,1000,1544.82,-1662.95,6.08,89.309,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(248,0,'Nobody',528,0,0,0,'None',100,1000,1526.79,-1643.89,5.935,180.375,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(249,0,'Nobody',416,0,0,0,'None',100,1000,1124.27,-1328.1,13.477,0.691,-1,-1,-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,-1,2,-1,0,0,0,0,0,0,0,0,0),(250,0,'Nobody',416,0,0,0,'None',100,1000,1097.73,-1328.35,13.453,0.221,-1,-1,-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,-1,2,-1,0,0,0,0,0,0,0,0,0),(251,0,'Nobody',416,0,0,0,'None',100,1000,1110.86,-1328.53,13.438,358.812,-1,-1,-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,-1,2,-1,0,0,0,0,0,0,0,0,0),(252,0,'Nobody',407,0,0,0,'None',100,1000,1114.81,-1306.95,13.842,268.855,-1,-1,-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,-1,2,-1,0,0,0,0,0,0,0,0,0),(256,0,'Nobody',416,0,0,0,'None',100,1000,1177.08,-1308.54,14.02,269.528,-1,-1,-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,-1,2,-1,0,0,0,0,0,0,0,0,0),(257,0,'Nobody',416,0,0,0,'None',100,1000,1178.32,-1339.24,14.039,269.731,-1,-1,-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,-1,2,-1,0,0,0,0,0,0,0,0,0),(259,0,'Nobody',560,0,0,0,'None',100,1000,753.727,-1334.2,13.247,179.246,155,-1,-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,-1,3,-1,0,0,0,0,0,0,0,0,0),(260,0,'Nobody',490,0,0,0,'None',100,1000,1448.49,-1755.24,13.754,179.893,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,-1,4,-1,0,0,0,0,0,0,0,0,0),(261,0,'Nobody',560,0,0,0,'None',100,1000,746.7,-1334.33,13.246,179.98,155,-1,-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,-1,3,-1,0,0,0,0,0,0,0,0,0),(262,0,'Nobody',426,0,0,0,'None',100,1000,1444.26,-1755.48,13.29,180.211,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,-1,4,-1,0,0,0,0,0,0,0,0,0),(263,0,'Nobody',488,0,0,0,'None',100,1000,749.375,-1380.54,25.85,272.346,155,1,-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,-1,3,-1,0,0,0,0,0,0,0,0,0),(264,0,'Nobody',560,0,0,0,'None',100,1000,1440.67,-1755.01,13.252,179.393,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,-1,4,-1,0,0,0,0,0,0,0,0,0),(265,0,'Nobody',488,0,0,0,'None',100,1000,737.203,-1371.63,25.851,89.044,155,1,-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,-1,3,-1,0,0,0,0,0,0,0,0,0),(266,0,'Nobody',497,0,0,0,'None',100,1000,1565.82,-1692,28.567,92.256,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(267,0,'Nobody',582,0,0,0,'None',100,1000,768.561,-1380.04,13.709,358.383,155,1,-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,-1,3,-1,0,0,0,0,0,0,0,0,0),(268,0,'Nobody',497,0,0,0,'None',100,1000,1566.85,-1655.77,28.605,88.786,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(275,0,'Nobody',522,0,0,0,'None',100,1000,477.553,-1498.88,20.048,266.569,3,3,-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,-1,0,0,0,0,0,0,0,0,0),(276,637,'Jessica_Collins',560,0,0,0,'None',100,1000,1660.05,-2340.04,1536.45,88.274,0,0,-1,3,2000002,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,-1,0,0,0,0,0,0,0,0,0),(277,637,'Jessica_Collins',411,0,0,0,'None',45,1000,1667.94,-2352.87,1535.17,136.263,0,0,-1,3,2000002,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(279,629,'Edward_Collins',560,0,0,0,'None',82,1000,1051.16,-1381.64,13.205,359.503,0,0,-1,0,0,0,0,0,0,0,0,1026,0,1010,0,1079,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(280,642,'Emily_Williams',451,0,0,0,'None',89,1000,629.413,-585.383,16.109,271.952,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(281,636,'Kane',555,0,0,0,'None',92,1000,1025.88,-1501,13.541,257.17,3,3,-1,0,0,0,0,0,0,0,0,0,0,1009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(286,639,'Fresca_Collins',560,0,0,0,'None',58,1000,1803.14,-1643.2,13.22,91.167,0,1,127,0,0,0,0,0,0,0,1032,1031,0,1010,1029,1079,0,0,1170,1141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(287,0,'Nobody',582,0,0,0,'None',100,1000,763.468,-1380.04,13.7,359.629,155,1,-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,-1,3,-1,0,0,0,0,0,0,0,0,0),(288,649,'Max_Gucci_Cobra',506,0,0,1,'None',95,874,1666.2,-2340.03,1535.38,272.711,3,3,-1,3,2000005,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,-1,0,0,0,0,0,0,0,0,0),(289,650,'Azwin_Rox',560,0,0,1,'None',73,543.358,844.973,-1419.93,12.486,1.403,152,0,4,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,-1,0,0,0,0,0,0,0,0,0),(290,651,'James_Mcdermott',506,0,0,0,'None',100,1000,839.187,-1407.92,13.239,24.129,3,3,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(292,0,'Nobody',598,0,0,0,'None',100,1000,612.958,-597.428,16.98,268.147,110,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(293,0,'Nobody',599,0,0,0,'None',100,1000,612.984,-601.246,17.405,267.151,110,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(294,0,'Nobody',596,0,0,0,'None',100,1000,622.144,-605.859,17.21,270.226,110,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(295,0,'Nobody',596,0,0,0,'None',100,1000,622.083,-610.827,16.851,269.071,110,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(296,0,'Nobody',427,0,0,0,'None',100,1000,666.692,-580.005,16.468,93.648,110,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(297,0,'Nobody',427,0,0,0,'None',100,1000,667.043,-584.797,16.468,93.669,110,1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(298,656,'Carl_Johnson',560,0,0,1,'None',85,965.253,763.769,-1431.76,13.253,91.538,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(300,0,'Nobody',599,0,0,0,'None',100,1000,1536,-1666.08,13.573,359.138,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(301,0,'Nobody',599,0,0,0,'None',100,1000,1535.97,-1672.85,13.572,180.284,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(302,0,'Nobody',596,0,0,0,'None',100,1000,1535.96,-1679.19,13.103,359.948,-1,-1,-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,-1,1,-1,0,0,0,0,0,0,0,0,0),(304,0,'Nobody',420,0,0,0,'None',100,1000,1563.97,-1805.01,13.242,180.615,-1,-1,-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,-1,4,-1,0,0,0,0,0,0,0,0,0),(305,635,'Michael_Joshua',579,80000,7500,1,'None',89,995.06,2855.3,-1355.57,10.879,270.21,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(307,635,'Michael_Joshua',560,0,0,1,'Phantom',99,993.69,2854.29,-1342.83,10.77,273.912,254,254,-1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,29,31,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(309,631,'Martin_Stewarts',490,0,0,0,'None',77,999.215,493.764,-1537.36,19.051,205.59,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(310,648,'Demarco_Houston',567,0,0,0,'None',95,1000,1515.02,-1645.89,1374.38,358.602,1,3,1,2,2000004,0,0,0,0,0,1130,1133,0,1010,1129,1077,0,0,1188,1186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(313,668,'Jamaika_Forest',560,0,0,0,'None',85,946.736,1663.67,-2356.11,1535.19,319.953,5,5,-1,3,2000001,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,-1,0,0,0,0,0,0,0,0,0),(314,669,'Annelies_Vreugde',567,0,0,0,'None',64,941,1043.02,-1030.16,32.058,313.266,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(315,0,'Nobody',560,0,0,0,'None',100,1000,661.469,-1247.35,13.617,333.084,0,0,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1079,0,0,1170,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,-1,0,0,0,0,0,0,0,0,0),(316,0,'Nobody',470,0,0,0,'None',100,1000,671.672,-1250.46,13.914,346.88,-1,-1,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(317,0,'Nobody',487,0,0,0,'None',100,1000,681.896,-1261.53,13.751,359.668,152,170,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(318,0,'Nobody',522,0,0,0,'None',100,1000,673.735,-1269.12,13.178,106.145,152,170,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(320,0,'Nobody',462,0,0,0,'None',100,1000,1509.28,-1757.66,13.173,3.963,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(321,0,'Nobody',462,0,0,0,'None',100,1000,1507.92,-1757.63,13.161,7.43,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(322,0,'Nobody',462,0,0,0,'None',100,1000,1506.52,-1757.5,13.162,5.865,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(323,0,'Nobody',462,0,0,0,'None',100,1000,1504.98,-1757.63,13.162,4.184,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(324,0,'Nobody',481,0,0,0,'None',100,1000,1524.81,-1757.98,13.07,359.599,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(325,0,'Nobody',481,0,0,0,'None',100,1000,1526.14,-1758.05,13.078,2.071,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(326,0,'Nobody',481,0,0,0,'None',100,1000,1527.43,-1758,13.079,9.6,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(327,0,'Nobody',481,0,0,0,'None',100,1000,1529,-1757.85,13.076,5.034,-1,-1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(330,673,'Richard_Labuela',522,0,0,0,'None',88,971.335,1471.89,-898.349,55.324,169.809,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(331,670,'Brandon_Lee',560,0,0,0,'None',39,965.298,1650.6,-1416,13.252,359.461,6,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(332,648,'Demarco_Houston',550,0,0,0,'None',79,991,2015.31,-1740.9,13.366,88.042,53,3,-1,0,0,0,0,0,1023,1005,1006,0,0,1010,1018,1078,0,1087,0,0,1144,1145,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(333,629,'Edward_Collins',531,0,0,0,'None',98,1000,2345.89,-656.955,128.132,91.883,1,1,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(334,648,'Demarco_Houston',468,30000,0,1,'None',98,1000,2328.84,-1685.73,13.44,356.35,6,6,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(336,679,'Jayden_Houston',560,0,0,0,'None',98,967.283,1665.96,-2351.35,1535.19,327.215,61,0,-1,3,2000006,0,0,0,1139,0,0,1031,0,1010,1028,1080,0,0,1169,1141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(337,646,'Catriona_Black',445,42500,0,1,'None',46,823.302,562.397,-1283.85,17.0007,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(339,0,'Nobody',482,0,0,0,'None',100,1000,2402.68,-1224.24,25.197,230.524,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,1,0,-1,0,0,0,0,0,0,0,0,0),(340,0,'Nobody',586,0,0,0,'None',100,1000,2409.32,-1221.74,24.647,192.615,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,1,0,-1,0,0,0,0,0,0,0,0,0),(345,0,'Nobody',463,0,0,0,'None',100,1000,2416.14,-1220.97,24.8,185.879,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,1,0,-1,3000,0,0,0,0,0,0,0,0),(346,0,'Nobody',463,0,0,0,'None',100,1000,2417.84,-1220.99,24.835,186.042,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,1,0,-1,3000,0,0,0,0,0,0,0,0),(347,0,'Nobody',585,0,0,0,'None',100,1000,2428.45,-1224.46,24.905,183.271,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,1,0,-1,3000,0,0,0,0,0,0,0,0),(348,681,'Jimmy_Riggs',411,0,0,1,'None',96,932.369,819.529,-1406.05,13.305,88.991,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(349,682,'Joseph_Profaci',402,0,0,0,'None',67,1000,1968.33,-1728.14,15.8,267.657,0,0,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1080,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(350,682,'Joseph_Profaci',560,0,0,0,'None',44,444.921,1048.91,-1038.05,31.573,280.906,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(351,631,'Martin_Stewarts',506,0,0,0,'None',81,993.079,1236.44,-1336.07,13.098,89.299,10,10,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1080,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(352,683,'Charles_Riggs',506,0,0,1,'None',86,978.635,809.992,-1464.46,12.724,87.211,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(353,685,'Duke_Baratheon',560,0,0,0,'None',59,961.268,2325.78,-1227.9,22.257,270.321,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(354,686,'Akashi_Kishimoto',560,0,0,0,'None',92,1000,758.244,-1363.57,13.097,90.22,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(359,0,'Nobody',507,0,0,0,'None',100,1000,2317.15,-1267.54,23.763,92.391,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,3,0,-1,3000,0,0,0,0,0,0,0,0),(360,0,'Nobody',507,0,0,0,'None',100,1000,2316.69,-1261.97,23.762,88.508,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,3,0,-1,3000,0,0,0,0,0,0,0,0),(361,0,'Nobody',482,0,0,0,'None',100,1000,2347.77,-1220.78,22.618,94.572,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,3,0,-1,3000,0,0,0,0,0,0,0,0),(362,0,'Nobody',482,0,0,0,'None',100,1000,2348.15,-1225.82,22.623,94.578,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,3,0,-1,3000,0,0,0,0,0,0,0,0),(363,0,'Nobody',455,0,0,0,'None',100,1000,2365.62,-1252.91,24.362,175.661,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,3,0,-1,3000,0,0,0,0,0,0,0,0),(364,687,'Derek_Jethro_Gibbs',451,0,0,0,'None',76,968.477,1244.92,-745.684,94.316,20.083,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(365,0,'Nobody',490,0,0,0,'None',100,1000,1148.37,-1312.86,13.811,359.426,3,1,-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,-1,2,-1,1,0,0,0,0,0,0,0,0),(366,0,'Nobody',490,0,0,0,'None',100,1000,1148.22,-1305.85,13.805,359.055,3,1,-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,-1,2,-1,1,0,0,0,0,0,0,0,0),(367,0,'Nobody',544,0,0,0,'None',100,1000,1114.55,-1301.36,13.826,269.635,3,1,-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,-1,2,-1,1,0,0,0,0,0,0,0,0),(368,0,'Nobody',421,0,0,0,'None',100,1000,670.544,-1290.82,13.424,359.722,2,-1,-1,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,-1,0,0,0,0,0,0,0,0,0),(369,0,'Nobody',415,0,0,0,'None',100,1000,659.971,-1277.72,13.314,359.727,2,-1,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(370,0,'Nobody',418,0,0,0,'None',100,1000,685.38,-1287.64,13.673,90.401,2,-1,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(371,0,'Nobody',481,0,0,0,'None',100,1000,673.61,-1278.49,13.148,269.091,2,-1,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(372,0,'Nobody',481,0,0,0,'None',100,1000,673.779,-1272.93,13.145,277.517,2,-1,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(373,0,'Nobody',521,0,0,0,'None',100,1000,1659.92,-1426.11,13.26,179.216,2,-1,-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,2,0,-1,0,0,0,0,0,0,0,0,0),(374,0,'Nobody',555,0,0,0,'None',100,1000,1243.15,-804.919,83.824,1.31,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,4,0,-1,0,0,0,0,0,0,0,0,0),(375,0,'Nobody',516,0,0,0,'None',100,1000,1246.81,-805.006,83.974,359.96,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,4,0,-1,0,0,0,0,0,0,0,0,0),(376,0,'Nobody',522,0,0,0,'None',100,1000,1253.52,-804.533,83.71,0.91,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,4,0,-1,0,0,0,0,0,0,0,0,0),(377,0,'Nobody',522,0,0,0,'None',100,1000,1254.77,-804.54,83.709,1.818,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,4,0,-1,0,0,0,0,0,0,0,0,0),(378,0,'Nobody',409,0,0,0,'None',100,1000,1260.73,-814.753,83.941,89.842,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,4,0,-1,0,0,0,0,0,0,0,0,0),(379,0,'Nobody',405,0,0,0,'None',100,1000,1249.88,-805.099,84.016,0.511,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,4,0,-1,0,0,0,0,0,0,0,0,0),(380,0,'Nobody',487,0,0,0,'None',100,1000,1276.42,-828.249,83.317,178.942,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,4,0,-1,0,0,0,0,0,0,0,0,0),(381,0,'Nobody',487,0,0,0,'None',100,1000,1285.67,-828.544,83.317,179.38,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,4,0,-1,0,0,0,0,0,0,0,0,0),(382,629,'Edward_Collins',541,0,0,0,'None',98,1000,1051.06,-1374.12,13.049,180.375,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(383,629,'Edward_Collins',551,0,0,0,'None',100,1000,1031.04,-1382.33,13.395,173.369,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(384,704,'Younes_Shelby',541,0,0,1,'None',91,1000,1224.74,-1350.63,13.018,269.18,0,3,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(385,691,'Kelsyus_Restgard',560,0,6500,0,'None',77,1000,1438.84,-1598.3,13.383,182.799,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(386,0,'Nobody',463,0,0,0,'None',100,1000,2419.35,-1220.96,24.891,182.431,0,3,-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,1,0,-1,0,0,0,0,0,0,0,0,0),(387,0,'Nobody',463,0,0,0,'None',100,1000,2414.36,-1221.1,24.772,185.26,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,1,0,-1,0,0,0,0,0,0,0,0,0),(390,711,'Jaycon_Mendez',560,0,0,1,'None',71,933.16,1186.62,-1314.07,13.266,179.84,1,1,-1,0,0,0,0,0,1139,0,1033,1030,0,1010,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(391,0,'Nobody',587,0,0,0,'None',100,1000,1124.17,-1630.53,13.327,358.669,3,3,-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,-1,3000,0,0,0,0,0,0,0,0),(392,0,'Nobody',445,0,0,0,'None',100,1000,1115,-1630.46,13.508,358.248,3,3,-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,-1,3000,0,0,0,0,0,0,0,0),(393,0,'Nobody',521,0,0,0,'None',100,1000,1107.11,-1629.68,13.201,0.716,3,3,-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,-1,3000,0,0,0,0,0,0,0,0),(394,0,'Nobody',579,0,0,0,'None',100,1000,1099.03,-1628.63,13.593,357.744,3,3,-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,-1,3000,0,0,0,0,0,0,0,0),(395,0,'Nobody',567,0,0,0,'None',100,1000,1090.63,-1629.26,13.49,0.465,3,3,-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,-1,3000,0,0,0,0,0,0,0,0),(396,689,'Heidi_Aukje_Grundel',567,0,0,1,'None',67,996.814,1276.23,-1356.11,13.206,0.631,3,6,0,0,0,0,0,0,0,0,1131,1133,0,0,1129,1080,0,0,1189,1186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(397,689,'Heidi_Aukje_Grundel',603,0,0,0,'None',90,1000,1276.57,-1318.48,13.176,180.283,79,6,-1,0,0,0,0,0,1001,0,1006,1017,1024,0,1018,1079,0,0,0,0,1142,1143,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(398,689,'Heidi_Aukje_Grundel',541,0,0,1,'None',94,981.21,1282.88,-1339.41,13.006,359.675,233,136,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(399,0,'Nobody',586,0,0,0,'None',100,1000,2412.66,-1221.2,24.739,185.057,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,1,0,-1,0,0,0,0,0,0,0,0,0),(400,0,'Nobody',463,0,0,0,'None',100,1000,2411,-1221.4,24.729,193.959,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,1,0,-1,0,0,0,0,0,0,0,0,0),(401,0,'Nobody',463,0,0,0,'None',100,1000,2407.49,-1221.74,24.675,195.156,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,1,0,-1,0,0,0,0,0,0,0,0,0),(402,0,'Nobody',463,0,0,0,'None',100,1000,2405.83,-1222.19,24.609,199.702,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,-1,0,0,0,0,0,0,0,0,0),(403,0,'Nobody',560,0,0,1,'None',100,1000,2433.25,-1224.14,25.005,185.091,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,1,0,-1,0,0,0,0,0,0,0,0,0),(404,698,'Jeff_James',560,0,0,0,'None',100,1000,253.337,1773.68,701.086,42.455,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(405,713,'Louay_Smith',506,0,1000,1,'None',87,973.823,1223.97,-1351.15,13.098,83.461,1,1,-1,0,0,0,0,0,0,0,0,0,0,1009,0,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,0),(406,633,'James_Carter',495,0,0,0,'None',74,1000,1948.94,-1445.95,13.526,249.247,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(407,711,'Jaycon_Mendez',541,0,0,0,'None',100,1000,1307.88,-1051.04,3365.51,62.042,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(408,715,'Jazz_Grizzly',451,0,0,1,'None',93,1000,634.526,-585.478,16.336,144.088,1,1,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(410,719,'Charlie_Weston',451,0,0,1,'None',88,741.706,942.034,-838.852,94.327,27.175,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,-1,0,-1,0,0,0,0,0,0,0,0,0),(411,718,'Eduardo_Mendez',579,0,0,0,'None',100,1000,2475.74,-1249.78,27.711,347.17,3,3,-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,-1,0,-1,0,0,0,0,0,0,0,0,0),(412,718,'Eduardo_Mendez',560,0,0,0,'None',100,1000,2012.15,-1757.97,13.539,277.745,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,-1,0,-1,0,0,0,0,0,0,0,0,0);
  1350. /*!40000 ALTER TABLE `vehicles` ENABLE KEYS */;
  1351. UNLOCK TABLES;
  1352. --
  1353. -- Table structure for table `weapons`
  1354. --
  1355. DROP TABLE IF EXISTS `weapons`;
  1356. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1357. /*!40101 SET character_set_client = utf8 */;
  1358. CREATE TABLE `weapons` (
  1359. `uid` int(10) DEFAULT NULL,
  1360. `slot` tinyint(2) DEFAULT NULL,
  1361. `weaponid` tinyint(2) DEFAULT NULL,
  1362. `ammo` smallint(5) DEFAULT NULL,
  1363. UNIQUE KEY `uid` (`uid`,`slot`)
  1364. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1365. /*!40101 SET character_set_client = @saved_cs_client */;
  1366. --
  1367. -- Dumping data for table `weapons`
  1368. --
  1369. LOCK TABLES `weapons` WRITE;
  1370. /*!40000 ALTER TABLE `weapons` DISABLE KEYS */;
  1371. /*!40000 ALTER TABLE `weapons` ENABLE KEYS */;
  1372. UNLOCK TABLES;
  1373. /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
  1374. /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  1375. /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  1376. /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
  1377. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  1378. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  1379. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  1380. /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
  1381. -- Dump completed on 2019-12-31 0:35:55