-- MySQL dump 10.16 Distrib 10.1.41-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: ecrp -- ------------------------------------------------------ -- Server version 10.1.41-MariaDB-0+deb9u1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `achievements` -- DROP TABLE IF EXISTS `achievements`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `achievements` ( `uid` int(10) DEFAULT NULL, `achievement` varchar(32) DEFAULT NULL, `id` int(100) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`), UNIQUE KEY `uid` (`uid`,`achievement`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=1082 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `achievements` -- LOCK TABLES `achievements` WRITE; /*!40000 ALTER TABLE `achievements` DISABLE KEYS */; INSERT INTO `achievements` VALUES (69,'Addicted',32),(69,'Benefits',1),(69,'Five stars',62),(69,'High roller',216),(69,'I\'m rich!',61),(69,'Legal driver',2),(69,'Meeting people',30),(69,'Regular',3),(71,'Addicted',49),(71,'First wheels',385),(71,'Party hard',4),(71,'Regular',33),(72,'Meeting people',5),(73,'First wheels',6),(73,'High roller',7),(73,'I\'m rich!',8),(74,'Addicted',9),(74,'First wheels',10),(74,'Regular',11),(75,'Addicted',744),(75,'Benefits',148),(75,'First wheels',36),(75,'Five stars',147),(75,'High roller',413),(75,'I\'m rich!',361),(75,'Legal driver',12),(75,'Meeting people',13),(75,'Obamacare',14),(75,'Regular',146),(75,'Working class',70),(76,'Benefits',34),(76,'First wheels',15),(76,'Five stars',223),(76,'Legal driver',16),(76,'Regular',222),(77,'Legal driver',17),(77,'Meeting people',18),(78,'Addicted',39),(78,'Benefits',77),(78,'First wheels',19),(78,'Five stars',76),(78,'Legal driver',20),(78,'Meeting people',21),(78,'Regular',38),(80,'First wheels',191),(80,'Meeting people',410),(81,'Meeting people',22),(83,'Legal driver',23),(98,'First wheels',24),(100,'Legal driver',25),(101,'Legal driver',26),(101,'Meeting people',27),(102,'Legal driver',28),(125,'First wheels',52),(134,'First wheels',55),(143,'Meeting people',29),(153,'Addicted',572),(153,'Benefits',257),(153,'First wheels',65),(153,'Five stars',393),(153,'High times',204),(153,'Legal driver',181),(153,'Meeting people',452),(153,'Party hard',724),(153,'Regular',390),(153,'Working class',205),(160,'Legal driver',196),(163,'Legal driver',211),(166,'First wheels',259),(170,'Legal driver',553),(173,'Legal driver',564),(174,'First wheels',573),(175,'Legal driver',625),(177,'First wheels',812),(178,'Legal driver',1045),(178,'Working class',1050); /*!40000 ALTER TABLE `achievements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `actordb` -- DROP TABLE IF EXISTS `actordb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `actordb` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `ActorName` text NOT NULL, `ActorVirtual` int(11) NOT NULL, `ActorX` float NOT NULL, `ActorA` float NOT NULL, `ActorY` float NOT NULL, `ActorZ` float NOT NULL, `Skin` int(11) NOT NULL, `AActive` int(11) NOT NULL, `Text` text NOT NULL, PRIMARY KEY (`ID`) USING BTREE, UNIQUE KEY `ID_UNIQUE` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `actordb` -- LOCK TABLES `actordb` WRITE; /*!40000 ALTER TABLE `actordb` DISABLE KEYS */; /*!40000 ALTER TABLE `actordb` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admins` -- DROP TABLE IF EXISTS `admins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `admins` ( `uid` int(11) NOT NULL, `username` varchar(255) NOT NULL, `aName` varchar(255) NOT NULL, `aLevel` int(11) NOT NULL, `totalReports` int(11) NOT NULL, `monthlyReports` int(11) NOT NULL, `weeklyReports` int(11) NOT NULL, `monthlyReset` int(11) NOT NULL, `weeklyReset` int(11) NOT NULL, `id` int(100) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `uid` (`uid`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admins` -- LOCK TABLES `admins` WRITE; /*!40000 ALTER TABLE `admins` DISABLE KEYS */; /*!40000 ALTER TABLE `admins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `arrestpoints` -- DROP TABLE IF EXISTS `arrestpoints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `arrestpoints` ( `id` int(2) NOT NULL AUTO_INCREMENT, `PosX` float(10,5) NOT NULL DEFAULT '0.00000', `PosY` float(10,5) NOT NULL DEFAULT '0.00000', `PosZ` float(10,5) NOT NULL DEFAULT '0.00000', `VW` int(5) NOT NULL DEFAULT '0', `Int` int(5) NOT NULL DEFAULT '0', `Type` int(1) NOT NULL DEFAULT '0', `jailVW` int(5) NOT NULL DEFAULT '0', `jailInt` int(5) NOT NULL DEFAULT '0', `jailpos1x` float(10,5) NOT NULL DEFAULT '0.00000', `jailpos1y` float(10,5) NOT NULL DEFAULT '0.00000', `jailpos1z` float(10,5) NOT NULL DEFAULT '0.00000', `jailpos2x` float(10,5) NOT NULL DEFAULT '0.00000', `jailpos2y` float(10,5) NOT NULL DEFAULT '0.00000', `jailpos2z` float(10,5) NOT NULL DEFAULT '0.00000', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `arrestpoints` -- LOCK TABLES `arrestpoints` WRITE; /*!40000 ALTER TABLE `arrestpoints` DISABLE KEYS */; /*!40000 ALTER TABLE `arrestpoints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `atms` -- DROP TABLE IF EXISTS `atms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `atms` ( `id` int(4) NOT NULL AUTO_INCREMENT, `pos_x` float DEFAULT NULL, `pos_y` float DEFAULT NULL, `pos_z` float DEFAULT NULL, `pos_r` float DEFAULT NULL, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `atms` -- LOCK TABLES `atms` WRITE; /*!40000 ALTER TABLE `atms` DISABLE KEYS */; INSERT INTO `atms` VALUES (6,165.465,1182.04,14.758,327.968,'\0'); /*!40000 ALTER TABLE `atms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `auctions` -- DROP TABLE IF EXISTS `auctions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `auctions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `BiddingFor` varchar(64) NOT NULL DEFAULT '(none)', `InProgress` int(11) NOT NULL DEFAULT '0', `Bid` int(11) NOT NULL DEFAULT '0', `Bidder` int(11) NOT NULL DEFAULT '0', `Expires` int(11) NOT NULL DEFAULT '0', `Wining` varchar(24) NOT NULL DEFAULT '(none)', `Increment` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `auctions` -- LOCK TABLES `auctions` WRITE; /*!40000 ALTER TABLE `auctions` DISABLE KEYS */; /*!40000 ALTER TABLE `auctions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backpack` -- DROP TABLE IF EXISTS `backpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backpack` ( `pid` int(11) NOT NULL, `type` int(2) NOT NULL, `store1` int(2) DEFAULT NULL, `store2` int(2) DEFAULT NULL, `food` int(11) NOT NULL DEFAULT '0', `food2` int(11) NOT NULL DEFAULT '0', `mats` int(11) NOT NULL DEFAULT '0', `pot` int(5) DEFAULT '0', `crack` int(5) DEFAULT '0', `heroine` int(5) DEFAULT '0', `weap1` varchar(50) DEFAULT NULL, `weap2` varchar(50) DEFAULT NULL, `weap3` varchar(50) DEFAULT NULL, `weap4` varchar(50) DEFAULT NULL, `weap5` varchar(50) DEFAULT NULL, `id` int(100) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backpack` -- LOCK TABLES `backpack` WRITE; /*!40000 ALTER TABLE `backpack` DISABLE KEYS */; /*!40000 ALTER TABLE `backpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bans` -- DROP TABLE IF EXISTS `bans`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `bans` ( `id` int(10) NOT NULL AUTO_INCREMENT, `username` varchar(24) DEFAULT NULL, `ip` varchar(16) DEFAULT NULL, `bannedby` varchar(24) DEFAULT NULL, `date` datetime DEFAULT NULL, `reason` varchar(128) DEFAULT NULL, `permanent` tinyint(1) DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bans` -- LOCK TABLES `bans` WRITE; /*!40000 ALTER TABLE `bans` DISABLE KEYS */; INSERT INTO `bans` VALUES (2,'n/a','79.46.100.199','Rafael_Martinez','2020-01-20 20:43:03','N/A',0,'\0'),(3,'n/a','Mara_Hellfire','107.242.120.93','2020-02-03 12:13:10','The Anticheat',0,'\0'),(4,'n/a','Melody_Kant','185.128.27.99','2020-02-03 13:06:34','The Anticheat',0,'\0'),(5,'n/a','Jane_Segma','185.128.27.100','2020-02-03 13:09:42','The Anticheat',0,'\0'),(6,'n/a','Ken_Mcgayman','185.128.27.100','2020-02-04 11:32:17','The Anticheat',0,'\0'),(7,'n/a','No_Baniero','154.147.186.112','2020-02-09 22:45:21','The Anticheat',0,'\0'); /*!40000 ALTER TABLE `bans` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `businesses` -- DROP TABLE IF EXISTS `businesses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `businesses` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ownerid` int(10) DEFAULT '0', `owner` varchar(24) DEFAULT 'Nobody', `type` tinyint(2) DEFAULT '0', `price` int(10) DEFAULT '0', `entryfee` int(10) DEFAULT '0', `locked` tinyint(1) DEFAULT '0', `timestamp` int(10) DEFAULT '0', `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `pos_a` float DEFAULT '0', `int_x` float DEFAULT '0', `int_y` float DEFAULT '0', `int_z` float DEFAULT '0', `int_a` float DEFAULT '0', `interior` tinyint(2) DEFAULT '0', `world` int(10) DEFAULT '0', `outsideint` tinyint(2) DEFAULT '0', `outsidevw` int(10) DEFAULT '0', `cash` int(10) DEFAULT '0', `products` int(10) DEFAULT '500', `materials` int(10) DEFAULT '0', `color` int(10) DEFAULT '-256', `description` varchar(128) DEFAULT 'None', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `businesses` -- LOCK TABLES `businesses` WRITE; /*!40000 ALTER TABLE `businesses` DISABLE KEYS */; INSERT INTO `businesses` VALUES (17,69,'Heidi_Aukje_Grundel',2,750000,0,0,1581102324,-180.527,1063.51,19.742,89.18,204.386,-168.459,1000.52,0,14,3000017,0,0,10308,514,0,-256,'None',''),(18,0,'Nobody',0,600000,0,0,0,-180.737,1034.88,19.742,86.987,-27.438,-57.611,1003.55,0,6,3000018,0,0,62055,451,0,-256,'None',''),(19,0,'Nobody',7,525000,0,0,0,-181.036,1163.28,19.75,90.261,-2240.7,128.301,1035.41,270,6,3000019,0,0,2000,508,3000,-256,'None',''),(20,0,'Nobody',1,800000,0,0,0,-315.954,829.968,14.242,268.724,316.287,-169.647,999.601,0,6,3000020,0,0,6000,723,0,-256,'None',''),(22,69,'Heidi_Aukje_Grundel',4,500000,0,0,1581380481,-54.025,1188.93,19.359,2.131,377.073,-193.057,1000.64,0,17,3000022,0,0,9059,427,0,-256,'None',''),(23,0,'Nobody',4,500000,0,0,0,-144.082,1224.74,19.899,186.015,377.073,-193.057,1000.64,0,17,3000023,0,0,23896,274,0,-256,'None',''),(24,0,'Nobody',5,675000,0,0,0,-206.015,1053.47,19.734,265.373,834.185,7.345,1004.19,90,3,3000024,0,0,5025,500,0,-256,'None',''),(25,0,'Nobody',3,600000,0,0,0,-204.573,1183.16,19.742,267.246,773.78,-78.258,1000.66,0,7,3000025,0,0,22050,500,0,-256,'None',''),(26,78,'Alex_Bio',6,270000,15,0,1581528780,-89.589,1378.13,10.47,280.491,-228.757,1401.24,27.766,270,18,3000026,0,0,1652,488,0,-256,'None',''),(27,0,'Nobody',0,600000,0,0,0,638.805,1683.84,7.188,38.617,-27.438,-57.611,1003.55,0,6,3000027,0,0,0,500,0,-256,'None',''),(28,0,'Nobody',1,800000,0,0,0,777.2,1871.3,4.906,269.896,316.287,-169.647,999.601,0,6,3000028,0,0,0,500,0,-256,'None',''),(29,0,'Nobody',6,475000,0,0,0,693.783,1966.92,5.539,181.302,1212.14,-26.301,1000.95,180,3,3000029,0,0,0,500,0,-256,'None',''),(30,0,'Nobody',4,500000,0,0,0,662.75,1716.81,7.188,40.172,372.302,-133.122,1001.49,0,5,3000030,0,0,600,498,0,-256,'None',''),(31,0,'Nobody',5,675000,0,0,0,-219.502,2711.11,62.977,178.434,834.152,7.41,1004.19,90,3,3000031,0,0,0,500,0,-256,'None',''),(32,0,'Nobody',7,525000,0,0,0,-227.241,2711.4,62.977,183.447,-2240.7,128.301,1035.41,270,6,3000032,0,0,0,500,0,-256,'None',''),(33,0,'Nobody',0,600000,0,0,0,-736.179,2747.31,47.227,189.204,-27.438,-57.611,1003.55,0,6,3000033,0,0,0,500,0,-256,'None',''),(34,0,'Nobody',1,800000,0,0,0,-1508.75,2610.13,55.836,180.279,316.287,-169.647,999.601,0,6,3000034,0,0,0,520,0,-256,'None',''),(35,0,'Nobody',6,475000,0,0,0,-1519.32,2610.12,55.836,182.318,501.869,-68.005,998.758,179.612,11,3000035,0,0,125,498,0,-256,'None',''),(36,0,'Nobody',0,600000,0,0,0,-1320.33,2698.53,50.266,206.841,-27.438,-57.611,1003.55,0,6,3000036,0,0,0,500,0,-256,'None',''),(37,0,'Nobody',4,500000,0,0,0,-1271.86,2713.04,50.266,121.678,364.854,-11.14,1001.85,0,9,3000037,0,0,2010,488,0,-256,'None',''),(38,0,'Nobody',7,525000,0,0,0,-1353.7,2057.65,53.117,265.49,-2240.7,128.301,1035.41,270,6,3000038,0,0,0,1120,0,-256,'None',''),(39,0,'Nobody',4,500000,0,0,0,-1213.84,1830.38,41.93,315.762,364.854,-11.14,1001.85,0,9,3000039,0,0,617,501,0,-256,'None',''),(40,0,'Nobody',0,600000,0,0,0,-1465.67,1873.25,32.633,184.74,-27.438,-57.611,1003.55,0,6,3000040,0,0,0,535,0,-256,'None',''),(41,0,'Nobody',4,500000,0,0,0,-857.72,1535.8,22.587,319.967,363.328,-74.65,1001.51,315,10,3000041,0,0,570,507,0,-256,'None',''),(42,0,'Nobody',0,600000,0,0,0,-746.158,1589.99,26.974,137.098,-27.438,-57.611,1003.55,0,6,3000042,0,0,550,563,0,-256,'None',''),(43,0,'Nobody',3,600000,0,0,0,-799.707,1501.24,21.649,182.418,773.78,-78.258,1000.66,0,7,3000043,0,0,0,500,0,-256,'None',''),(44,0,'Nobody',7,525000,0,0,0,-793.196,1482.38,22.567,357.437,-2240.7,128.301,1035.41,270,6,3000044,0,0,0,500,0,-256,'None',''),(45,0,'Nobody',5,675000,0,0,0,-823.339,1481.4,19.649,4.46,834.152,7.41,1004.19,90,3,3000045,0,0,375,500,0,-256,'None',''),(47,0,'Nobody',6,475000,0,0,0,-377.344,2242.41,42.618,105.276,501.869,-68.005,998.758,179.612,11,3000047,0,0,0,500,0,-256,'None',''),(48,0,'Nobody',4,500000,0,0,0,-384.313,2206.3,42.424,276.085,363.328,-74.65,1001.51,315,10,3000048,0,0,0,500,0,-256,'None',''),(49,0,'Nobody',2,750000,0,0,0,-2491.96,2363.3,10.273,268.375,204.386,-168.459,1000.52,0,14,3000049,0,0,0,500,0,-256,'None',''),(50,0,'Nobody',5,675000,0,0,0,-2485.42,2272.27,4.984,176.826,834.152,7.41,1004.19,90,3,3000050,0,0,0,500,0,-256,'None',''),(51,0,'Nobody',7,525000,0,0,0,-2510.62,2277.21,4.984,153.151,-2240.7,128.301,1035.41,270,6,3000051,0,0,0,500,0,-256,'None',''),(52,0,'Nobody',0,600000,0,0,0,-2479.07,2318.05,4.984,312.523,-27.438,-57.611,1003.55,0,6,3000052,0,0,0,500,0,-256,'None',''),(53,0,'Nobody',4,500000,0,0,0,-2537.65,2319.19,4.984,4.016,363.328,-74.65,1001.51,315,10,3000053,0,0,0,500,0,-256,'None',''),(55,0,'Nobody',4,500000,0,0,0,-1941.88,2379.54,49.695,111.114,459.768,-88.664,999.555,90,4,3000055,0,0,144,499,0,-256,'None',''),(57,0,'Nobody',2,750000,0,0,0,-1450.03,2592.42,55.836,-179.43,204.386,-168.459,1000.52,0,14,3000057,0,0,0,630,0,-256,'None',''),(59,0,'Nobody',5,675000,0,0,0,-1458.06,2590.43,55.992,177.737,834.152,7.41,1004.19,90,3,3000059,0,0,0,500,0,-256,'None',''),(60,0,'Nobody',3,600000,0,0,0,-1530.92,2591.82,55.836,178.732,773.78,-78.258,1000.66,0,7,3000060,0,0,0,500,0,-256,'None',''),(61,0,'Nobody',3,600000,0,0,0,-2501.38,2318.9,4.984,179.948,773.78,-78.258,1000.66,0,7,3000061,0,0,0,500,0,-256,'None',''); /*!40000 ALTER TABLE `businesses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `changes` -- DROP TABLE IF EXISTS `changes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `changes` ( `slot` tinyint(2) DEFAULT NULL, `text` varchar(64) DEFAULT NULL, `id` int(100) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `slot` (`slot`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `changes` -- LOCK TABLES `changes` WRITE; /*!40000 ALTER TABLE `changes` DISABLE KEYS */; /*!40000 ALTER TABLE `changes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `charges` -- DROP TABLE IF EXISTS `charges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `charges` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uid` int(10) DEFAULT NULL, `chargedby` varchar(24) DEFAULT NULL, `date` datetime DEFAULT NULL, `reason` varchar(128) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; /*!40000 ALTER TABLE `charges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `clothing` -- DROP TABLE IF EXISTS `clothing`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `clothing` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `uid` int(10) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `modelid` smallint(5) DEFAULT NULL, `boneid` tinyint(2) DEFAULT NULL, `attached` tinyint(1) DEFAULT NULL, `pos_x` float DEFAULT NULL, `pos_y` float DEFAULT NULL, `pos_z` float DEFAULT NULL, `rot_x` float DEFAULT NULL, `rot_y` float DEFAULT NULL, `rot_z` float DEFAULT NULL, `scale_x` float DEFAULT NULL, `scale_y` float DEFAULT NULL, `scale_z` float DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `clothing` -- LOCK TABLES `clothing` WRITE; /*!40000 ALTER TABLE `clothing` DISABLE KEYS */; INSERT INTO `clothing` VALUES (1,69,'Striped boater hat',18946,2,0,0.142,-0.009,0.001,3.9,0,0,1,1.015,1.02),(2,69,'White bowler hat',19488,2,1,0.139,-0.009,0.003,0,91,90.2,1,1,1),(3,69,'Brown beret',18922,2,0,0.162,-0.009,-0.003,0,0,0,1.006,1.049,1.068),(4,69,'Shop basket',19592,5,0,0.062,0.014,0.04,0,-107.1,-9.1,0.542,0.634,0.86),(5,69,'Cigarette',19625,5,0,0.112,0.03,-0.017,0,0,54.9,1,1,1),(6,69,'Scarf',19469,17,1,0.037,0.033,-0.024,0,0,-17,1,1.069,1.107),(7,69,'Flashlight',18641,5,0,0.09,0.021,-0.079,-6,0,0,1,1,1),(8,69,'Brown tinted shades',19557,2,0,0.101,0.027,0.004,0,0,-7.9,1,1,1),(9,69,'Clear sunglasses',19022,2,1,0.072,0.03,0.001,88.7,84.2,1.5,0.963,1,1),(10,68,'Flashlight',18641,2,1,0.07,0.059,-0.038,89.3,0,0,1,1,0.815),(11,68,'Gas mask',19472,2,1,-0.014,0.14,0.001,88.3,90.9,2.1,1,1.12,1.419),(12,68,'Camera',19623,1,0,0.225,0.038,-0.094,-9.6,-179.9,-154.1,1.079,0.992,1),(13,68,'Police radio',19942,2,1,0.082,0.008,-0.078,96,111.2,-11.2,1,1,0.699),(14,68,'Wrench',18633,5,0,0.109,0.005,-0.168,-98.1,-130.5,2.1,2.19,3,1.401),(15,68,'Hammer',18635,5,0,-0.147,-0.002,0,-177.1,-3.1,-24,3,1.874,3),(16,68,'Black helmet',19116,2,0,0.179,0.011,0.001,-1.7,0,0,1,1.133,1.109),(17,68,'Shop basket',19592,1,0,0.081,0.092,0.099,-86.8,0,-93.3,0.264,0.655,0.728),(18,68,'Police radio',19942,1,1,0.007,-0.093,0.065,0,86.6,-177.9,3,2.089,3),(19,69,'Camera',19623,6,0,0.153,0.017,0.004,0,0,0,1,1,1),(21,77,'Black shades',19138,2,0,0.091,0.029,0,83.4,95.2,8.3,1,1,1),(22,77,'Grey armor',19515,1,0,0.088,0.039,0.009,0,0,0,1,1.243,1.044),(23,79,'SWAT armor',19142,1,0,0.081,0.053,-0.007,0,-1.7,1,1,1.145,0.994),(25,78,'Riot shield',18637,1,0,0.018,-0.048,0.169,86.6,1.1,-88.1,1,1,1),(26,75,'Black cowboy hat',19096,2,1,0.161,0.002,0,0,0,0,1,1.121,1),(28,72,'SWAT armor',19142,1,0,0.093,0.036,0,0,0,0,1,1.043,1),(29,83,'Brown rim hat',19100,2,1,0.162,0.007,0,0,0,0,1,1,1),(30,83,'Radio',19942,1,1,-0.232,0.121,-0.136,51.5,88.8,83.3,1,1,1),(31,83,'Grey armor',19515,1,1,0.09,0.05,0,0,0,0,1,1,1),(32,83,'Black shades',19138,2,1,0.065,0.042,0.001,88.5,85,0,1,1,1),(33,87,'SWAT armor',19142,1,1,0.096,0.02,0.011,0,0,0,1,1.241,1),(35,87,'Black shades',19138,2,1,0.093,0.027,0,-2.3,85.7,94.9,1,1,1),(38,90,'Grey armor',19515,1,0,0.08,0.037,0.009,1.2,-2.3,-4.5,1,1,1),(40,90,'Flashlight',18641,1,0,-0.218,0.089,0.181,-4.9,88.1,6.5,1,1,1),(41,74,'Skully cap',18964,2,1,0.134,0.027,-0.005,81.1,111.3,8.6,1,1,1),(42,74,'Flashlight',18641,2,1,0.033,0.008,-0.074,0,0,0,0.292,0.149,0.134),(43,74,'Red hockey mask',19037,2,0,0.089,0.052,-0.007,90.5,80.3,8,1,1,1),(44,71,'SWAT armor',19142,1,0,0.12,0.053,0.006,0,0,1.9,0.893,0.994,0.861),(45,72,'Brown rim hat',19100,2,0,0.146,0.01,-0.007,0,7.2,0,1,1.016,1.006),(46,72,'Black shades',19138,2,0,0.086,0.029,0,0,89.6,89.8,1,1,1),(47,79,'Holster',19773,8,0,0.253,0.027,0.075,-2.9,-87.1,-176.5,1,1,1),(49,100,'SWAT armor',19142,1,0,0.099,0.065,-0.003,0,0,0,1,1,1),(50,100,'Badge',19774,1,0,0.189,0.145,0.127,0,-91.3,3.3,1,1,1),(51,100,'Black shades',19138,2,0,0.079,0.047,0.006,82.1,73.3,0,1,1,1),(52,100,'Radio',19942,1,0,-0.265,-0.075,0.083,0,89.3,0,1,1,1),(53,100,'Black rim hat',19099,2,0,0.167,0.014,-0.001,0,0,0,1,1,1),(54,100,'Badge',19774,1,0,-0.327,0.252,0.089,0,-112.3,0,1,1,1),(55,78,'Black shades',19138,2,1,0.123,0.046,0.003,85.5,87.8,0.6,1.04,0.865,1.069),(58,100,'Police cap',18636,2,0,0,0,0,0,0,0,1,1,1),(60,100,'Black cap',19161,2,0,0,0,0,0,0,0,1,1,1),(61,100,'Sergeant badge 2',19782,1,0,0.195,-0.022,-0.256,3.7,-2.1,85.6,0.53,0.508,1),(62,116,'Plain black shades',19033,2,1,0.085,0.034,0.0000000002328,91.8,87.7,1.8,1.055,1.079,1),(63,90,'Police badge 2',19784,1,0,0.167,-0.138,0,89.2,0,92.1,1,1,1),(64,115,'Blue beret',18923,2,1,0.14,0,0,0,0,0,1,1,1),(65,90,'Plain black shades',19033,2,1,0.073,0.03,-0.001,-101.1,98.7,-171.2,1,1,1),(66,77,'Motorcycle helmet',18645,2,0,0.07,0.007,0,88.1,71.9,0,1.097,1.077,1.108),(67,78,'Grey armor',19515,1,1,0.093,0.047,0,0,0,0,1,1,1),(68,78,'Radio',19942,1,1,0.144,0.132,0.101,15.8,91.1,168.5,1,1,1),(69,78,'Brown rim hat',19100,2,0,0,0,0,0,0,0,1,1,1),(70,125,'Plain black shades',19033,2,1,0.084,0.057,-0.001,91.5,81.6,0,0.982,1.099,1.038),(71,160,'Backpack',3026,1,1,-0.185,-0.054,-0.03,0,-4.9,0,1.08,1,0.988),(72,160,'Plain black shades',19033,2,1,0.088,0.036,0.00000004168,8,89.4,86.6,1,1.06,1.064),(73,163,'Plain black shades',19033,2,1,0.086,0.048,-0.001,74.4,92.4,12.8,0.741,1,1),(74,163,'Holster',19773,8,1,0,-0.017,0.052,-174.6,-82.8,-0.3,1,1,1),(75,163,'Camo beret',18924,2,0,0.137,0.008,-0.01,0,0,0,1.231,1,1.045),(77,163,'Camo watch',19053,6,1,-0.008,0,-0.007,-22.5,-103.9,-173,1.078,1.075,1),(78,163,'Camo cap',18926,2,0,0.133,0.012,-0.008,-5,0,5.3,0.937,0.966,0.973),(79,163,'Skull hat',19115,2,0,0.146,0.02,0,0,0,8.1,0.864,0.93,1),(80,177,'Red sunglasses',19026,2,1,0.098,0.035,0.002,100.6,89.8,-13.8,1,1,1),(81,177,'Black bowler hat',18947,2,1,0.128,0.007,0,0,0,0,1,1,1),(82,153,'White bowler hat',19488,2,0,0.135,0.004,-0.016,27.8,107.1,-120,1.162,1.167,0.888); /*!40000 ALTER TABLE `clothing` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `crates` -- DROP TABLE IF EXISTS `crates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `crates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `Active` int(11) NOT NULL DEFAULT '0', `CrateX` float NOT NULL DEFAULT '0', `CrateY` float NOT NULL DEFAULT '0', `CrateZ` float NOT NULL DEFAULT '0', `GunQuantity` int(11) NOT NULL DEFAULT '50', `InVehicle` int(11) NOT NULL DEFAULT '0', `Int` int(11) NOT NULL DEFAULT '0', `VW` int(11) NOT NULL DEFAULT '0', `PlacedBy` varchar(24) NOT NULL DEFAULT 'Unknown', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `crates` -- LOCK TABLES `crates` WRITE; /*!40000 ALTER TABLE `crates` DISABLE KEYS */; /*!40000 ALTER TABLE `crates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `crews` -- DROP TABLE IF EXISTS `crews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `crews` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `crewid` tinyint(2) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`), UNIQUE KEY `id` (`id`,`crewid`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `crews` -- LOCK TABLES `crews` WRITE; /*!40000 ALTER TABLE `crews` DISABLE KEYS */; INSERT INTO `crews` VALUES (1,0,'LUCKY|MEMBER|ECENOMICS'),(3,1,'Money Manager '),(4,2,'Men of Liberty'),(5,3,'Business Manager'),(6,4,'Garage Manager'),(7,0,'LUCKY|MEMBER|MEN OF LIBERTY'),(8,1,'PROSPECT'),(9,3,'MEMBER'),(10,2,'PRESIDENT|Men of Liberty'),(11,3,'V.PRESIDENT|Men of Liberty'),(12,4,'LUCKY|MEMBER'); /*!40000 ALTER TABLE `crews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealerships` -- DROP TABLE IF EXISTS `dealerships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dealerships` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(40) NOT NULL, `type` int(10) NOT NULL, `range` varchar(10) NOT NULL, `posx` varchar(10) NOT NULL, `posy` varchar(10) NOT NULL, `posz` varchar(10) NOT NULL, `spawnposx` varchar(10) NOT NULL, `spawnposy` varchar(10) NOT NULL, `spawnposz` varchar(10) NOT NULL, `spawnposfa` varchar(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealerships` -- LOCK TABLES `dealerships` WRITE; /*!40000 ALTER TABLE `dealerships` DISABLE KEYS */; INSERT INTO `dealerships` VALUES (7,'Cheap',0,'50.0','166.961','1171.642','14.758','163.142','1165.524','14.77','147.531'),(8,'Flat',0,'30.0','515.724','2361.447','30.385','524.186','2356.019','30.565','155.401'),(10,'Bikers',1,'30.0','-219.768','1211.028','19.735','-219.844','1217.283','19.735','181.346'),(11,'Airfield',2,'50.0','381.925','2528.877','16.584','349.708','2542.381','16.741','175.248'),(13,'Seaways',3,'50.0','-642.501','1288.62','2.143','-642.501','1288.62','2.143','292.016'); /*!40000 ALTER TABLE `dealerships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealervehs` -- DROP TABLE IF EXISTS `dealervehs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dealervehs` ( `id` int(10) NOT NULL AUTO_INCREMENT, `model` int(5) NOT NULL, `price` int(10) NOT NULL, `posx` varchar(10) NOT NULL, `posy` varchar(10) NOT NULL, `posz` varchar(10) NOT NULL, `facingangle` varchar(10) NOT NULL, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=164 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealervehs` -- LOCK TABLES `dealervehs` WRITE; /*!40000 ALTER TABLE `dealervehs` DISABLE KEYS */; INSERT INTO `dealervehs` VALUES (1,401,10000,'167.524','1178.198','14.758','164.621','\0'),(3,496,27500,'171.98','1175.93','14.765','166.119','\0'),(11,405,62000,'157.462','1174.778','15.289','270.481','\0'),(12,445,35000,'157.313','1178.914','15.272','268.644','\0'),(13,475,40000,'157.134','1182.759','15.26','279.984','\0'),(14,542,10000,'156.519','1187.39','15.291','281.147','\0'),(15,404,24000,'157.373','1190.914','15.226','274.153','\0'),(16,483,50000,'535.863','2364.182','30.574','124.077','\0'),(17,482,47500,'527.289','2373.516','30.241','133.215','\0'),(19,554,37500,'522.466','2377.763','30.189','149.038','\0'),(22,508,57500,'513.206','2381.112','30.195','158.985','\0'),(23,440,35500,'518.177','2378.393','30.211','163.441','\0'),(63,469,750000,'365.427','2537.032','16.664','179.263','\0'),(64,487,1250000,'377.132','2536.658','16.548','179.263','\0'),(85,452,250000,'-619.122','1291.019','-0.351','291.993','\0'),(86,454,800000,'-621.678','1301.116','-0.488','287.988','\0'),(87,473,150000,'-624.979','1309.169','-0.553','275.174','\0'),(93,491,27500,'170.751','1164.204','14.758','345.706','\0'),(94,516,45000,'173.844','1163.473','14.758','344.087','\0'),(95,529,50000,'165.772','1187.708','14.758','150.456','\0'),(96,410,27500,'178.579','1160.802','14.758','70.327','\0'),(98,436,35000,'179.513','1164.089','14.758','73.987','\0'),(100,458,40000,'181.293','1166.251','14.758','66.04','\0'),(102,526,25000,'183.15','1168.599','14.497','63.797','\0'),(103,527,32000,'185.301','1170.955','14.758','59.302','\0'),(104,546,37000,'186.842','1173.563','14.758','54.64','\0'),(105,551,65000,'188.928','1176.74','14.758','49.476','\0'),(106,561,48000,'191.307','1179.089','14.765','45.942','\0'),(107,507,62000,'193.564','1181.381','14.758','44.337','\0'),(108,585,48000,'188.841','1186.958','14.758','140.594','\0'),(109,547,49000,'185.762','1188.367','14.758','139.553','\0'),(111,499,50000,'537.205','2356.645','30.872','80.586','\0'),(112,505,100000,'533.514','2367.248','30.441','123.074','\0'),(113,498,60000,'531.228','2370.754','30.311','123.525','\0'),(114,424,350000,'508.895','2383.463','30.124','156.277','\0'),(115,422,23000,'505.934','2385.048','29.962','151.038','\0'),(119,543,19000,'502.357','2386.061','29.794','158.358','\0'),(140,446,350000,'-620.649','1284.766','-0.568','283.045','\0'),(144,453,80000,'-618.148','1277.145','-0.55','271.163','\0'),(145,472,110000,'-627.232','1313.819','-0.575','293.076','\0'),(146,493,380000,'-630.086','1318.171','-0.566','291.119','\0'),(147,484,1000000,'-622.015','1329.557','-0.541','273.577','\0'),(148,595,140000,'-617.659','1295.662','-0.566','283.894','\0'),(149,461,35000,'-214.584','1212.25','19.742','92.911','\0'),(151,581,35000,'-214.513','1213.74','19.742','92.865','\0'),(152,521,60000,'-214.403','1215.259','19.742','82.626','\0'),(153,586,23000,'-214.627','1217.637','19.742','88.05','\0'),(155,468,28000,'-214.301','1219.053','19.742','85.67','\0'),(157,462,9000,'-216.732','1222.731','19.735','177.698','\0'),(161,471,35000,'-214.199','1221.938','19.742','86.059','\0'),(163,463,29000,'-214.478','1220.432','19.742','92.23','\0'); /*!40000 ALTER TABLE `dealervehs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `divisions` -- DROP TABLE IF EXISTS `divisions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `divisions` ( `id` tinyint(2) DEFAULT NULL, `divisionid` tinyint(2) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `pk` int(10) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`pk`), UNIQUE KEY `pk_UNIQUE` (`pk`), UNIQUE KEY `id` (`id`,`divisionid`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `divisions` -- LOCK TABLES `divisions` WRITE; /*!40000 ALTER TABLE `divisions` DISABLE KEYS */; INSERT INTO `divisions` VALUES (1,0,'Special Enforcement Bureau',11),(1,1,'Investigator',12),(1,2,'Training & Recruitment',13),(1,3,'High Command',14),(1,4,'Drug Enforcement Bureau',15); /*!40000 ALTER TABLE `divisions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `entrances` -- DROP TABLE IF EXISTS `entrances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `entrances` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ownerid` int(10) DEFAULT '0', `owner` varchar(24) DEFAULT NULL, `name` varchar(40) DEFAULT NULL, `iconid` smallint(5) DEFAULT '1239', `locked` tinyint(1) DEFAULT '0', `radius` float DEFAULT '3', `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `pos_a` float DEFAULT '0', `int_x` float DEFAULT '0', `int_y` float DEFAULT '0', `int_z` float DEFAULT '0', `int_a` float DEFAULT '0', `interior` tinyint(2) DEFAULT '0', `world` int(10) DEFAULT '0', `outsideint` tinyint(2) DEFAULT '0', `outsidevw` int(10) DEFAULT '0', `adminlevel` tinyint(2) DEFAULT '0', `factiontype` tinyint(2) DEFAULT '0', `vip` tinyint(2) DEFAULT '0', `vehicles` tinyint(1) DEFAULT '0', `freeze` tinyint(1) DEFAULT '0', `password` varchar(64) DEFAULT 'None', `label` tinyint(1) DEFAULT '1', `mapicon` tinyint(3) NOT NULL DEFAULT '0', `gang` tinyint(2) DEFAULT '-1', `type` tinyint(2) DEFAULT '0', `color` int(10) DEFAULT '-256', `approved` bit(1) NOT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `entrances` -- LOCK TABLES `entrances` WRITE; /*!40000 ALTER TABLE `entrances` DISABLE KEYS */; INSERT INTO `entrances` VALUES (8,0,NULL,'Fort Carson Motel',19523,0,3,-176.299,1112.19,19.742,135.287,2214.58,-1150.58,1025.8,270.768,15,4000008,0,0,0,0,0,0,0,'None',1,0,-1,0,1711276287,'\0'),(9,0,NULL,'R.V. Park',1239,0,3,-792.387,1627.78,27.156,-90.955,422.44,2536.37,10,87.656,10,4000009,0,0,0,0,0,0,0,'None',1,0,-1,0,-256,'\0'),(10,0,NULL,'BCSD Sub-Station',1239,0,3,-1390.05,2638.66,55.984,1.43,322.304,302.582,999.148,358.63,5,4000010,0,0,0,1,0,0,0,'None',1,0,-1,0,-256,'\0'),(20,0,NULL,'SD Garage',1318,0,3,-216.8,994.405,19.581,163.491,212.895,1148.73,-25.321,176.702,0,0,0,0,0,0,0,1,1,'None',1,0,-1,0,-256,'\0'),(21,0,NULL,'Gang Slot',1239,0,3,-772.681,2408.58,157.056,-94.167,-68.742,1351.24,1080.21,3.719,6,4000021,0,0,0,0,0,0,0,'None',1,0,-1,0,-256,'\0'),(22,0,NULL,'Elevator [Garage]',1318,0,3,1450.79,1461.34,-29.654,2.882,182.786,1129.85,-24.992,177.111,0,0,2,5,0,0,0,0,1,'None',1,0,-1,0,-256,'\0'),(23,0,NULL,'Elevator [1st-Floor]',1239,0,3,182.683,1129.94,-24.992,177.109,1450.5,1461.52,-29.654,355.82,2,5,0,0,0,0,0,0,1,'None',1,0,-1,0,-256,'\0'),(24,0,NULL,'P.E.S. HQ',1239,0,3,794.053,1687.1,5.281,90.766,1494.48,1303.79,1093.29,4.393,3,4000024,0,0,0,0,0,0,0,'None',1,0,-1,0,1711276287,'\0'),(25,0,NULL,'Backdoor Staff Only',1239,0,3,-309.542,1041.01,19.726,179.107,-54.975,149.15,999.064,354.07,1,1,0,0,0,2,0,0,1,'None',1,0,-1,0,-256,'\0'),(28,0,NULL,'Roof Access',1318,0,3,-50.724,158.322,999.057,173.998,-329.688,1046.53,26.012,2.507,0,0,1,1,0,0,0,0,0,'None',1,0,-1,0,-256,'\0'),(30,0,NULL,'Rebels Clubhouse',1239,0,3,1417.95,222.307,19.555,67.697,-2171.12,642.086,1057.59,271.465,1,4000030,0,0,0,0,0,0,0,'None',1,0,-1,0,-256,'\0'),(31,0,NULL,'Roof',1239,0,3,138.614,1142.05,-24.992,92.22,-227.003,985.471,27.959,176.491,0,0,0,0,0,0,0,0,1,'None',1,0,-1,0,-256,'\0'); /*!40000 ALTER TABLE `entrances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `factionlockers` -- DROP TABLE IF EXISTS `factionlockers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `factionlockers` ( `id` int(10) NOT NULL AUTO_INCREMENT, `factionid` tinyint(2) DEFAULT NULL, `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `interior` tinyint(2) DEFAULT '0', `world` int(10) DEFAULT '0', `iconid` smallint(5) DEFAULT '1239', `label` tinyint(1) DEFAULT '1', `weapon_kevlar` tinyint(1) DEFAULT '1', `weapon_medkit` tinyint(1) DEFAULT '1', `weapon_nitestick` varchar(1) DEFAULT '0', `weapon_mace` tinyint(1) DEFAULT '0', `weapon_deagle` tinyint(1) DEFAULT '1', `weapon_shotgun` tinyint(1) DEFAULT '1', `weapon_mp5` tinyint(1) DEFAULT '1', `weapon_m4` tinyint(1) DEFAULT '1', `weapon_spas12` tinyint(1) DEFAULT '1', `weapon_sniper` tinyint(1) DEFAULT '1', `weapon_camera` tinyint(1) DEFAULT '0', `weapon_fire_extinguisher` tinyint(1) DEFAULT '0', `weapon_painkillers` tinyint(1) DEFAULT '0', `price_kevlar` smallint(5) DEFAULT '100', `price_medkit` smallint(5) DEFAULT '50', `price_nitestick` smallint(5) DEFAULT '0', `price_mace` smallint(5) DEFAULT '0', `price_deagle` smallint(5) DEFAULT '850', `price_shotgun` smallint(5) DEFAULT '1000', `price_mp5` smallint(5) DEFAULT '1500', `price_m4` smallint(5) DEFAULT '2500', `price_spas12` smallint(5) DEFAULT '3500', `price_sniper` smallint(5) DEFAULT '5000', `price_camera` smallint(5) DEFAULT '0', `price_fire_extinguisher` smallint(5) DEFAULT '0', `price_painkillers` smallint(5) DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `factionlockers` -- LOCK TABLES `factionlockers` WRITE; /*!40000 ALTER TABLE `factionlockers` DISABLE KEYS */; INSERT INTO `factionlockers` VALUES (1,1,1432.12,1484.49,-29.654,2,5,1239,1,1,1,'1',0,1,1,1,1,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,'\0'),(6,2,-25.281,157.691,999.057,1,1,1239,1,1,1,'0',0,0,0,0,0,0,0,0,1,1,1,1,0,0,850,0,1500,2500,3500,5000,0,0,0,'\0'),(7,3,-102.575,1077.99,-34.639,0,0,1239,1,1,1,'0',0,1,0,0,0,0,0,1,0,0,100,50,0,0,850,1000,1500,2500,3500,5000,0,0,0,'\0'),(11,5,-5.709,1536.06,1501.81,3,4,1239,1,1,1,'0',0,1,1,1,1,1,1,0,0,0,100,50,0,0,850,1000,1500,2500,3500,5000,0,0,0,'\0'),(12,6,327.233,306.718,999.148,5,4000018,1239,1,1,1,'0',0,1,1,1,1,1,1,0,0,0,100,50,0,0,850,1000,1500,2500,3500,5000,0,0,0,'\0'); /*!40000 ALTER TABLE `factionlockers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `factionpay` -- DROP TABLE IF EXISTS `factionpay`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `factionpay` ( `id` tinyint(2) DEFAULT NULL, `rank` tinyint(2) DEFAULT NULL, `amount` int(10) DEFAULT NULL, `pk` int(10) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`pk`), UNIQUE KEY `pk_UNIQUE` (`pk`), UNIQUE KEY `id` (`id`,`rank`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `factionpay` -- LOCK TABLES `factionpay` WRITE; /*!40000 ALTER TABLE `factionpay` DISABLE KEYS */; INSERT INTO `factionpay` VALUES (1,8,4000,1),(1,7,3500,2),(1,6,3000,3),(1,5,2500,4),(1,4,2000,5),(1,3,2000,6),(1,2,1500,7),(1,1,1000,8),(1,0,500,9),(1,9,4500,10),(1,10,5000,11),(1,11,6000,12),(1,12,7000,13),(1,13,9000,14),(1,14,10000,15),(1,16,12000,16),(1,17,14000,17),(2,0,500,18),(2,1,1000,19),(2,2,2500,20),(2,3,3000,21),(2,4,4000,22),(2,6,6500,23),(2,5,4500,24),(2,7,7500,25),(2,8,10000,26),(3,0,500,27),(3,1,1000,28),(3,2,1500,29),(3,3,2000,30),(3,4,2500,31),(3,5,3500,32),(3,6,4000,33),(3,7,6000,34),(1,15,11500,35),(5,0,2000,42),(5,1,2500,43),(5,2,3500,44),(5,3,12500,45),(5,4,20000,46),(5,5,22000,47); /*!40000 ALTER TABLE `factionpay` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `factionranks` -- DROP TABLE IF EXISTS `factionranks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `factionranks` ( `id` tinyint(2) DEFAULT NULL, `rank` tinyint(2) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `pk` int(10) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`pk`), UNIQUE KEY `pk_UNIQUE` (`pk`), UNIQUE KEY `id` (`id`,`rank`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `factionranks` -- LOCK TABLES `factionranks` WRITE; /*!40000 ALTER TABLE `factionranks` DISABLE KEYS */; INSERT INTO `factionranks` VALUES (1,6,'Sergeant',1),(1,5,'Corporal',2),(1,4,'Senior Deputy',3),(1,3,'Deputy III',4),(1,2,'Deputy II',5),(1,1,'Deputy I',6),(1,8,'Detective I',7),(1,7,'Staff Sergeant',8),(1,0,'Candidate',9),(2,5,'Lieutenant',10),(2,4,'Senior Paramedic',11),(2,3,'EMT',12),(2,7,'Chief ',13),(2,6,'District Chief',14),(2,2,'EMT-B',15),(2,1,'Paramedic',16),(3,6,'Assistant Director',17),(3,5,'Network Producer',18),(3,7,'Director',19),(3,4,'Assistant Network Producer',20),(3,3,'Network Editor',21),(3,2,'Network Anchor',22),(3,1,'Local Reporter',23),(3,0,'Local Editor',24),(1,9,'Detective II',25),(1,10,'Detective III',26),(1,11,'Lieutenant I',27),(1,12,'Lieutenant II',28),(1,13,'Captain',29),(1,14,'Commander',30),(1,15,'Assistant Sheriff',31),(1,16,'Undersheriff',32),(1,17,'Sheriff',33),(2,0,'Trainee',34),(2,8,'Comissioner',35),(5,5,'County Commissioner',43),(5,4,'Internal Affairs',44),(5,3,'External Affairs',45),(5,2,'Council Staff',46),(5,1,'Secretary',47),(5,0,'Security',48); /*!40000 ALTER TABLE `factionranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `factions` -- DROP TABLE IF EXISTS `factions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `factions` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `name` varchar(48) DEFAULT NULL, `leader` varchar(24) DEFAULT 'No-one', `type` tinyint(2) DEFAULT '0', `color` int(10) DEFAULT '-1', `rankcount` tinyint(2) DEFAULT '6', `lockerx` float DEFAULT '0', `lockery` float DEFAULT '0', `lockerz` float DEFAULT '0', `lockerinterior` tinyint(2) DEFAULT '0', `lockerworld` int(10) DEFAULT '0', `turftokens` int(10) DEFAULT NULL, `shortname` varchar(64) DEFAULT NULL, `motd` varchar(128) DEFAULT NULL, `budget` int(8) DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `factions` -- LOCK TABLES `factions` WRITE; /*!40000 ALTER TABLE `factions` DISABLE KEYS */; INSERT INTO `factions` VALUES (1,'Bone County Sheriff\'s Department','Sebastian Prince',1,-6750208,18,0,0,0,0,0,NULL,'BCSD','Stay active and professional',10000,''),(2,'Bone County Fire & Medical Department','Michael Joshua',2,-57766400,9,0,0,0,0,0,NULL,'SAFMD',NULL,10000,''),(3,'HI-K69 News Agency','Julia Betts',3,16776960,8,0,0,0,0,0,NULL,'HI-K69','Be active, make sure you can be professional, buy a walkietalkie /setfreq 998',1000,''),(5,'Bone County Government','Heidi Aukje Grundel',4,-1347440896,6,0,0,0,0,0,NULL,'BCG',NULL,100000,''); /*!40000 ALTER TABLE `factions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `factionskins` -- DROP TABLE IF EXISTS `factionskins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `factionskins` ( `id` tinyint(2) DEFAULT NULL, `slot` tinyint(2) DEFAULT NULL, `skinid` smallint(3) DEFAULT NULL, UNIQUE KEY `id` (`id`,`slot`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `factionskins` -- LOCK TABLES `factionskins` WRITE; /*!40000 ALTER TABLE `factionskins` DISABLE KEYS */; INSERT INTO `factionskins` VALUES (0,0,311),(0,1,310),(0,2,309),(0,3,302),(0,4,285),(0,5,284),(0,6,283),(0,7,303),(0,8,282),(0,9,288),(1,0,71),(1,1,282),(1,2,284),(1,3,283),(1,4,285),(1,5,309),(1,6,310),(5,0,120),(5,1,141),(5,2,147),(5,3,150),(5,4,163),(5,5,165),(5,6,186),(5,7,286),(1,7,311),(1,8,288),(2,0,274),(2,1,275),(2,2,276),(2,3,308),(2,4,277),(2,5,278),(2,6,279); /*!40000 ALTER TABLE `factionskins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `flags` -- DROP TABLE IF EXISTS `flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `flags` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uid` int(10) DEFAULT NULL, `flaggedby` varchar(24) DEFAULT NULL, `date` datetime DEFAULT NULL, `description` varchar(128) DEFAULT NULL, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `flags` -- LOCK TABLES `flags` WRITE; /*!40000 ALTER TABLE `flags` DISABLE KEYS */; /*!40000 ALTER TABLE `flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `furniture` -- DROP TABLE IF EXISTS `furniture`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `furniture` ( `id` int(10) NOT NULL AUTO_INCREMENT, `houseid` int(10) DEFAULT NULL, `modelid` smallint(5) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `price` int(10) DEFAULT NULL, `pos_x` float DEFAULT NULL, `pos_y` float DEFAULT NULL, `pos_z` float DEFAULT NULL, `rot_x` float DEFAULT NULL, `rot_y` float DEFAULT NULL, `rot_z` float DEFAULT NULL, `interior` tinyint(2) DEFAULT NULL, `world` int(10) DEFAULT NULL, `door_opened` tinyint(1) DEFAULT '0', `door_locked` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `furniture` -- LOCK TABLES `furniture` WRITE; /*!40000 ALTER TABLE `furniture` DISABLE KEYS */; INSERT INTO `furniture` VALUES (5,628,14866,'Wood double bed',500,1314.28,-1067.68,3458.48,0,0,0.144,1,1000628,0,0),(6,628,19354,'wall002',100,1318.17,-1071.21,3459.61,0,0,-0.551,1,1000628,0,0),(7,628,19384,'wall032',100,1319.85,-1072.68,3459.61,0,0,91.829,1,1000628,0,0),(8,628,2307,'Small wardrobe',250,1315.6,-1074.51,3457.88,0,0,-179.885,1,1000628,0,0),(9,622,19395,'wall043',100,1652.24,1567.85,-19.01,0,0,90.174,10,1000622,0,0),(10,622,1535,'Motel door',100,1652.99,1567.96,-20.78,0,0,-179.792,10,1000622,0,1),(11,622,14556,'Huge open wardrobe',500,1652.33,1566.83,-19.18,0,0,-179.519,10,1000622,0,0),(12,622,2846,'Clothes pile #5',50,1652.62,1566.89,-20.57,0,0,352.721,10,1000622,0,0),(13,622,19829,'Light switch',50,1650.85,1566.7,-18.72,0,0,85.861,10,1000622,0,0),(14,622,2357,'Wide dining table',500,1669.15,1564.73,-20,0,0,0.674,10,1000622,0,0),(15,622,2357,'Wide dining table',500,1664.89,1564.68,-20,0,0,0.674,10,1000622,0,0),(17,622,2136,'Wood kitchen sink',500,1668.8,1567.19,-20.4,0,0,-0.599,10,1000622,0,0),(18,622,2140,'Wood kitchen cupboard',500,1667.82,1567.19,-20.444,0,-0.4,-1.439,10,1000622,0,0),(21,622,19583,'Steak knife',50,1668.03,1567.66,-18.725,89.3,0,358.674,10,1000622,0,0),(22,622,19583,'Steak knife',50,1667.82,1567.67,-18.725,89.3,0,358.674,10,1000622,0,0),(23,622,19583,'Steak knife',50,1667.59,1567.67,-18.725,89.3,0,358.674,10,1000622,0,0),(24,622,19583,'Steak knife',50,1667.35,1567.68,-18.725,89.3,0,358.674,10,1000622,0,0),(25,622,19583,'Steak knife',50,1667.05,1567.68,-18.725,89.3,0,358.674,10,1000622,0,0),(26,622,19583,'Steak knife',50,1666.85,1567.67,-18.725,89.3,0,358.674,10,1000622,0,0),(27,622,19586,'Spatula',50,1668.5,1567.62,-19.31,0,0,72.068,10,1000622,0,0),(28,622,19581,'Frying pan',100,1668.41,1567.29,-19.33,0,0,-94.606,10,1000622,0,0),(30,622,2303,'Wood kitchen washer',500,1665.86,1567.2,-20.39,0,0,1.894,10,1000622,0,0),(31,622,2135,'Wood kitchen stove',500,1664.9,1567.18,-20.39,0,0,-0.433,10,1000622,0,0),(32,622,11719,'Tall striped saucepan',100,1664.9,1567.38,-19.31,0,0,2.748,10,1000622,0,0),(33,622,19831,'Grill',500,1663.86,1567.39,-20.45,0,0,-0.446,10,1000622,0,0),(34,622,19632,'Fireplace logs',50,1663.66,1567.38,-19.86,0,0,-3.886,10,1000622,0,0),(35,622,19632,'Fireplace logs',50,1664.05,1567.4,-19.86,0,0,2.914,10,1000622,0,0),(36,622,2453,'Pizza rack',50,1670.74,1564.66,-19.22,0,0,179.627,10,1000622,0,0),(37,622,2453,'Pizza rack',50,1669.98,1564.67,-19.22,0,0,179.627,10,1000622,0,0),(38,622,11743,'Coffee machine',500,1668.83,1567.29,-19.33,0,0,356.481,10,1000622,0,0),(39,622,2149,'Microwave',100,1670.69,1567.02,-19.24,0,0,-31.793,10,1000622,0,0),(40,622,19830,'Blender',500,1665.73,1567.46,-19.34,0,0,351.177,10,1000622,0,0),(41,622,19894,'Closed laptop',500,1662.97,1564.28,-19.54,0,0,346.477,10,1000622,0,0),(42,622,19818,'Green beer bottle',10,1666.04,1564.49,-19.49,0,0,243.944,10,1000622,0,0),(43,622,1665,'Ashtray with cigar',50,1665.6,1564.26,-19.56,0,0,342.404,10,1000622,0,0),(44,622,2125,'Red stool',250,1665.77,1563.15,-20.08,0,0,-176.269,10,1000622,0,0),(45,622,2125,'Red stool',250,1663.87,1563.17,-20.08,0,0,179.231,10,1000622,0,0),(46,622,2305,'Wood kitchen corner',500,1670.85,1567.18,-20.46,0,0,-0.127,10,1000622,0,0),(47,622,2240,'Potted plant #7',150,1666.84,1567.24,-19.96,0,0,347.92,10,1000622,0,0),(48,622,11717,'Red couch',750,1667.83,1561.79,-20.41,0,0,-2.12,10,1000622,0,0),(49,622,2078,'Black shelf',250,1668.31,1558.69,-20.43,0,0,178.599,10,1000622,0,0),(50,622,19632,'Fireplace logs',50,1668.49,1558.83,-20.44,0,0,177.092,10,1000622,0,0),(51,622,19632,'Fireplace logs',50,1668.01,1558.85,-20.44,0,0,177.092,10,1000622,0,0),(52,622,19632,'Fireplace logs',50,1667.57,1558.88,-20.44,0,0,177.092,10,1000622,0,0),(53,622,19632,'Fireplace logs',50,1667.09,1558.9,-20.44,0,0,177.092,10,1000622,0,0),(54,622,1827,'Round glass table',500,1667.96,1560.18,-20.48,0,0,179.899,10,1000622,0,0),(55,622,19823,'Whiskey bottle',10,1667.57,1560.27,-20.04,0,0,-150.62,10,1000622,0,0),(56,622,19818,'Green beer bottle',10,1667.55,1560.45,-19.95,0,0,264.573,10,1000622,0,0),(57,622,1665,'Ashtray with cigar',50,1667.88,1560.79,-19.99,0,0,268.02,10,1000622,0,0),(58,622,19640,'Shop shelf',250,1670.8,1561.49,-20.58,0,0,-89.653,10,1000622,0,0),(59,622,19824,'Champagne bottle',10,1671.01,1562.14,-19.021,-176.5,0,-86.174,10,1000622,0,0),(60,622,19824,'Champagne bottle',10,1671.02,1561.91,-19.021,-176.5,0,-88.374,10,1000622,0,0),(61,622,19824,'Champagne bottle',10,1671.02,1561.67,-19.022,-176.5,0,-88.874,10,1000622,0,0),(62,622,19822,'Red wine bottle',10,1670.94,1561.4,-19.02,-176.4,0,-92.034,10,1000622,0,0),(63,622,19822,'Red wine bottle',10,1670.94,1561.13,-19.02,-176.4,0,-89.334,10,1000622,0,0),(64,622,19822,'Red wine bottle',10,1670.92,1560.84,-19.02,-176.4,0,-92.034,10,1000622,0,0),(65,622,19818,'Green beer bottle',10,1670.92,1562.15,-19.85,0,0,-90.881,10,1000622,0,0),(66,622,19818,'Green beer bottle',10,1670.92,1561.89,-19.85,0,0,-90.881,10,1000622,0,0),(67,622,19818,'Green beer bottle',10,1670.91,1561.67,-19.85,0,0,-90.881,10,1000622,0,0),(68,622,19818,'Green beer bottle',10,1670.91,1561.42,-19.85,0,0,-90.881,10,1000622,0,0),(69,622,19818,'Green beer bottle',10,1670.91,1561.19,-19.85,0,0,-90.881,10,1000622,0,0),(70,622,19818,'Green beer bottle',10,1670.9,1560.9,-19.85,0,0,-90.881,10,1000622,0,0),(71,622,19818,'Green beer bottle',10,1670.08,1567.31,-19.27,0,0,-90.881,10,1000622,0,0),(72,622,2257,'Squares frame',100,1664.18,1558.45,-18.752,0,-45,-179.941,10,1000622,0,0),(73,622,2257,'Squares frame',100,1653.89,1564.9,-18.78,0,45.9,89.638,10,1000622,0,0),(74,622,1671,'Plain office chair',250,1654.96,1566.43,-20.28,0,0,41.484,10,1000622,0,0),(75,622,2206,'Plain brown office desk',500,1656.56,1566.66,-20.71,0,0,-122.383,10,1000622,0,0),(76,622,11705,'Black telephone',50,1655.59,1565.07,-19.76,0,0,-166.842,10,1000622,0,0),(77,622,2105,'Lamp',50,1656.59,1566.75,-19.28,0,0,60.324,10,1000622,0,0),(78,622,19894,'Closed laptop',500,1655.85,1565.8,-19.76,0,0,50.271,10,1000622,0,0),(79,622,1510,'Ashtray',50,1655.94,1566.08,-19.75,0,0,65.338,10,1000622,0,0),(80,622,2192,'Desk fan',50,1670.62,1561.8,-18.49,0,0,91.491,10,1000622,0,0),(81,622,2261,'Golden gate frame',100,1662.7,1567.18,-18.72,0,0,0.157,10,1000622,0,0),(82,622,2248,'Potted plant #13',150,1654.12,1561.99,-20.17,0,0,180.02,10,1000622,0,0),(83,622,2776,'Round black chair',250,1657.39,1565.43,-20.21,0,0,-97.869,10,1000622,0,0),(84,622,11733,'Rocking horse',50,1660.14,1567.27,-20.71,0,0,89.644,10,1000622,0,0),(85,622,1828,'Tiger rug',1000,1658.05,1561.83,-20.66,0,0,297.52,10,1000622,0,0),(86,622,638,'Wide plant',250,1661.86,1566.49,-20.39,0.0000002086,0,0.286,10,1000622,0,0),(87,622,2614,'Double US flag',50,1655.14,1567.6,-18.27,0,0,0.003,10,1000622,0,0),(88,622,2299,'Brown bed',500,1652.04,1562.92,-20.73,0,0,1.228,10,1000622,0,0),(89,622,2523,'Sink with rug',250,1653.15,1563.39,-20.73,0,0,-88.309,10,1000622,0,0),(90,622,2818,'Red checkered carpet',250,1651.56,1562.45,-20.72,0,0,1.904,10,1000622,0,0),(91,31,1535,'Motel door',100,1436.11,1469.97,-10.754,0,0,88.796,1,1000031,0,0),(92,31,2514,'Toilet',250,1433.69,1469.62,-10.714,0,0,89.843,1,1000031,0,0),(94,31,1723,'Long black sofa',750,1435.65,1466.03,-10.784,0,0,-179.751,1,1000031,0,0),(95,31,2370,'Square coffee table',500,1435.15,1467.85,-10.784,0,0,90.389,1,1000031,0,0),(96,31,1786,'Wide screen TV',400,1434.72,1468.69,-10.004,0,0,0.974,1,1000031,0,0),(97,31,14720,'Whole kitchen',3000,1441.76,1463.27,-10.894,0,0,89.68,1,1000031,0,0),(98,31,948,'Potted plant #1',150,1438.17,1471.58,-10.774,0,0,0.522,1,1000031,0,0),(99,31,948,'Potted plant #1',150,1440.53,1471.6,-10.774,0,0,0.522,1,1000031,0,0),(100,46,3089,'Brown windowed door',100,2440.56,-1620.67,1569.17,0,0,-89.853,1,1000046,0,0),(101,27,1567,'Wardrobe door',100,1436.15,1469.97,-10.754,0,0,1.138,1,1000027,1,0),(102,27,19786,'Large LCD television',1000,1434.78,1468.81,-8.554,5.1,0.2,-1.56,1,1000027,0,0),(103,27,1785,'VHS player',200,1434.72,1468.7,-9.594,0,0,0.593,1,1000027,0,0),(104,27,2191,'Blue office shelf',250,1434.45,1468.48,-11.164,0,0,0.206,1,1000027,0,0),(105,27,2315,'Low brown TV stand',500,1435.6,1466.66,-10.684,0,0,179.609,1,1000027,0,0),(106,27,2315,'Low brown TV stand',500,1435.6,1465.71,-10.684,0,0,179.609,1,1000027,0,0),(107,27,2245,'Potted plant #11',150,1435.02,1466.19,-9.944,0,0,190.716,1,1000027,0,0),(108,27,11717,'Red couch',750,1435.1,1463.9,-10.714,0,0,178.548,1,1000027,0,0),(109,27,2248,'Potted plant #13',150,1433.46,1463.19,-10.204,0,0,126.482,1,1000027,0,0),(110,27,2257,'Squares frame',100,1433.11,1466.07,-8.764,0,0,89.281,1,1000027,0,0),(111,27,2262,'Downtown frame',100,1441.43,1463.39,-8.724,0,0,177.242,1,1000027,0,0),(112,27,2748,'Upholstered chair',1000,1442.55,1464.45,-10.084,0,0,-90.978,1,1000027,0,0),(113,27,2030,'Round stone table',500,1440.87,1464.58,-10.284,0,0,169.455,1,1000027,0,0),(114,27,1665,'Ashtray with cigar',50,1441.44,1464.38,-9.834,0,0,215.829,1,1000027,0,0),(115,27,2299,'Brown bed',500,1440.57,1468.77,-10.734,0,0,0.14,1,1000027,0,0),(116,27,19823,'Whiskey bottle',10,1441.2,1464.56,-9.854,0,0,115.629,1,1000027,0,0),(117,27,19818,'Green beer bottle',10,1441.44,1464.86,-9.794,0,0,178.229,1,1000027,0,0),(118,27,2136,'Wood kitchen sink',500,1442.66,1467.18,-10.734,0,0,-90.454,1,1000027,0,0),(119,27,2046,'Gun rack',250,1441.08,1472.12,-8.744,0,0,358.64,1,1000027,0,0),(120,27,2725,'Hexagon shaped table',500,1442.57,1471.69,-10.354,0,0,359.893,1,1000027,0,0),(121,27,2140,'Wood kitchen cupboard',500,1442.66,1468.18,-10.764,0,0,-89.954,1,1000027,0,0),(122,27,2105,'Lamp',50,1442.62,1471.86,-9.494,0,0,339.527,1,1000027,0,0),(123,27,19894,'Closed laptop',500,1442.81,1466.73,-9.664,0,0,268.18,1,1000027,0,0),(124,27,19807,'White telephone',50,1442.47,1471.58,-9.864,0,0,-43.573,1,1000027,0,0),(125,27,2149,'Microwave',100,1442.74,1467.34,-9.524,0,0,269.606,1,1000027,0,0),(126,27,11738,'Medic kit',50,1440.91,1472.07,-9.184,0,0,-0.434,1,1000027,0,0),(127,27,2833,'Old timer\'s carpet',250,1439.9,1472.05,-10.674,0,0,-179.922,1,1000027,0,0),(128,27,2517,'Glass shower cabin',500,1433.52,1470.77,-10.764,0,0,-0.246,1,1000027,0,0),(129,27,2627,'Treadmill',500,1437.93,1463.91,-10.714,0,0,179.005,1,1000027,0,0),(130,27,2526,'Wood sided bathtub',500,1434.79,1469.67,-10.732,0,-0.3,-179.835,1,1000027,0,0),(131,27,2528,'Toilet with rug',500,1435.63,1469.63,-10.724,0,0,-179.642,1,1000027,0,0),(132,31,2299,'Brown bed',500,1436.54,1463.22,-10.794,0,0,90.177,1,1000031,0,0),(135,33,19128,'Dance floor',1000,1440.62,1465.2,-9.714,0,0,82.83,1,1000033,0,0),(155,33,19608,'Stage',250,1438.53,1466.42,-9.793,-4.9,0.8,-179.683,1,1000033,0,0),(156,33,19128,'Dance floor',1000,1436.74,1466.25,-9.696,0,0,84.476,1,1000033,0,0),(157,33,19128,'Dance floor',1000,1438.59,1470.24,-10.714,0,0,91.196,1,1000033,0,0),(158,33,19325,'Big window',100,1441.98,1468.39,-10.324,0,0,-91.745,1,1000033,0,0),(159,33,1557,'Office door #4',100,1438.8,1468.61,-9.894,0,0,176.11,1,1000033,0,0),(161,33,1448,'Single pallet',50,1437.98,1469.28,-9.924,0,0,154.349,1,1000033,0,0),(162,33,14532,'TV on wheels',250,1442.27,1467.99,-8.564,0,0,130.565,1,1000033,0,0),(164,33,19611,'Microphone Stand',250,1439.39,1468.16,-9.584,0,0,357.125,1,1000033,0,0),(165,33,1840,'Subwoofer',250,1440.79,1464.7,-9.624,0,0,-88.643,1,1000033,0,0),(166,33,1840,'Subwoofer',250,1440.82,1464.73,-9.139,0,0,-87.004,1,1000033,0,0),(167,33,19893,'Open laptop',1000,1440.81,1464.8,-8.674,0,0,186.67,1,1000033,0,0),(168,33,2099,'Speaker & stereo system',500,1439.35,1464.49,-9.605,0,0,175.133,1,1000033,0,0),(169,33,2008,'Computer desk',1000,1436.03,1465.78,-9.656,0,0,267.487,1,1000033,0,0),(170,33,1708,'Dark blue reclining chair',500,1434.67,1464.8,-9.736,0,0,94.839,1,1000033,0,0),(171,33,19427,'wall067',100,1436.5,1468.54,-8.116,0,0,92.769,1,1000033,0,0),(172,33,1704,'Black lounge chair',500,1437.82,1465.62,-9.704,0,0,-96.454,1,1000033,0,0),(173,33,11289,'For lease poster',50,1441.03,1462.92,-8.324,0,0,177.073,1,1000033,0,0),(174,33,2736,'Zip poster',50,1441.18,1464.25,-8.234,0,0,-179.31,1,1000033,0,0),(175,46,2517,'Glass shower cabin',500,2444.98,-1621.56,1567.96,0.6,2,-179.4,1,1000046,0,0),(176,46,14866,'Wood double bed',500,2438.48,-1613.82,1568.5,0,0,-0.129,1,1000046,0,0),(177,32,1535,'Motel door',100,1436.15,1469.96,-10.774,0,0,0.476,1,1000032,1,0),(178,32,2525,'Toilet with rolls',500,1433.61,1469.8,-10.724,0,0,89.823,1,1000032,0,0),(179,32,2519,'Bathtub',500,1433.55,1471.82,-10.764,0,0,-0.034,1,1000032,0,0),(180,32,1760,'Patterned couch',750,1439.66,1463.45,-10.764,0,0,88.503,1,1000032,0,0),(181,32,1735,'Old timer\'s rocking chair',500,1440.44,1466.99,-10.724,0,0,28.304,1,1000032,0,0),(182,32,2111,'Round wooden table',500,1441.58,1464.8,-10.404,0,0,203.104,1,1000032,0,0),(183,31,2519,'Bathtub',500,1433.55,1471.82,-10.734,0,0,0.496,1,1000031,0,0),(184,105,1491,'Wooden push door #1',100,2367.86,-1125.41,1049.9,0.2,0,178.472,8,1000105,0,0),(185,105,1491,'Wooden push door #1',100,2363.34,-1132.57,1049.92,0.5,0,89.094,8,1000105,0,1),(186,49,14866,'Wood double bed',500,2436.95,-1613.98,1568.56,0,0,-0.21,1,1000049,0,0),(187,49,2008,'Computer desk',1000,2439,-1613.27,1567.93,0,0,0.078,1,1000049,0,0),(188,49,1671,'Plain office chair',250,2439.9,-1614.03,1568.42,0,0,-92.14,1,1000049,0,0),(189,105,2307,'Small wardrobe',250,2361.78,-1133.86,1049.87,0,0,270.562,8,1000105,0,0),(190,105,11743,'Coffee machine',500,2367.42,-1134.42,1050.93,0,0,90.214,8,1000105,0,0),(191,105,19830,'Blender',500,2367.42,-1133.91,1050.93,0,0,90.16,8,1000105,0,0),(192,105,19893,'Open laptop',1000,2372.8,-1123.78,1050.33,0,0,104.041,8,1000105,0,0),(193,105,2663,'Burger shot bag',50,2372.66,-1123.4,1050.58,0,0,152.733,8,1000105,0,0),(194,105,2135,'Wood kitchen stove',500,2374.44,-1131.37,1049.81,0,0,-89.941,8,1000105,0,0),(195,105,19585,'Double handled pan',100,2374.78,-1131.27,1051.05,0,0,-175.841,8,1000105,0,0),(196,105,2862,'Clean dishes #1',50,2374.68,-1133.36,1050.85,0,0,96.079,8,1000105,0,0),(197,105,11706,'Wastebin',50,2367.35,-1130.2,1049.82,0,0,87.817,8,1000105,0,0),(198,105,367,'Camera',150,2373.74,-1129.05,1050.81,0,3,224.225,8,1000105,0,0),(201,105,2855,'Stack of magazines',50,2372.62,-1123.58,1049.94,0,0,329.483,8,1000105,0,0),(202,105,19786,'Large LCD television',1000,2374.26,-1129.52,1052.17,0,0,177.966,8,1000105,0,0),(205,105,19894,'Closed laptop',500,2368.53,-1122.23,1050.83,0,0,279.662,8,1000105,0,0),(206,105,2835,'Plain round rug',250,2365.72,-1134.73,1049.88,0,0,-175.429,8,1000105,0,0),(207,41,2514,'Toilet',250,1433.61,1469.79,-10.706,-0.5,0,90.152,1,1000041,0,0),(208,41,2517,'Glass shower cabin',500,1434.6,1471.63,-10.734,0,0,90.001,1,1000041,0,0),(209,41,2518,'Wall sink',250,1435.85,1469.67,-10.596,-0.000000149,0.4,-179.783,1,1000041,0,0),(210,41,11707,'Towel rack',100,1435.16,1472.2,-9.444,0,0,0.058,1,1000041,0,0),(211,41,19873,'Toilet paper',50,1433.16,1469.88,-9.714,0,0,31.705,1,1000041,0,0),(212,41,1764,'Plaid sofa',750,1437.53,1466.73,-10.734,0,-0.2,0.2,1,1000041,0,0),(213,41,19786,'Large LCD television',1000,1438.71,1462.8,-8.8,0.5,-0.1,-179.928,1,1000041,0,0),(214,41,2136,'Wood kitchen sink',500,1433.58,1466.35,-10.748,0.6,0,90.078,1,1000041,0,0),(215,41,2140,'Wood kitchen cupboard',500,1433.57,1468.39,-10.729,1.7,-0.6,91.948,1,1000041,0,0),(216,41,2135,'Wood kitchen stove',500,1433.6,1465.36,-10.734,0.000000298,0.2,92.037,1,1000041,0,0),(217,41,11718,'Striped saucepan',100,1433.48,1465.64,-9.661,0,0.1,154.693,1,1000041,0,0),(218,41,2301,'Pink & blue striped bed',500,1442.8,1466.43,-10.704,0,0,178.214,1,1000041,0,0),(219,54,2290,'Wide brown couch',750,1556.83,1799,-20.218,0,0,179.523,2,1000054,0,0),(220,54,2319,'Wide coffee table',500,1556.56,1800.82,-20.228,0,0,-179.829,2,1000054,0,0),(222,54,11720,'Red double bed',500,1559.76,1793.76,-20.588,0,0,88.024,2,1000054,0,0),(223,54,2528,'Toilet with rug',500,1566.78,1785.82,-20.568,0,0,89.564,2,1000054,0,0),(224,54,2526,'Wood sided bathtub',500,1567.99,1782.68,-20.598,0,0,179.698,2,1000054,0,0),(225,54,19786,'Large LCD television',1000,1556.05,1807.86,-18.218,0,0,0.023,2,1000054,0,0),(226,65,2525,'Toilet with rolls',500,2433.09,-1619.97,1567.97,-0.7,-0.6,0.966,1,1000065,0,0),(228,65,2517,'Glass shower cabin',500,2432.52,-1620.13,1567.96,1,0.1,88.749,1,1000065,0,0),(229,65,2301,'Pink & blue striped bed',500,2436.32,-1616.1,1567.9,0.8,0.4,-1.864,1,1000065,0,0),(230,65,2330,'Wooden cabinet',250,2439,-1618.3,1567.93,0,0,-89.683,1,1000065,0,0),(231,65,2185,'Plain wooden office desk',1000,2440.02,-1617.45,1567.93,0,0,89.151,1,1000065,0,0),(232,65,1502,'Wooden push door #2',100,2436.67,-1619.97,1567.9,-0.5,0.2,-0.72,1,1000065,1,0),(233,65,2356,'Blue swivel chair',250,2438.71,-1617.25,1567.92,0,0,309.725,1,1000065,0,0),(234,65,2095,'Small dresser',250,2438.54,-1614.08,1567.94,0,0,-0.524,1,1000065,0,0),(235,65,2105,'Lamp',50,2438.57,-1612.97,1569.25,0,0,359.361,1,1000065,0,0),(236,65,2836,'Zig-zag patterned carpet',250,2439.08,-1614.99,1567.93,0,0,88.948,1,1000065,0,0),(237,65,11706,'Wastebin',50,2433.18,-1622.75,1567.71,0,-0.7,-179.099,1,1000065,0,0),(240,65,2627,'Treadmill',500,2439.98,-1613.67,1567.94,0,0,-0.499,1,1000065,0,0),(241,65,2277,'Cat frame',100,2439.98,-1615.51,1569.55,0,0,-92.435,1,1000065,0,0),(242,65,19174,'Flint County frame',100,2436.09,-1615.24,1569.92,0,0,88.069,1,1000065,0,0),(244,65,2523,'Sink with rug',250,2431.5,-1622.84,1567.99,0,0,90.133,1,1000065,0,0),(245,65,1502,'Wooden push door #2',100,2433.79,-1622.46,1567.92,0,0,90.106,1,1000065,0,0),(246,65,11707,'Towel rack',100,2431.04,-1621.29,1568.95,0,0,90.3,1,1000065,0,0),(247,65,19807,'White telephone',50,2440.21,-1617.38,1568.81,0,0,-96.385,1,1000065,0,0),(249,65,2290,'Wide brown couch',750,2431.42,-1616.77,1567.93,0,0,89.953,1,1000065,0,0),(250,65,2292,'Brown corner couch piece',500,2433.26,-1618.04,1567.92,0,0,-179.774,1,1000065,0,0),(251,65,2292,'Brown corner couch piece',500,2432.33,-1618.07,1567.91,0.9,-0.4,89.636,1,1000065,0,0),(252,65,2725,'Hexagon shaped table',500,2431.39,-1617.81,1568.34,0,0,129.718,1,1000065,0,0),(253,65,2099,'Speaker & stereo system',500,2433,-1613.68,1567.95,0,0,-0.321,1,1000065,0,0),(254,65,2001,'Palm plant #11',100,2431.25,-1613.88,1567.93,0,0,106.438,1,1000065,0,0),(255,65,2847,'Brown red striped carpet',250,2433.51,-1616.45,1567.94,0,0,90.352,1,1000065,0,0),(256,65,2852,'Scattered magazines',50,2431.43,-1617.87,1568.8,0,0,121.461,1,1000065,0,0),(257,65,2313,'Table with VCR',500,2434.88,-1613.7,1567.93,0,0,314.839,1,1000065,0,0),(258,65,1792,'Flat screen TV',400,2435.37,-1613.98,1568.42,0,0,314.2,1,1000065,0,0),(259,65,2115,'Plain wooden table',500,2433.02,-1616.48,1567.67,-0.7,0.6,90.201,1,1000065,0,0),(260,65,1543,'Beer bottle',10,2433.26,-1616.79,1568.47,0,0,48.585,1,1000065,0,0),(261,65,1544,'Yellow beer bottle',10,2432.75,-1615.54,1568.45,0,0,46.667,1,1000065,0,0),(262,65,19820,'Wine bottle',10,2433.11,-1616.05,1568.49,0,0,37.717,1,1000065,0,0),(263,65,19818,'Green beer bottle',10,2433.08,-1616.23,1568.57,0,0,23.334,1,1000065,0,0),(264,65,19818,'Green beer bottle',10,2432.87,-1616.03,1568.55,0,0,69.68,1,1000065,0,0),(265,65,1543,'Beer bottle',10,2432.74,-1616.56,1568.45,0,0,87.26,1,1000065,0,0),(266,65,1510,'Ashtray',50,2433.15,-1615.37,1568.48,0,0,45.708,1,1000065,0,0),(267,65,19625,'Cigarette',50,2433.16,-1615.24,1568.43,0,0,352.329,1,1000065,0,0),(268,65,19172,'Los Santos frame',100,2430.91,-1615.81,1569.92,0,0,89.473,1,1000065,0,0),(269,65,2273,'Bouquet frame',100,2432.72,-1618,1569.42,0,0,178.337,1,1000065,0,0),(270,65,2336,'Green kitchen sink',500,2442.91,-1619.23,1567.89,0,0,0.163,1,1000065,0,0),(271,65,2338,'Green kitchen corner',500,2444.91,-1619.22,1567.89,0,0,0.095,1,1000065,0,0),(272,65,2334,'Green kitchen counter',500,2444.89,-1620.22,1567.88,0,0,-90.928,1,1000065,0,0),(273,65,19830,'Blender',500,2444.97,-1619.14,1568.95,0,0,307.994,1,1000065,0,0),(274,65,2147,'Green kitchen fridge',500,2441.66,-1619.28,1567.97,0,0,1.017,1,1000065,0,0),(275,65,2158,'Green kitchen cupboard',500,2444.87,-1622.33,1567.9,0,0,268.905,1,1000065,0,0),(276,65,2337,'Green kitchen washer',500,2444.88,-1621.21,1567.89,0,0,-90.514,1,1000065,0,0),(277,65,11743,'Coffee machine',500,2444.98,-1620.21,1568.93,0,0,-90.384,1,1000065,0,0); /*!40000 ALTER TABLE `furniture` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gangranks` -- DROP TABLE IF EXISTS `gangranks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gangranks` ( `id` tinyint(2) DEFAULT NULL, `rank` tinyint(2) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `pk` int(10) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`pk`), UNIQUE KEY `pk_UNIQUE` (`pk`), UNIQUE KEY `id` (`id`,`rank`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gangranks` -- LOCK TABLES `gangranks` WRITE; /*!40000 ALTER TABLE `gangranks` DISABLE KEYS */; INSERT INTO `gangranks` VALUES (1,0,'Prospect',1),(1,1,'Member',2),(1,2,'Secretary',3),(1,3,'Road Captain',4),(1,4,'Sergeant At Arms',5),(1,5,'Vice President',6),(1,6,'President',7); /*!40000 ALTER TABLE `gangranks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gangs` -- DROP TABLE IF EXISTS `gangs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gangs` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `name` varchar(32) DEFAULT 'None', `motd` varchar(128) DEFAULT 'None', `leader` varchar(24) DEFAULT 'No-one', `color` int(10) DEFAULT '-256', `strikes` tinyint(1) DEFAULT '0', `level` tinyint(2) DEFAULT '1', `points` int(10) DEFAULT '0', `turftokens` int(10) DEFAULT '0', `stash_x` float DEFAULT '0', `stash_y` float DEFAULT '0', `stash_z` float DEFAULT '0', `stashinterior` tinyint(2) DEFAULT '0', `stashworld` int(10) DEFAULT '0', `cash` int(10) DEFAULT '0', `materials` int(10) DEFAULT '0', `weed` int(10) DEFAULT '0', `cocaine` int(10) DEFAULT '0', `meth` int(10) DEFAULT '0', `painkillers` int(10) DEFAULT '0', `pistolammo` int(10) DEFAULT '0', `shotgunammo` int(10) DEFAULT '0', `smgammo` int(10) DEFAULT '0', `arammo` int(10) DEFAULT '0', `rifleammo` int(10) DEFAULT '0', `hpammo` int(10) DEFAULT '0', `poisonammo` int(10) DEFAULT '0', `fmjammo` int(10) DEFAULT '0', `weapon_9mm` int(10) DEFAULT '0', `weapon_sdpistol` int(10) DEFAULT '0', `weapon_deagle` int(10) DEFAULT '0', `weapon_shotgun` int(10) DEFAULT '0', `weapon_spas12` int(10) DEFAULT '0', `weapon_sawnoff` int(10) DEFAULT '0', `weapon_tec9` int(10) DEFAULT '0', `weapon_uzi` int(10) DEFAULT '0', `weapon_mp5` int(10) DEFAULT '0', `weapon_ak47` int(10) DEFAULT '0', `weapon_m4` int(10) DEFAULT '0', `weapon_rifle` int(10) DEFAULT '0', `weapon_sniper` int(10) DEFAULT '0', `weapon_molotov` int(10) DEFAULT '0', `armsdealer` tinyint(1) DEFAULT '0', `drugdealer` tinyint(1) DEFAULT '0', `arms_x` float DEFAULT '0', `arms_y` float DEFAULT '0', `arms_z` float DEFAULT '0', `arms_a` float DEFAULT '0', `drug_x` float DEFAULT '0', `drug_y` float DEFAULT '0', `drug_z` float DEFAULT '0', `drug_a` float DEFAULT '0', `armsworld` int(10) DEFAULT '0', `drugworld` int(10) DEFAULT '0', `drugweed` int(10) DEFAULT '0', `drugcocaine` int(10) DEFAULT '0', `drugmeth` int(10) DEFAULT '0', `armsmaterials` int(10) DEFAULT '0', `armsprice_1` int(10) DEFAULT '0', `armsprice_2` int(10) DEFAULT '0', `armsprice_3` int(10) DEFAULT '0', `armsprice_4` int(10) DEFAULT '0', `armsprice_5` int(10) DEFAULT '0', `armsprice_6` int(10) DEFAULT '0', `armsprice_7` int(10) DEFAULT '0', `armsprice_8` int(10) DEFAULT '0', `armsprice_9` int(10) NOT NULL DEFAULT '0', `armsprice_10` int(10) NOT NULL DEFAULT '0', `armsprice_11` int(10) NOT NULL DEFAULT '0', `armsprice_12` tinyint(2) NOT NULL DEFAULT '0', `weed_price` int(10) DEFAULT '0', `cocaine_price` int(10) DEFAULT '0', `meth_price` int(10) DEFAULT '0', `matlevel` tinyint(3) NOT NULL DEFAULT '0', `gunlevel` tinyint(3) NOT NULL DEFAULT '0', `alliance` tinyint(4) NOT NULL DEFAULT '-1', `rivals` tinyint(4) DEFAULT '-1', `war1` tinyint(2) NOT NULL DEFAULT '0', `war2` tinyint(2) NOT NULL DEFAULT '0', `war3` tinyint(2) NOT NULL DEFAULT '0', `rank_9mm` tinyint(2) NOT NULL DEFAULT '1', `rank_sdpistol` tinyint(2) NOT NULL DEFAULT '1', `rank_deagle` tinyint(2) NOT NULL DEFAULT '2', `rank_shotgun` tinyint(2) NOT NULL DEFAULT '1', `rank_spas12` tinyint(2) NOT NULL DEFAULT '4', `rank_sawnoff` tinyint(2) NOT NULL DEFAULT '4', `rank_tec9` tinyint(2) NOT NULL DEFAULT '1', `rank_uzi` tinyint(2) NOT NULL DEFAULT '1', `rank_mp5` tinyint(2) NOT NULL DEFAULT '2', `rank_ak47` tinyint(2) NOT NULL DEFAULT '3', `rank_m4` tinyint(2) NOT NULL DEFAULT '4', `rank_rifle` tinyint(2) NOT NULL DEFAULT '2', `rank_sniper` tinyint(2) NOT NULL DEFAULT '5', `rank_molotov` tinyint(2) NOT NULL DEFAULT '5', `rank_vest` tinyint(2) NOT NULL DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gangs` -- LOCK TABLES `gangs` WRITE; /*!40000 ALTER TABLE `gangs` DISABLE KEYS */; INSERT INTO `gangs` VALUES (1,'Rebels MC','None','Alex_Bio',-256,0,1,55,0,-2165.82,645.762,1052.38,1,4000030,10000,98800,0,0,0,0,0,0,0,0,0,0,0,0,1,2,7,21,0,0,0,0,20,28,0,11,0,0,0,0,0,0,0,0,0,0,0,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,0,1,1,1,1,4,4,1,1,2,3,4,2,5,5,0,'\0'); /*!40000 ALTER TABLE `gangs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gangskins` -- DROP TABLE IF EXISTS `gangskins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gangskins` ( `id` tinyint(2) DEFAULT NULL, `slot` tinyint(2) DEFAULT NULL, `skinid` smallint(3) DEFAULT NULL, `pk` int(100) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`pk`), UNIQUE KEY `pk_UNIQUE` (`pk`), UNIQUE KEY `id` (`id`,`slot`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gangskins` -- LOCK TABLES `gangskins` WRITE; /*!40000 ALTER TABLE `gangskins` DISABLE KEYS */; /*!40000 ALTER TABLE `gangskins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gangsold` -- DROP TABLE IF EXISTS `gangsold`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gangsold` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `name` varchar(32) DEFAULT 'None', `motd` varchar(128) DEFAULT 'None', `leader` varchar(24) DEFAULT 'No-one', `color` int(10) DEFAULT '-256', `strikes` tinyint(1) DEFAULT '0', `level` tinyint(2) DEFAULT '1', `points` int(10) DEFAULT '0', `turftokens` int(10) DEFAULT '0', `stash_x` float DEFAULT '0', `stash_y` float DEFAULT '0', `stash_z` float DEFAULT '0', `stashinterior` tinyint(2) DEFAULT '0', `stashworld` int(10) DEFAULT '0', `cash` int(10) DEFAULT '0', `materials` int(10) DEFAULT '0', `weed` int(10) DEFAULT '0', `cocaine` int(10) DEFAULT '0', `meth` int(10) DEFAULT '0', `painkillers` int(10) DEFAULT '0', `pistolammo` int(10) DEFAULT '0', `shotgunammo` int(10) DEFAULT '0', `smgammo` int(10) DEFAULT '0', `arammo` int(10) DEFAULT '0', `rifleammo` int(10) DEFAULT '0', `hpammo` int(10) DEFAULT '0', `poisonammo` int(10) DEFAULT '0', `fmjammo` int(10) DEFAULT '0', `weapon_9mm` int(10) DEFAULT '0', `weapon_sdpistol` int(10) DEFAULT '0', `weapon_deagle` int(10) DEFAULT '0', `weapon_shotgun` int(10) DEFAULT '0', `weapon_spas12` int(10) DEFAULT '0', `weapon_sawnoff` int(10) DEFAULT '0', `weapon_tec9` int(10) DEFAULT '0', `weapon_uzi` int(10) DEFAULT '0', `weapon_mp5` int(10) DEFAULT '0', `weapon_ak47` int(10) DEFAULT '0', `weapon_m4` int(10) DEFAULT '0', `weapon_rifle` int(10) DEFAULT '0', `weapon_sniper` int(10) DEFAULT '0', `weapon_molotov` int(10) DEFAULT '0', `armsdealer` tinyint(1) DEFAULT '0', `drugdealer` tinyint(1) DEFAULT '0', `arms_x` float DEFAULT '0', `arms_y` float DEFAULT '0', `arms_z` float DEFAULT '0', `arms_a` float DEFAULT '0', `drug_x` float DEFAULT '0', `drug_y` float DEFAULT '0', `drug_z` float DEFAULT '0', `drug_a` float DEFAULT '0', `armsworld` int(10) DEFAULT '0', `drugworld` int(10) DEFAULT '0', `drugweed` int(10) DEFAULT '0', `drugcocaine` int(10) DEFAULT '0', `drugmeth` int(10) DEFAULT '0', `armsmaterials` int(10) DEFAULT '0', `armsprice_1` int(10) DEFAULT '0', `armsprice_2` int(10) DEFAULT '0', `armsprice_3` int(10) DEFAULT '0', `armsprice_4` int(10) DEFAULT '0', `armsprice_5` int(10) DEFAULT '0', `armsprice_6` int(10) DEFAULT '0', `armsprice_7` int(10) DEFAULT '0', `armsprice_8` int(10) DEFAULT '0', `armsprice_9` int(10) NOT NULL DEFAULT '0', `armsprice_10` int(10) NOT NULL DEFAULT '0', `armsprice_11` int(10) NOT NULL DEFAULT '0', `armsprice_12` tinyint(2) NOT NULL DEFAULT '0', `weed_price` int(10) DEFAULT '0', `cocaine_price` int(10) DEFAULT '0', `meth_price` int(10) DEFAULT '0', `matlevel` tinyint(3) NOT NULL DEFAULT '0', `gunlevel` tinyint(3) NOT NULL DEFAULT '0', `alliance` tinyint(4) NOT NULL DEFAULT '-1', `war1` tinyint(2) NOT NULL DEFAULT '0', `war2` tinyint(2) NOT NULL DEFAULT '0', `war3` tinyint(2) NOT NULL DEFAULT '0', `rank_9mm` tinyint(2) NOT NULL DEFAULT '1', `rank_sdpistol` tinyint(2) NOT NULL DEFAULT '1', `rank_deagle` tinyint(2) NOT NULL DEFAULT '2', `rank_shotgun` tinyint(2) NOT NULL DEFAULT '1', `rank_spas12` tinyint(2) NOT NULL DEFAULT '4', `rank_sawnoff` tinyint(2) NOT NULL DEFAULT '4', `rank_tec9` tinyint(2) NOT NULL DEFAULT '1', `rank_uzi` tinyint(2) NOT NULL DEFAULT '1', `rank_mp5` tinyint(2) NOT NULL DEFAULT '2', `rank_ak47` tinyint(2) NOT NULL DEFAULT '3', `rank_m4` tinyint(2) NOT NULL DEFAULT '4', `rank_rifle` tinyint(2) NOT NULL DEFAULT '2', `rank_sniper` tinyint(2) NOT NULL DEFAULT '5', `rank_molotov` tinyint(2) NOT NULL DEFAULT '5', `rank_vest` tinyint(2) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gangsold` -- LOCK TABLES `gangsold` WRITE; /*!40000 ALTER TABLE `gangsold` DISABLE KEYS */; /*!40000 ALTER TABLE `gangsold` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gangtags` -- DROP TABLE IF EXISTS `gangtags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gangtags` ( `gangid` int(11) NOT NULL, `text` text NOT NULL, `fontid` int(11) NOT NULL, `pname` text NOT NULL, `color` int(11) NOT NULL, `x` float(11,4) NOT NULL DEFAULT '0.0000', `y` float(11,4) NOT NULL DEFAULT '0.0000', `z` float(11,4) NOT NULL DEFAULT '0.0000', `rx` float(11,4) NOT NULL DEFAULT '0.0000', `ry` float(11,4) NOT NULL DEFAULT '0.0000', `rz` float(11,4) NOT NULL DEFAULT '0.0000', `ID` int(11) NOT NULL AUTO_INCREMENT, `pdbid` int(11) NOT NULL, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`ID`), UNIQUE KEY `ID_UNIQUE` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gangtags` -- LOCK TABLES `gangtags` WRITE; /*!40000 ALTER TABLE `gangtags` DISABLE KEYS */; /*!40000 ALTER TABLE `gangtags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `garages` -- DROP TABLE IF EXISTS `garages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `garages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ownerid` int(10) DEFAULT '0', `owner` varchar(24) DEFAULT NULL, `type` tinyint(1) DEFAULT '0', `price` int(10) DEFAULT '0', `locked` tinyint(1) DEFAULT '0', `freeze` tinyint(1) NOT NULL DEFAULT '0', `timestamp` int(10) DEFAULT '0', `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `pos_a` float DEFAULT '0', `exit_x` float DEFAULT '0', `exit_y` float DEFAULT '0', `exit_z` float DEFAULT '0', `exit_a` float DEFAULT '0', `world` int(10) DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `garages` -- LOCK TABLES `garages` WRITE; /*!40000 ALTER TABLE `garages` DISABLE KEYS */; INSERT INTO `garages` VALUES (16,0,NULL,0,100000,0,0,0,-305.983,1120.29,19.742,183.137,-306.289,1115.4,19.749,177.28,2000016,''),(17,0,NULL,0,60000,0,0,0,-367.501,1102.91,19.742,272.352,-360.825,1102.55,19.749,-93.142,2000017,''),(20,69,'Heidi_Aukje_Grundel',1,125000,0,0,1579747303,-240.084,1215.06,19.742,182.827,-240.406,1207.1,19.742,177.501,2000020,''),(22,0,'Nobody',0,525000,0,0,1579723852,-240.013,996.794,19.742,177.319,-239.954,1005.85,19.749,-0.801,2000022,''),(23,71,'Sam_Alderman',0,100000,0,0,1581194137,-901.944,2696.07,42.37,221.517,-906.883,2701.29,42.367,44.337,2000023,''),(53,0,NULL,0,100000,0,0,0,6.487,1083.96,19.742,277.406,3.512,1083.57,19.742,97.406,2000053,''),(54,0,NULL,0,100000,0,0,0,-254.315,1158.95,19.742,266.945,-257.311,1159.11,19.742,86.945,2000054,''),(56,75,'Michael_Joshua',0,100000,0,0,1581527347,-25.93,1118.17,19.749,359.056,-25.98,1115.17,19.749,179.056,2000056,''),(59,0,NULL,0,100000,0,0,0,513.328,1120.25,15.004,180.344,513.31,1123.25,15.004,0.344,2000059,''),(60,0,NULL,0,100000,0,0,0,1029.53,1868.12,11.469,272.172,1026.53,1868.01,11.469,92.172,2000060,''),(64,0,NULL,1,125000,0,0,0,-1510.92,2556.82,55.84,2.472,-1510.79,2553.82,55.84,-177.528,2000064,''),(65,0,NULL,1,125000,0,0,0,-1519.43,2556.77,55.833,359.555,-1519.46,2553.77,55.833,179.555,2000065,''),(70,0,NULL,0,100000,0,0,0,-783.229,1516.59,27.03,0.074,-783.225,1513.59,27.03,-179.926,2000070,''),(72,0,NULL,0,100000,0,0,0,-392.698,2247.22,42.427,105.805,-389.812,2248.04,42.427,-74.195,2000072,''),(73,0,NULL,0,100000,0,0,0,-388.55,2228.35,42.43,107.12,-385.683,2229.23,42.43,-72.88,2000073,''),(75,0,NULL,0,100000,0,0,0,-451.347,2232.51,42.43,176.638,-451.171,2235.5,42.43,-3.362,2000075,''),(77,0,NULL,1,125000,0,0,0,-2529.49,2248.56,4.984,154.931,-2528.22,2251.28,4.984,-25.069,2000077,''),(78,0,NULL,0,100000,0,0,0,-2560.82,2258.78,5.063,149.425,-2559.29,2261.36,5.063,-30.575,2000078,''),(79,0,NULL,2,250000,0,0,0,-2546.5,2299.97,4.984,283.22,-2549.42,2299.29,4.984,103.22,2000079,''),(80,0,NULL,1,125000,0,0,0,-2471.91,2303.88,4.984,90.878,-2468.91,2303.93,4.984,-89.122,2000080,''),(81,0,NULL,2,250000,0,0,0,-2460.21,2293.08,4.984,269.313,-2463.21,2293.11,4.984,89.313,2000081,''),(82,0,NULL,0,100000,0,0,0,-2481.04,2289.58,4.984,87.867,-2478.04,2289.47,4.984,-92.133,2000082,''),(83,0,NULL,0,100000,0,0,0,-2489.72,2289.48,4.984,89.747,-2486.72,2289.46,4.984,-90.253,2000083,''),(85,0,NULL,2,250000,0,0,0,-2431.52,2293.31,4.984,179.426,-2431.49,2296.31,4.984,-0.574,2000085,''),(86,0,NULL,1,125000,0,0,0,-2431.45,2313.73,4.984,186.243,-2431.78,2316.71,4.984,6.243,2000086,''),(88,0,NULL,1,125000,0,0,0,-2425.93,2345.18,4.98,14.02,-2425.2,2342.27,4.98,-165.98,2000088,''),(89,0,NULL,0,100000,0,0,0,-2259,2385.55,4.99,225.435,-2261.14,2387.66,4.99,45.435,2000089,''),(90,0,NULL,0,100000,0,0,0,-2436.64,2450.31,13.787,355.54,-2436.87,2447.32,13.787,175.54,2000090,''),(92,0,NULL,0,100000,0,0,0,-1505.11,2625.89,55.836,91.072,-1502.11,2625.95,55.836,-88.928,2000092,''); /*!40000 ALTER TABLE `garages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gates` -- DROP TABLE IF EXISTS `gates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gates` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `HID` int(11) NOT NULL DEFAULT '-1', `Speed` float NOT NULL DEFAULT '10', `Range` float NOT NULL DEFAULT '10', `Model` int(11) NOT NULL DEFAULT '18631', `VW` int(11) NOT NULL DEFAULT '0', `Int` int(11) NOT NULL DEFAULT '0', `Pass` varchar(24) NOT NULL DEFAULT '', `PosX` float NOT NULL DEFAULT '0', `PosY` float NOT NULL DEFAULT '0', `PosZ` float NOT NULL DEFAULT '0', `RotX` float NOT NULL DEFAULT '0', `RotY` float NOT NULL DEFAULT '0', `RotZ` float NOT NULL DEFAULT '0', `PosXM` float NOT NULL DEFAULT '0', `PosYM` float NOT NULL DEFAULT '0', `PosZM` float NOT NULL DEFAULT '0', `RotXM` float NOT NULL DEFAULT '0', `RotYM` float NOT NULL DEFAULT '0', `RotZM` float NOT NULL DEFAULT '0', `Allegiance` int(11) NOT NULL DEFAULT '0', `GroupType` int(11) NOT NULL DEFAULT '0', `GroupID` int(2) NOT NULL DEFAULT '-1', `GangID` int(2) NOT NULL DEFAULT '-1', `RenderHQ` int(11) NOT NULL DEFAULT '1', `Timer` int(1) NOT NULL DEFAULT '0', `Automate` int(11) NOT NULL, `Locked` int(11) NOT NULL, `TIndex` int(11) NOT NULL, `TModel` int(11) NOT NULL, `TColor` int(11) NOT NULL, `Facility` int(11) NOT NULL, `TTXD` varchar(32) NOT NULL, `TTexture` varchar(42) NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `ID_UNIQUE` (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gates` -- LOCK TABLES `gates` WRITE; /*!40000 ALTER TABLE `gates` DISABLE KEYS */; /*!40000 ALTER TABLE `gates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `graffiti` -- DROP TABLE IF EXISTS `graffiti`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `graffiti` ( `graffitiID` int(12) NOT NULL AUTO_INCREMENT, `graffitiX` float DEFAULT '0', `graffitiY` float DEFAULT '0', `graffitiZ` float DEFAULT '0', `graffitiAngle` float DEFAULT '0', `graffitiColor` int(12) DEFAULT '0', `graffitiText` varchar(64) DEFAULT NULL, PRIMARY KEY (`graffitiID`) USING BTREE, UNIQUE KEY `graffitiID_UNIQUE` (`graffitiID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `graffiti` -- LOCK TABLES `graffiti` WRITE; /*!40000 ALTER TABLE `graffiti` DISABLE KEYS */; /*!40000 ALTER TABLE `graffiti` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gunracks` -- DROP TABLE IF EXISTS `gunracks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gunracks` ( `1` int(11) NOT NULL, `rackID` int(11) NOT NULL, `rackHouse` int(11) NOT NULL, `rackX` int(11) NOT NULL, `rackY` int(11) NOT NULL, `rackZ` int(11) NOT NULL, `rackA` int(11) NOT NULL, `rackInterior` int(11) NOT NULL, `rackWorld` int(11) NOT NULL, `rackObjects` int(11) NOT NULL, `rackWeapon1` int(11) NOT NULL, `rackWeapon2` int(11) NOT NULL, `rackWeapon3` int(11) NOT NULL, `rackWeapon4` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gunracks` -- LOCK TABLES `gunracks` WRITE; /*!40000 ALTER TABLE `gunracks` DISABLE KEYS */; /*!40000 ALTER TABLE `gunracks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `houses` -- DROP TABLE IF EXISTS `houses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `houses` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ownerid` int(10) DEFAULT '0', `owner` varchar(24) DEFAULT 'Nobody', `type` tinyint(2) DEFAULT '0', `price` int(10) DEFAULT '0', `rentprice` int(10) DEFAULT '0', `level` tinyint(2) DEFAULT '1', `locked` tinyint(1) DEFAULT '0', `timestamp` int(10) DEFAULT '0', `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `pos_a` float DEFAULT '0', `int_x` float DEFAULT '0', `int_y` float DEFAULT '0', `int_z` float DEFAULT '0', `int_a` float DEFAULT '0', `interior` tinyint(2) DEFAULT '0', `world` int(10) DEFAULT '0', `outsideint` int(10) DEFAULT '0', `outsidevw` int(10) DEFAULT '0', `cash` int(10) DEFAULT '0', `materials` int(10) DEFAULT '0', `weed` int(10) DEFAULT '0', `cocaine` int(10) DEFAULT '0', `meth` int(10) DEFAULT '0', `painkillers` int(10) DEFAULT '0', `weapon_1` tinyint(2) DEFAULT '0', `weapon_2` tinyint(2) DEFAULT '0', `weapon_3` tinyint(2) DEFAULT '0', `weapon_4` tinyint(2) DEFAULT '0', `weapon_5` tinyint(2) DEFAULT '0', `weapon_6` tinyint(2) DEFAULT '0', `weapon_7` tinyint(2) DEFAULT '0', `weapon_8` tinyint(2) DEFAULT '0', `weapon_9` tinyint(2) DEFAULT '0', `weapon_10` tinyint(2) DEFAULT '0', `ammo_1` smallint(5) DEFAULT '0', `ammo_2` smallint(5) DEFAULT '0', `ammo_3` smallint(5) DEFAULT '0', `ammo_4` smallint(5) DEFAULT '0', `ammo_5` smallint(5) DEFAULT '0', `ammo_6` tinyint(2) DEFAULT '0', `ammo_7` tinyint(2) DEFAULT '0', `ammo_8` tinyint(2) DEFAULT '0', `ammo_9` tinyint(2) DEFAULT '0', `ammo_10` tinyint(2) DEFAULT '0', `pistolammo` smallint(5) DEFAULT '0', `shotgunammo` smallint(5) DEFAULT '0', `smgammo` smallint(5) DEFAULT '0', `arammo` smallint(5) DEFAULT '0', `rifleammo` smallint(5) DEFAULT '0', `hpammo` smallint(5) DEFAULT '0', `poisonammo` smallint(5) DEFAULT '0', `fmjammo` smallint(5) DEFAULT '0', `delivery` tinyint(2) DEFAULT '1', `lights` tinyint(1) DEFAULT '1', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=168 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `houses` -- LOCK TABLES `houses` WRITE; /*!40000 ALTER TABLE `houses` DISABLE KEYS */; INSERT INTO `houses` VALUES (1,0,'Nobody',0,25000,0,1,0,0,98.862,1179.66,18.664,88.049,1439.43,1471.55,-9.824,270.471,1,1000001,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(2,0,'Nobody',0,25000,0,1,0,0,99.091,1171.72,18.664,92.894,1439.43,1471.55,-9.824,270.471,1,1000002,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(4,0,'Nobody',0,25000,0,1,0,0,99.117,1163.71,18.664,90.242,1439.43,1471.55,-9.824,270.471,1,1000004,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(5,0,'Nobody',0,25000,0,1,0,0,99.131,1163.6,20.94,86.459,1439.43,1471.55,-9.824,270.471,1,1000005,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(6,0,'Nobody',0,25000,0,1,0,0,99.124,1179.6,20.94,88.315,1439.43,1471.55,-9.824,270.471,1,1000006,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(7,0,'Nobody',0,25000,0,1,0,0,99.094,1171.69,20.94,90.822,1439.43,1471.55,-9.824,270.471,1,1000007,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(8,0,'Nobody',0,25000,0,1,0,0,86.184,1162.15,18.657,0.677,1439.43,1471.55,-9.824,270.471,1,1000008,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(9,0,'Nobody',0,25000,0,1,0,0,70.202,1162.21,18.664,0.677,1439.43,1471.55,-9.824,270.471,1,1000009,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(11,0,'Nobody',0,25000,0,1,0,0,78.19,1162.17,18.664,357.712,1439.43,1471.55,-9.824,270.471,1,1000011,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(12,0,'Nobody',0,25000,0,1,0,0,84.648,1162.33,20.94,4.872,1439.43,1471.55,-9.824,270.471,1,1000012,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(13,0,'Nobody',0,25000,0,1,0,0,70.154,1162.13,20.94,355.496,1439.43,1471.55,-9.824,270.471,1,1000013,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(14,0,'Nobody',0,25000,0,1,0,0,78.24,1162.1,20.94,355.786,1439.43,1471.55,-9.824,270.471,1,1000014,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(15,0,'Nobody',0,25000,0,1,0,0,25.936,1181.54,19.257,88.524,1439.43,1471.55,-9.824,270.471,1,1000015,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(16,0,'Nobody',0,25000,0,1,0,0,26.06,1174.51,19.392,95.53,1439.43,1471.55,-9.824,270.471,1,1000016,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(17,0,'Nobody',0,25000,0,1,0,0,25.993,1167.83,19.521,88.637,1439.43,1471.55,-9.824,270.471,1,1000017,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(18,0,'Nobody',0,25000,0,1,0,0,-0.755,1165.19,19.549,271.289,1439.43,1471.55,-9.824,270.471,1,1000018,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(19,0,'Nobody',0,25000,0,1,0,0,-0.735,1172.17,19.496,271.915,1439.43,1471.55,-9.824,270.471,1,1000019,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(20,0,'Nobody',0,25000,0,1,0,0,-0.744,1178.86,19.448,274.422,1439.43,1471.55,-9.824,270.471,1,1000020,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(21,0,'Nobody',0,25000,0,1,0,0,13.528,1229.18,19.342,93.772,1439.43,1471.55,-9.824,270.471,1,1000021,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(22,0,'Nobody',0,25000,0,1,0,0,13.668,1219.95,19.339,93.314,1439.43,1471.55,-9.824,270.471,1,1000022,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(23,0,'Nobody',0,25000,0,1,0,0,13.722,1210.68,19.345,89.554,1439.43,1471.55,-9.824,270.471,1,1000023,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(24,0,'Nobody',0,25000,0,1,0,0,13.786,1210.7,22.503,86.878,1439.43,1471.55,-9.824,270.471,1,1000024,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(25,0,'Nobody',0,25000,0,1,0,0,13.757,1220.23,22.503,84.372,1439.43,1471.55,-9.824,270.471,1,1000025,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(26,126,'Emilio_Thompson',0,25000,0,1,0,1580236479,13.69,1229.31,22.503,93.145,1439.43,1471.55,-9.824,270.471,1,1000026,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(27,116,'Samuel_Payne',0,25000,0,1,0,1580079034,-17.505,1215.4,19.353,178.167,1439.38,1471.87,-9.724,183.219,1,1000027,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(28,0,'Nobody',0,25000,0,1,0,0,-26.958,1215.16,19.352,178.313,1439.43,1471.55,-9.824,270.471,1,1000028,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(29,0,'Nobody',0,25000,0,1,0,0,-36,1215.21,19.352,180.505,1439.43,1471.55,-9.824,270.471,1,1000029,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(30,0,'Nobody',0,25000,0,1,0,0,-36.088,1215.34,22.465,182.362,1439.43,1471.55,-9.824,270.471,1,1000030,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(31,83,'Kaylie_Charlotte',0,25000,0,1,0,1581007001,-26.909,1215.24,22.465,177.349,1439.43,1471.55,-9.824,270.471,1,1000031,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(32,134,'Brian_Mcgee',0,25000,0,1,0,1580934253,-17.623,1215.22,22.465,179.542,1439.43,1471.55,-9.824,270.471,1,1000032,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(33,141,'Harold_Shipmen',0,25000,0,1,0,1580657548,-101.814,1234.3,22.44,92.546,1439.43,1471.55,-9.824,270.471,1,1000033,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(34,0,'Nobody',0,25000,0,1,0,0,-89.068,1229.49,22.44,177.774,1439.43,1471.55,-9.824,270.471,1,1000034,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(35,0,'Nobody',0,25000,0,1,0,0,-78.084,1234.49,22.44,273.846,1439.43,1471.55,-9.824,270.471,1,1000035,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(36,0,'Nobody',0,25000,0,1,0,0,-101.658,1234.4,19.742,90.353,1439.43,1471.55,-9.824,270.471,1,1000036,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(37,160,'Chris_Jobs',0,25000,0,1,0,1580857830,-90.788,1229.55,19.742,179.027,1439.43,1471.55,-9.824,270.471,1,1000037,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(38,0,'Nobody',0,25000,0,1,0,0,-78.12,1234.54,19.742,272.906,1439.43,1471.55,-9.824,270.471,1,1000038,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(39,0,'Nobody',0,25000,0,1,0,0,-63.382,1234.59,19.528,4.823,1439.43,1471.55,-9.824,270.471,1,1000039,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(40,0,'Nobody',0,25000,0,1,0,0,-68.275,1223.58,19.653,93.184,1439.43,1471.55,-9.824,270.471,1,1000040,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(41,170,'Skozak_Nelson',0,25000,0,1,0,1581446057,-63.426,1210.71,19.665,179.665,1439.43,1471.55,-9.824,270.471,1,1000041,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(42,0,'Nobody',0,25000,0,1,0,0,-63.462,1210.75,22.437,182.787,1439.43,1471.55,-9.824,270.471,1,1000042,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(43,0,'Nobody',0,25000,0,1,0,0,-68.252,1223.6,22.44,89.726,1439.43,1471.55,-9.824,270.471,1,1000043,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(44,0,'Nobody',0,25000,0,1,0,0,-63.535,1234.38,22.44,6.703,1439.43,1471.55,-9.824,270.471,1,1000044,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(45,0,'Nobody',1,35000,0,1,0,0,-41.779,1122.75,20.94,85.244,2434.9,-1622.6,1568.93,359.681,1,1000045,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(46,75,'Michael_Joshua',1,35000,0,1,1,1581105450,-18.188,1115.45,20.94,180.333,2434.9,-1622.6,1568.93,359.681,1,1000046,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(47,0,'Nobody',1,35000,0,1,0,0,12.691,1113.51,20.94,179.245,2434.9,-1622.6,1568.93,359.681,1,1000047,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(48,0,'Nobody',1,35000,0,1,0,0,1.448,1076.13,20.94,96.478,2434.9,-1622.6,1568.93,359.681,1,1000048,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(49,78,'Alex_Bio',1,35000,0,1,0,1581119931,-39.292,1074.03,20.94,270.089,2434.9,-1622.6,1568.93,359.681,1,1000049,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(50,0,'Nobody',1,35000,0,1,0,0,-32.286,1038.5,20.94,180.469,2434.9,-1622.6,1568.93,359.681,1,1000050,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(51,73,'Carlos_Vayne',3,500000,0,1,0,1581249142,-247.76,1001.09,20.94,4.868,1571.89,1800.5,-19.678,87.807,2,1000051,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(52,0,'Nobody',1,35000,0,1,0,0,-278.766,1003.22,20.94,1.186,2434.9,-1622.6,1568.93,359.681,1,1000052,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(53,0,'Nobody',1,35000,0,1,0,0,-258.42,1043.69,20.94,89.544,2434.9,-1622.6,1568.93,359.681,1,1000053,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(54,153,'Betty_Boop',3,125000,1,1,1,1581620629,-258.763,1083.35,20.94,-179.48,1571.89,1800.5,-19.678,87.807,2,1000054,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,1,1,''),(55,0,'Nobody',1,35000,0,1,0,0,-260.394,1120.17,20.94,98.695,2434.9,-1622.6,1568.93,359.681,1,1000055,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(56,0,'Nobody',1,35000,0,1,0,0,-258.455,1151.06,20.94,94.533,2434.9,-1622.6,1568.93,359.681,1,1000056,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(57,79,'Kane_King',1,35000,0,5,0,1580300749,-251.18,1174.58,20.94,359.305,2434.9,-1622.6,1568.93,359.681,1,1000057,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(58,69,'Heidi_Aukje_Grundel',2,70000,0,1,0,1580389077,-245.031,1213.19,19.742,181.197,429.206,2505.56,-14.361,88.598,1,1000058,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(59,0,'Nobody',1,35000,0,1,0,0,-290.671,1176.6,20.94,272.41,2434.9,-1622.6,1568.93,359.681,1,1000059,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(60,76,'Jason_Rezar',1,35000,0,1,0,1580242247,-324.49,1165.5,20.94,181.119,2434.9,-1622.6,1568.93,359.681,1,1000060,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(62,0,'Nobody',1,35000,0,1,0,0,-360.68,1141.86,20.94,277.131,2434.9,-1622.6,1568.93,359.681,1,1000062,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(63,0,'Nobody',1,35000,0,1,0,0,-362.628,1110.69,20.94,275.798,2434.9,-1622.6,1568.93,359.681,1,1000063,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(64,0,'Nobody',1,35000,0,1,0,0,-321.276,1124.61,20.94,5.024,2434.9,-1622.6,1568.93,359.681,1,1000064,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(65,178,'Flap_Jack',1,35000,0,1,0,1581616650,-298.297,1115.59,20.94,182.007,2434.9,-1622.6,1568.93,359.681,1,1000065,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(66,0,'Nobody',0,25000,0,1,0,0,-127.028,974.515,19.852,272.674,1439.43,1471.55,-9.824,270.471,1,1000066,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(67,0,'Nobody',0,25000,0,1,0,0,-151.141,933.782,19.723,179.941,1439.43,1471.55,-9.824,270.471,1,1000067,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(68,0,'Nobody',0,25000,0,1,0,0,-153.034,906.821,19.301,176.018,1439.43,1471.55,-9.824,270.471,1,1000068,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(69,0,'Nobody',0,25000,0,1,0,0,-152.095,881.813,18.446,273.129,1439.43,1471.55,-9.824,270.471,1,1000069,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(70,0,'Nobody',0,25000,0,1,0,0,-92.682,970.026,19.981,355.701,1439.43,1471.55,-9.824,270.471,1,1000070,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(71,0,'Nobody',0,25000,0,1,0,0,-67.139,971.609,19.888,93.384,1439.43,1471.55,-9.824,270.471,1,1000071,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(72,0,'Nobody',0,25000,0,1,0,0,-37.372,962.577,20.051,274.507,1439.43,1471.55,-9.824,270.471,1,1000072,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(73,0,'Nobody',0,25000,0,1,0,0,-12.571,974.877,19.798,273.329,1439.43,1471.55,-9.824,270.471,1,1000073,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(74,0,'Nobody',0,25000,0,1,0,0,-4.037,951.307,19.703,359.532,1439.43,1471.55,-9.824,270.471,1,1000074,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(75,0,'Nobody',0,25000,0,1,0,0,22.89,968.404,19.827,354.757,1439.43,1471.55,-9.824,270.471,1,1000075,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(76,0,'Nobody',0,25000,0,1,0,0,20.632,949.08,20.317,4.087,1439.43,1471.55,-9.824,270.471,1,1000076,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(77,0,'Nobody',0,25000,0,1,0,0,70.34,973.764,15.777,179.036,1439.43,1471.55,-9.824,270.471,1,1000077,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(78,0,'Nobody',0,25000,0,1,0,0,64.776,1005.42,13.747,2.278,1439.43,1471.55,-9.824,270.471,1,1000078,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(79,0,'Nobody',0,25000,0,1,0,0,4.703,1380.78,9.178,21.435,1439.43,1471.55,-9.824,270.471,1,1000079,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(80,0,'Nobody',0,25000,0,1,0,0,21.198,1344.32,9.172,29.292,1439.43,1471.55,-9.824,270.471,1,1000080,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(81,0,'Nobody',0,25000,0,1,0,0,4.496,1344.47,9.172,62.505,1439.43,1471.55,-9.824,270.471,1,1000081,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(82,0,'Nobody',1,35000,0,1,0,0,300.364,1141.26,9.137,268.983,2434.9,-1622.6,1568.93,359.681,1,1000082,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(83,0,'Nobody',0,25000,0,1,0,0,397.482,1157.7,8.348,265.345,1439.43,1471.55,-9.824,270.471,1,1000083,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(84,0,'Nobody',0,25000,0,1,0,0,710.476,1207.85,13.848,178.509,1439.43,1471.55,-9.824,270.471,1,1000084,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(85,0,'Nobody',0,25000,0,1,0,0,501.05,1116.24,15.036,272.078,1439.43,1471.55,-9.824,270.471,1,1000085,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(86,0,'Nobody',1,35000,0,1,0,0,710.242,1194.78,13.396,268.769,2434.9,-1622.6,1568.93,359.681,1,1000086,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(87,0,'Nobody',0,25000,0,1,0,0,767.771,2007.4,6.067,176.51,1439.43,1471.55,-9.824,270.471,1,1000087,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(88,0,'Nobody',0,25000,0,1,0,0,767.054,1989.75,5.336,246.572,1439.43,1471.55,-9.824,270.471,1,1000088,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(89,0,'Nobody',0,25000,0,1,0,0,753.73,1972.99,5.7,178.453,1439.43,1471.55,-9.824,270.471,1,1000089,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(90,0,'Nobody',0,25000,0,1,0,0,755.651,1958.58,5.336,169.39,1439.43,1471.55,-9.824,270.471,1,1000090,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(91,0,'Nobody',2,70000,0,1,0,0,1030.64,1847.89,11.468,90.128,429.206,2505.56,-14.361,88.598,1,1000091,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(92,0,'Nobody',2,70000,0,1,0,0,1030.28,1876.31,11.469,92.967,429.206,2505.56,-14.361,88.598,1,1000092,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(93,0,'Nobody',2,70000,0,1,0,0,984.273,1878.88,11.468,275.364,429.206,2505.56,-14.361,88.598,1,1000093,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(94,0,'Nobody',0,25000,0,1,0,0,-155.378,2759.02,62.632,142.016,1439.43,1471.55,-9.824,270.471,1,1000094,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(95,0,'Nobody',0,25000,0,1,0,0,-165.738,2768.31,62.688,267.14,1439.43,1471.55,-9.824,270.471,1,1000095,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(96,0,'Nobody',0,25000,0,1,0,0,-201.762,2771.57,62.346,358.822,1439.43,1471.55,-9.824,270.471,1,1000096,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(97,0,'Nobody',0,25000,0,1,0,0,-219.689,2767.47,62.791,179.782,1439.43,1471.55,-9.824,270.471,1,1000097,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(98,0,'Nobody',1,35000,0,1,0,0,-208.178,2712.88,62.979,178.833,2434.9,-1622.6,1568.93,359.681,1,1000098,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(99,0,'Nobody',0,25000,0,1,0,0,-760.642,2765.25,45.856,179.618,1439.43,1471.55,-9.824,270.471,1,1000099,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(100,0,'Nobody',0,25000,0,1,0,0,-776.703,2765.18,45.856,175.545,1439.43,1471.55,-9.824,270.471,1,1000100,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(101,0,'Nobody',0,25000,0,1,0,0,-768.542,2765.22,45.856,180.871,1439.43,1471.55,-9.824,270.471,1,1000101,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(102,0,'Nobody',0,25000,0,1,0,0,-776.659,2765.22,48.256,181.811,1439.43,1471.55,-9.824,270.471,1,1000102,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(103,0,'Nobody',0,25000,0,1,0,0,-759.014,2765.18,48.256,182.124,1439.43,1471.55,-9.824,270.471,1,1000103,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(104,0,'Nobody',0,25000,0,1,0,0,-768.692,2765.22,48.256,178.365,1439.43,1471.55,-9.824,270.471,1,1000104,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(105,71,'Sam_Alderman',-1,125000,0,1,0,1581290608,-911.064,2686.15,42.37,44.817,2365.28,-1135.43,1050.88,0.213,8,1000105,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(107,0,'Nobody',2,70000,0,1,0,0,-1536.23,2564.2,55.836,93.776,429.206,2505.56,-14.361,88.598,1,1000107,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(108,0,'Nobody',3,125000,0,1,0,0,-1532.74,2656.61,56.281,88.305,1571.89,1800.5,-19.678,87.807,2,1000108,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(109,0,'Nobody',0,25000,0,1,0,0,-1512.64,2646.77,56.176,89.045,1439.43,1471.55,-9.824,270.471,1,1000109,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(110,0,'Nobody',0,25000,0,1,0,0,-1491.49,2685.83,55.859,178.837,1439.43,1471.55,-9.824,270.471,1,1000110,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(111,0,'Nobody',0,25000,0,1,0,0,-1511.94,2695.56,56.072,176.08,1439.43,1471.55,-9.824,270.471,1,1000111,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(112,0,'Nobody',0,25000,0,1,0,0,-1529.59,2686.13,55.836,273.191,1439.43,1471.55,-9.824,270.471,1,1000112,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(113,0,'Nobody',0,25000,0,1,0,0,-1563.44,2651.14,55.923,269.531,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(114,0,'Nobody',0,25000,0,1,0,0,-1568.11,2629.91,55.84,176.47,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(115,0,'Nobody',2,70000,0,1,0,0,-1051.45,1550,33.438,222.133,429.206,2505.56,-14.361,88.598,1,1000115,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(116,0,'Nobody',0,25000,0,1,0,0,-766.208,1613.79,27.117,2.892,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(117,0,'Nobody',0,25000,0,1,0,0,-821.1,1603.81,27.124,187.736,1439.43,1471.55,-9.824,270.471,1,1000117,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(118,0,'Nobody',0,25000,0,1,0,0,-828.741,1603.91,27.117,264.191,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(119,0,'Nobody',1,35000,0,1,0,0,-788.382,1519.59,26.926,180.086,2434.9,-1622.6,1568.93,359.681,1,1000119,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(120,0,'Nobody',0,25000,0,1,0,0,-797.872,1525.89,27.082,266.281,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(121,0,'Nobody',0,25000,0,1,0,0,-690.018,1444.27,17.809,273.947,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(122,0,'Nobody',0,25000,0,1,0,0,-650.943,1445.66,13.617,88.113,1439.43,1471.55,-9.824,270.471,1,1000122,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(123,0,'Nobody',1,35000,0,1,0,0,-375.977,2260.51,43.062,91.934,2434.9,-1622.6,1568.93,359.681,1,1000123,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(124,0,'Nobody',0,25000,0,1,0,0,-404.672,2258.03,42.91,282.419,1439.43,1471.55,-9.824,270.471,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,1,1,''),(125,0,'Nobody',1,35000,0,1,0,0,-393.745,2249.51,42.43,289.603,2434.9,-1622.6,1568.93,359.681,1,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,1,1,''),(126,0,'Nobody',1,35000,0,1,0,0,-386.628,2217.51,42.43,282.375,2434.9,-1622.6,1568.93,359.681,1,1000126,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(127,0,'Nobody',0,25000,0,1,0,0,-365.826,2207.23,43.242,100.639,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(128,0,'Nobody',0,25000,0,1,0,0,-356.894,2234.88,42.484,112.546,1439.43,1471.55,-9.824,270.471,1,1000128,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(129,0,'Nobody',1,35000,0,1,0,0,-418.117,2228.9,42.43,0.639,2434.9,-1622.6,1568.93,359.681,1,1000129,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(130,0,'Nobody',2,70000,0,1,0,0,-431.072,2240.83,42.983,177.023,429.206,2505.56,-14.361,88.598,1,1000130,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(131,0,'Nobody',0,25000,0,1,0,0,-438.93,2227.24,43.109,359.049,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(132,0,'Nobody',0,25000,0,1,0,0,-2422.33,2490.71,13.203,355.885,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(133,0,'Nobody',0,25000,0,1,0,0,-2446.04,2490.85,15.543,356.387,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(134,0,'Nobody',0,25000,0,1,0,0,-2463.56,2485.91,16.813,92.205,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(135,0,'Nobody',0,25000,0,1,0,0,-2478.42,2488.99,18.23,85.625,1439.43,1471.55,-9.824,270.471,1,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,1,1,''),(136,0,'Nobody',2,70000,0,1,0,0,-2523.81,2238.99,5.398,333.525,429.206,2505.56,-14.361,88.598,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,1,1,''),(137,0,'Nobody',2,70000,0,1,0,0,-2552.03,2266.62,5.476,333.063,429.206,2505.56,-14.361,88.598,1,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,1,1,''),(138,0,'Nobody',3,125000,0,1,0,0,-2437.5,2354.72,5.443,191.537,1571.89,1800.5,-19.678,87.807,2,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,1,1,''),(139,0,'Nobody',2,70000,0,1,0,0,-2627.59,2283.28,8.315,271.589,429.206,2505.56,-14.361,88.598,1,1000139,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(140,0,'Nobody',2,70000,0,1,0,0,-2627.45,2291.88,8.313,270.335,429.206,2505.56,-14.361,88.598,1,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,1,1,''),(141,0,'Nobody',3,125000,0,1,0,0,-2582.95,2300.41,7.003,271.542,1571.89,1800.5,-19.678,87.807,2,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,1,1,''),(142,0,'Nobody',3,125000,0,1,0,0,-2583.52,2307.89,7.003,275.575,1571.89,1800.5,-19.678,87.807,2,1000142,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(143,0,'Nobody',2,70000,0,1,0,0,-2627.55,2310.09,8.314,272.073,429.206,2505.56,-14.361,88.598,1,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,1,1,''),(144,0,'Nobody',2,70000,0,1,0,0,-2627.42,2318.59,8.313,268.627,429.206,2505.56,-14.361,88.598,1,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,1,1,''),(145,0,'Nobody',3,125000,0,1,0,0,-2597.51,2357.18,9.883,92.297,1571.89,1800.5,-19.678,87.807,2,1000145,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(146,0,'Nobody',3,125000,0,1,0,0,-2597.48,2364.62,9.883,89.478,1571.89,1800.5,-19.678,87.807,2,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,1,1,''),(147,0,'Nobody',3,125000,0,1,0,0,-2479.76,2449.71,17.323,189.224,1571.89,1800.5,-19.678,87.807,2,1000147,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(148,0,'Nobody',3,125000,0,1,0,0,-2472.41,2451.18,17.323,189.224,1571.89,1800.5,-19.678,87.807,2,1000148,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(149,0,'Nobody',3,125000,0,1,0,0,-2379.31,2444.47,10.169,159.806,1571.89,1800.5,-19.678,87.807,2,1000149,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(150,0,'Nobody',3,125000,0,1,0,0,-2386.36,2447.38,10.169,154.792,1571.89,1800.5,-19.678,87.807,2,1000150,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(152,0,'Nobody',4,150000,0,1,0,0,-2636.4,2351.02,8.489,357.069,1327.31,-1071.05,3458.91,83.631,1,1000152,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(153,0,'Nobody',4,150000,0,1,0,0,-2627.21,2359.6,8.976,270.902,1327.31,-1071.05,3458.91,83.631,1,1000153,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(154,0,'Nobody',4,150000,0,1,0,0,-2634.95,2401.88,11.236,352.067,1327.31,-1071.05,3458.91,83.631,1,1000154,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(155,0,'Nobody',4,150000,0,1,0,0,-2632.42,2410.63,14.024,77.413,1327.31,-1071.05,3458.91,83.631,1,1000155,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(156,0,'Nobody',4,150000,0,1,0,0,-2424.77,2448.84,13.147,181.553,1327.31,-1071.05,3458.91,83.631,1,1000156,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(157,0,'Nobody',4,150000,0,1,0,0,-2421.53,2406.53,13.026,269.837,1327.31,-1071.05,3458.91,83.631,1,1000157,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(158,0,'Nobody',4,150000,0,1,0,0,-2398.3,2408.96,8.911,66.232,1327.31,-1071.05,3458.91,83.631,1,1000158,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(159,0,'Nobody',4,150000,0,1,0,0,-2348.35,2423.31,7.333,144.016,1327.31,-1071.05,3458.91,83.631,1,1000159,0,0,0,0,0,0,0,0,0,0,0,0,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,''),(160,100,'Matthew_Dark',0,25000,1000,1,0,1579719929,2225.63,-1189.78,1029.8,178.936,1439.43,1471.55,-9.824,270.471,1,1000160,15,4000008,0,0,0,0,0,0,0,0,0,0,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,''),(161,0,'Nobody',0,25000,0,1,0,0,2242.49,-1170.8,1029.8,87.948,1439.43,1471.55,-9.824,270.471,1,1000161,15,4000008,0,0,0,0,0,0,0,0,0,0,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,''),(162,0,'Nobody',-1,25000,0,1,0,0,2209.53,-1187.54,1029.8,-4.389,446.928,506.495,1001.42,357.933,12,1000162,15,4000008,0,0,0,0,0,0,0,0,0,0,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,''),(163,0,'Nobody',0,25000,0,1,0,0,2192.06,-1172.77,1029.8,96.819,1439.43,1471.55,-9.824,270.471,1,1000163,15,4000008,0,0,0,0,0,0,0,0,0,0,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,''),(166,72,'Sebastian_Prince',-1,300000,0,1,1,1581303087,1575.6,2843.57,10.82,1.547,140.44,1366.05,1083.86,357.725,5,1000166,0,0,0,0,0,0,0,0,0,0,0,0,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'); /*!40000 ALTER TABLE `houses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kills` -- DROP TABLE IF EXISTS `kills`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `kills` ( `id` int(10) NOT NULL AUTO_INCREMENT, `killer_uid` int(10) DEFAULT NULL, `target_uid` int(10) DEFAULT NULL, `killer` varchar(24) DEFAULT NULL, `target` varchar(24) DEFAULT NULL, `reason` varchar(24) DEFAULT NULL, `date` datetime DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=195 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `kills` -- LOCK TABLES `kills` WRITE; /*!40000 ALTER TABLE `kills` DISABLE KEYS */; INSERT INTO `kills` VALUES (31,74,68,'Nicolas_Joshua','tBKwtWS','Combat shotgun','2020-01-20 16:07:57'),(32,74,68,'Nicolas_Joshua','tBKwtWS','Combat shotgun','2020-01-20 16:08:06'),(33,74,68,'Nicolas_Joshua','tBKwtWS','Shotgun','2020-01-20 16:08:44'),(34,74,68,'Nicolas_Joshua','tBKwtWS','Shotgun','2020-01-20 16:09:01'),(35,74,73,'Nicolas_Joshua','Rafael_Martinez','Shotgun','2020-01-20 16:13:57'),(36,74,68,'Nicolas_Joshua','tBKwtWS','Shotgun','2020-01-20 16:14:01'),(37,80,79,'Janet_Baker','Rico_Maldonado','Deagle','2020-01-20 20:14:37'),(38,80,79,'Janet_Baker','Rico_Maldonado','Deagle','2020-01-20 20:14:48'),(39,78,83,'Alex_Bio','Kaylie_Charlotte','Deagle','2020-01-20 21:33:59'),(40,83,87,'Kaylie_Charlotte','James_Carter','Shotgun','2020-01-20 21:34:45'),(41,77,83,'Geoff_Brown','Kaylie_Charlotte','Deagle','2020-01-20 21:35:00'),(42,78,77,'Alex_Bio','Geoff_Brown','Deagle','2020-01-20 21:35:02'),(43,83,78,'Kaylie_Charlotte','Alex_Bio','Deagle','2020-01-20 21:41:01'),(44,87,83,'James_Carter','Kaylie_Charlotte','Deagle','2020-01-20 21:41:32'),(45,87,78,'James_Carter','Alex_Bio','Deagle','2020-01-20 21:42:34'),(46,87,83,'James_Carter','Kaylie_Charlotte','Deagle','2020-01-20 21:43:17'),(47,83,87,'Kaylie_Charlotte','James_Carter','Shotgun','2020-01-20 21:43:39'),(48,87,83,'James_Carter','Kaylie_Charlotte','Shotgun','2020-01-20 21:44:02'),(49,87,83,'James_Carter','Kaylie_Charlotte','Shotgun','2020-01-20 21:44:11'),(50,87,83,'James_Carter','Kaylie_Charlotte','Shotgun','2020-01-20 21:44:20'),(51,87,83,'James_Carter','Kaylie_Charlotte','Shotgun','2020-01-20 21:44:29'),(52,87,83,'James_Carter','Kaylie_Charlotte','Shotgun','2020-01-20 21:44:40'),(53,87,83,'James_Carter','Kaylie_Charlotte','Shotgun','2020-01-20 21:44:46'),(54,87,78,'James_Carter','Alex_Bio','Shotgun','2020-01-20 21:45:40'),(55,87,78,'James_Carter','Alex_Bio','Sniper','2020-01-20 21:48:04'),(56,87,78,'James_Carter','Alex_Bio','Sniper','2020-01-20 21:48:25'),(57,74,78,'Nicolas_Joshua','Alex_Bio','Shotgun','2020-01-21 01:41:42'),(58,78,74,'Alex_Bio','Nicolas_Joshua','Deagle','2020-01-21 01:42:00'),(59,74,78,'Nicolas_Joshua','Alex_Bio','Shotgun','2020-01-21 01:42:57'),(60,78,74,'Alex_Bio','Nicolas_Joshua','Deagle','2020-01-21 01:43:52'),(61,78,74,'Alex_Bio','Nicolas_Joshua','Deagle','2020-01-21 01:44:36'),(62,78,74,'Alex_Bio','Nicolas_Joshua','Shotgun','2020-01-21 01:46:12'),(63,74,78,'Nicolas_Joshua','Alex_Bio','Deagle','2020-01-21 01:46:57'),(64,74,78,'Nicolas_Joshua','Alex_Bio','M4','2020-01-21 01:49:35'),(65,78,74,'Alex_Bio','Nicolas_Joshua','Minigun','2020-01-21 01:49:51'),(66,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-21 01:50:56'),(67,78,74,'Alex_Bio','Nicolas_Joshua','Minigun','2020-01-21 01:52:30'),(68,78,74,'Alex_Bio','Nicolas_Joshua','Minigun','2020-01-21 01:52:42'),(69,74,69,'Nicolas_Joshua','Heidi_Aukje_Grundel','Shotgun','2020-01-21 01:52:52'),(70,78,73,'Alex_Bio','Rafael_Martinez','Shotgun','2020-01-22 01:40:53'),(71,78,90,'Alex_Bio','Jesse_DiCaprio','M4','2020-01-22 01:41:13'),(72,78,83,'Alex_Bio','Kaylie_Charlotte','Minigun','2020-01-22 18:54:03'),(73,78,83,'Alex_Bio','Kaylie_Charlotte','M4','2020-01-22 18:56:56'),(74,83,78,'Kaylie_Charlotte','Alex_Bio','Shotgun','2020-01-22 19:39:54'),(75,78,83,'Alex_Bio','Kaylie_Charlotte','Minigun','2020-01-22 19:40:06'),(76,78,83,'Alex_Bio','Kaylie_Charlotte','Minigun','2020-01-22 19:40:44'),(77,78,80,'Alex_Bio','Janet_Baker','Minigun','2020-01-22 19:40:44'),(78,93,100,'Murat_Alemdar','Michael_Thompson','Vehicle','2020-01-23 00:34:23'),(79,107,100,'Cahit_Kayaoglo','Michael_Thompson','Fists','2020-01-23 00:36:49'),(80,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-23 15:08:50'),(81,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-23 15:09:04'),(82,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-23 15:09:38'),(83,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-23 15:09:45'),(84,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-23 15:09:52'),(85,79,100,'Rico_Maldonado','Matthew_Dark','Shotgun','2020-01-23 18:05:19'),(86,79,100,'Rico_Maldonado','Matthew_Dark','Shotgun','2020-01-23 18:48:50'),(87,79,100,'Rico_Maldonado','Matthew_Dark','Shotgun','2020-01-23 18:49:18'),(88,79,100,'Rico_Maldonado','Matthew_Dark','Deagle','2020-01-23 18:49:38'),(89,100,79,'Matthew_Dark','Rico_Maldonado','Deagle','2020-01-23 18:49:56'),(90,79,100,'Rico_Maldonado','Matthew_Dark','MP5','2020-01-23 18:50:21'),(91,79,100,'Rico_Maldonado','Matthew_Dark','M4','2020-01-23 18:52:33'),(92,79,100,'Rico_Maldonado','Matthew_Dark','Deagle','2020-01-23 18:55:28'),(93,79,100,'Rico_Maldonado','Matthew_Dark','Deagle','2020-01-23 18:56:20'),(94,74,78,'Nicolas_Joshua','Alex_Bio','Shotgun','2020-01-24 22:02:02'),(95,90,69,'Jesse_DiCaprio','Heidi_Aukje_Grundel','Deagle','2020-01-25 02:00:16'),(96,90,117,'Jordan_Silva','Catherine_Fellinger','Deagle','2020-01-25 04:03:34'),(97,90,71,'Jordan_Silva','Sam_Alderman','M4','2020-01-25 04:03:58'),(98,90,71,'Jordan_Silva','Sam_Alderman','MP5','2020-01-25 04:04:12'),(99,78,90,'Alex_Bio','Jesse_DiCaprio','Car parking','2020-01-25 15:39:15'),(100,78,73,'Alex_Bio','Carlos_Vayne','Shotgun','2020-01-25 16:16:08'),(101,78,111,'Alex_Bio','Julius_Banks','Minigun','2020-01-26 14:24:56'),(102,78,111,'Alex_Bio','Julius_Banks','Minigun','2020-01-26 14:26:56'),(103,78,77,'Alex_Bio','Geoff_Brown','Minigun','2020-01-26 17:19:23'),(104,78,79,'Alex_Bio','Rico_Maldonado','Shotgun','2020-01-26 20:39:42'),(105,78,79,'Alex_Bio','Rico_Maldonado','Deagle','2020-01-26 20:42:22'),(106,78,79,'Alex_Bio','Rico_Maldonado','M4','2020-01-26 20:43:53'),(107,78,79,'Alex_Bio','Rico_Maldonado','Deagle','2020-01-26 20:44:25'),(108,79,78,'Rico_Maldonado','Alex_Bio','Deagle','2020-01-26 20:45:10'),(109,78,77,'Alex_Bio','Geoff_Brown','Minigun','2020-01-26 21:06:26'),(110,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-27 16:01:14'),(111,78,79,'Alex_Bio','Rico_Maldonado','Minigun','2020-01-27 16:01:40'),(112,79,78,'Rico_Maldonado','Alex_Bio','Deagle','2020-01-27 16:01:54'),(113,78,79,'Alex_Bio','Rico_Maldonado','Shotgun','2020-01-27 16:02:04'),(114,83,79,'Kaylie_Charlotte','Nitroboy','Deagle','2020-01-28 17:46:16'),(115,115,83,'Julia_Betts','Kaylie_Charlotte','Shotgun','2020-01-28 17:52:13'),(116,129,126,'Antonio_Sosa','Emilio_Thompson','Deagle','2020-01-28 20:58:57'),(117,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:48:42'),(118,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:49:00'),(119,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:49:16'),(120,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:50:00'),(121,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:50:26'),(122,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:50:35'),(123,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:50:46'),(124,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:51:02'),(125,78,71,'Alex_Bio','Sam_Alderman','M4','2020-01-29 20:51:07'),(126,78,71,'Alex_Bio','Sam_Alderman','M4','2020-01-29 20:51:53'),(127,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:52:14'),(128,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:52:25'),(129,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:52:35'),(130,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:52:47'),(131,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:53:00'),(132,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:53:11'),(133,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:54:09'),(134,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:54:16'),(135,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:54:28'),(136,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:54:36'),(137,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:54:49'),(138,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:54:55'),(139,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:55:07'),(140,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:55:12'),(141,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:55:24'),(142,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:55:32'),(143,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:55:41'),(144,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:55:55'),(145,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:56:00'),(146,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:56:20'),(147,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:56:28'),(148,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:56:36'),(149,78,71,'Alex_Bio','Sam_Alderman','Deagle','2020-01-29 20:56:47'),(150,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:57:12'),(151,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:57:19'),(152,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 20:57:39'),(153,78,71,'Alex_Bio','Sam_Alderman','M4','2020-01-29 20:58:06'),(154,78,71,'Alex_Bio','Sam_Alderman','Fists','2020-01-29 20:59:12'),(155,71,78,'Sam_Alderman','Alex_Bio','Fists','2020-01-29 20:59:43'),(156,78,71,'Alex_Bio','Sam_Alderman','Shotgun','2020-01-29 20:59:54'),(157,71,78,'Sam_Alderman','Alex_Bio','Deagle','2020-01-29 21:00:03'),(158,71,80,'Sam_Alderman','Janet_Baker','Deagle','2020-01-29 22:48:52'),(159,125,80,'Max_Callahan','Janet_Baker','Deagle','2020-01-29 22:49:13'),(160,77,125,'Geoff_Brown','Max_Callahan','M4','2020-01-29 22:49:38'),(161,77,71,'Geoff_Brown','Sam_Alderman','M4','2020-01-29 22:49:40'),(162,80,125,'Janet_Baker','Max_Callahan','M4','2020-01-29 22:51:30'),(163,80,125,'Janet_Baker','Max_Callahan','M4','2020-01-29 22:54:58'),(164,125,80,'Max_Callahan','Janet_Baker','Deagle','2020-01-29 22:55:37'),(165,78,79,'Alex_Bio','Nitroboy','Shotgun','2020-01-30 14:32:44'),(166,79,132,'Kane_King','James_Bio','AK-47','2020-01-30 15:53:55'),(167,77,115,'Geoff_Brown','Julia_Betts','Tec-9','2020-02-01 23:04:42'),(168,78,115,'Stranger_18386','Julia_Betts','Deagle','2020-02-01 23:06:04'),(169,72,77,'Sebastian_Prince','Geoff_Brown','Deagle','2020-02-01 23:10:45'),(170,78,77,'Stranger_18386','Geoff_Brown','Deagle','2020-02-01 23:11:45'),(171,72,78,'Sebastian_Prince','Stranger_18386','Deagle','2020-02-01 23:12:14'),(172,141,143,'Harold_Shipmen','Dennis_Rader','Shotgun','2020-02-02 00:21:10'),(173,141,143,'Harold_Shipmen','Dennis_Rader','Shotgun','2020-02-02 00:23:12'),(174,143,141,'Dennis_Rader','Harold_Shipmen','Fists','2020-02-02 02:36:11'),(175,125,71,'Max_Callahan','Sam_Alderman','Deagle','2020-02-02 23:00:17'),(176,78,134,'Alex_Bio','Brian_Mcgee','Deagle','2020-02-03 16:59:52'),(177,78,134,'Alex_Bio','Brian_Mcgee','Deagle','2020-02-03 20:45:31'),(178,134,78,'Brian_Mcgee','Alex_Bio','Tec-9','2020-02-03 20:47:18'),(179,78,134,'Alex_Bio','Brian_Mcgee','Deagle','2020-02-03 20:47:58'),(180,78,134,'Alex_Bio','Brian_Mcgee','Deagle','2020-02-03 20:49:23'),(181,79,80,'Kane_King','Janet_Baker','MP5','2020-02-04 21:00:38'),(182,160,69,'Chris_Jobs','Heidi_Aukje_Grundel','Deagle','2020-02-05 00:18:13'),(183,160,69,'Chris_Jobs','Heidi_Aukje_Grundel','Deagle','2020-02-05 00:23:32'),(184,68,76,'tBKwtWS','Jason_Rezar','Car parking','2020-02-05 19:32:42'),(185,80,83,'Janet_Baker','Kaylie_Charlotte','MP5','2020-02-06 17:26:11'),(186,125,71,'Max_Callahan','Sam_Alderman','Deagle','2020-02-06 20:33:34'),(187,125,78,'Max_Callahan','Alex_Bio','Shotgun','2020-02-09 23:32:47'),(188,125,75,'Max_Callahan','Michael_Joshua','Shotgun','2020-02-09 23:45:33'),(189,78,125,'Alex_Bio','Max_Callahan','Deagle','2020-02-09 23:47:35'),(190,125,78,'Max_Callahan','Alex_Bio','Shotgun','2020-02-09 23:51:45'),(191,78,76,'Alex_Bio','Jason_Rezar','AK-47','2020-02-11 18:40:37'),(192,78,153,'Alex_Bio','Betty_Boop','AK-47','2020-02-11 19:57:16'),(193,80,153,'Janet_Baker','Betty_Boop','M4','2020-02-11 22:58:15'),(194,69,69,'Heidi_Aukje_Grundel','Heidi_Aukje_Grundel','Explosion','2020-02-12 00:42:28'); /*!40000 ALTER TABLE `kills` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landobjects` -- DROP TABLE IF EXISTS `landobjects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `landobjects` ( `id` int(10) NOT NULL AUTO_INCREMENT, `landid` int(10) DEFAULT NULL, `modelid` smallint(5) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `price` int(10) DEFAULT NULL, `pos_x` float DEFAULT NULL, `pos_y` float DEFAULT NULL, `pos_z` float DEFAULT NULL, `rot_x` float DEFAULT NULL, `rot_y` float DEFAULT NULL, `rot_z` float DEFAULT NULL, `door_opened` tinyint(1) DEFAULT '0', `door_locked` tinyint(1) DEFAULT '0', `move_x` float DEFAULT '0', `move_y` float DEFAULT '0', `move_z` float DEFAULT '0', `move_rx` float DEFAULT '0', `move_ry` float DEFAULT '0', `move_rz` float DEFAULT '0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1433 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landobjects` -- LOCK TABLES `landobjects` WRITE; /*!40000 ALTER TABLE `landobjects` DISABLE KEYS */; INSERT INTO `landobjects` VALUES (469,0,638,'Wide plant',250,1275.3,-1385.7,13.047,0,0,91.172,0,0,1276.78,-1385.67,3.077,-1000,-1000,-1000),(471,0,638,'Wide plant',250,1284.07,-1385.51,13.137,0,0,91.172,0,0,1276.64,-1385.67,3.047,-1000,-1000,-1000),(472,0,638,'Wide plant',250,1279.7,-1385.61,13.047,0,0,91.172,0,0,1275.68,-1385.69,3.047,-1000,-1000,-1000),(473,0,1622,'Security camera',50,1288.19,-1367.95,17.878,0,0,86.83,0,0,1287.82,-1367.93,7.878,-1000,-1000,-1000),(474,0,1622,'Security camera',50,1286.8,-1291.92,17.888,0,0,0.13,0,0,1287.82,-1367.93,7.878,-1000,-1000,-1000),(476,0,1622,'Security camera',50,1286.78,-1366.57,17.878,0,0,0.13,0,0,1286.78,-1366.97,7.878,-1000,-1000,-1000),(477,0,1622,'Security camera',50,1287.88,-1290.44,17.868,0,0,-90.07,0,0,1286.61,-1291.66,7.768,-1000,-1000,-1000),(478,0,638,'Wide plant',250,1275.42,-1290.22,13.179,0,0,-89.825,0,0,1275.41,-1290.22,3.179,-1000,-1000,-1000),(479,0,638,'Wide plant',250,1283.49,-1290.19,13.219,0,0,-89.825,0,0,1275.41,-1290.22,3.179,-1000,-1000,-1000),(480,0,638,'Wide plant',250,1279.36,-1290.21,13.179,0,0,-89.825,0,0,1275.41,-1290.22,3.179,-1000,-1000,-1000),(482,0,1300,'Cement trashcan',50,1270.31,-1345.02,12.848,0,0,-179.663,0,0,1270.31,-1345.02,2.848,-1000,-1000,-1000),(483,0,1349,'Shopping cart',50,1271.68,-1313.54,13.074,0,0,90.309,0,0,1270.91,-1329.46,3.064,-1000,-1000,-1000),(484,0,1211,'Fire hydrant',50,1270.41,-1330.45,12.877,0,0,-179.899,0,0,1270.41,-1330.56,2.897,-1000,-1000,-1000),(485,0,11727,'Round light',50,1287.16,-1347.36,14.793,0,0,-90.034,0,0,1287.17,-1347.35,4.793,-1000,-1000,-1000),(486,0,11727,'Round light',50,1287.16,-1352.28,14.793,0,0,-90.034,0,0,1287.16,-1347.36,4.793,-1000,-1000,-1000),(487,0,11727,'Round light',50,1287.17,-1331.62,14.793,0,0,-90.034,0,0,1287.16,-1347.36,4.793,-1000,-1000,-1000),(489,0,11727,'Round light',50,1287.18,-1310.9,14.793,0,0,-90.034,0,0,1287.17,-1326.72,4.793,-1000,-1000,-1000),(490,0,11727,'Round light',50,1287.18,-1305.75,14.793,0,0,-90.034,0,0,1287.18,-1310.9,4.793,-1000,-1000,-1000),(496,0,1775,'Sprunk machine',1000,1286.7,-1339.37,13.703,0,0,-89.725,0,0,1286.7,-1339.37,3.703,-1000,-1000,-1000),(497,0,1776,'Candy machine',1000,1286.74,-1318.71,13.649,0,0,-90.886,0,0,1286.74,-1318.71,3.649,-1000,-1000,-1000),(503,0,19374,'wall022',100,1270.35,-1332.83,10.983,89.7,0,179.73,0,0,1270.35,-1332.96,1.012,-1000,-1000,-1000),(504,0,19374,'wall022',100,1270.31,-1336.33,10.964,89.7,0,179.73,0,0,1270.35,-1332.96,0.982,-1000,-1000,-1000),(505,0,19374,'wall022',100,1270.28,-1339.92,10.947,89.7,0,179.73,0,0,1270.31,-1336.57,0.963,-1000,-1000,-1000),(506,0,19374,'wall022',100,1270.24,-1343.53,10.927,89.7,0,179.73,0,0,1270.28,-1340.16,0.945,-1000,-1000,-1000),(507,0,1211,'Fire hydrant',50,1287.98,-1286.38,12.923,0,0,-0.908,0,0,1272.84,-1286.1,2.923,-1000,-1000,-1000),(508,0,1371,'Hippo trashcan',50,1288.63,-1372.84,13.41,0,0,217.847,0,0,1288.63,-1372.84,3.41,-1000,-1000,-1000),(509,0,2114,'Basketball',50,1288.74,-1373.88,12.829,50.9,-48.3,-16.955,0,0,1288.24,-1374.69,2.779,-1000,-1000,-1000),(510,0,11733,'Rocking horse',50,1288.02,-1375.3,12.681,0,0,-30.35,0,0,1288.02,-1375.3,2.681,-1000,-1000,-1000),(511,0,19625,'Cigarette',50,1265.85,-1359.03,12.492,0,0,-141.592,0,0,1265.85,-1359.03,2.492,-1000,-1000,-1000),(512,0,19995,'Clip',50,1270.33,-1383.41,13.911,-2.4,-91.2,163.669,0,0,1270.33,-1383.41,3.911,-1000,-1000,-1000),(513,0,2866,'Takeaway trash',50,1270.35,-1344.98,13.298,0,0,-179.158,0,0,1270.35,-1344.98,3.298,-1000,-1000,-1000),(514,0,2840,'Burger shot trash',50,1270.24,-1345.07,13.468,-177.4,0,175.052,0,0,1270.22,-1345.07,3.468,-1000,-1000,-1000),(516,0,2670,'Assorted trash #7',50,1265.43,-1359.07,12.398,0,0,128.038,0,0,1265.34,-1357.68,4.508,-1000,-1000,-1000),(517,0,2930,'Door with bars',100,1270.97,-1312.62,13.69,90.9,62.2,117.782,0,1,1271.13,-1313.43,4.204,-1000,-1000,-1000),(519,0,2930,'Door with bars',100,1272.36,-1312.62,13.671,90.9,62.2,117.782,0,1,1271.12,-1312.62,3.688,-1000,-1000,-1000),(520,0,2930,'Door with bars',100,1272.42,-1312.69,13.677,-179.2,179.6,89.982,1,0,1271.12,-1312.62,3.688,-1000,-1000,-1000),(521,0,1349,'Shopping cart',50,1271.68,-1314.04,13.074,0,0,90.309,0,0,1271.68,-1313.54,3.074,-1000,-1000,-1000),(522,0,1349,'Shopping cart',50,1271.68,-1314.55,13.074,0,0,90.309,0,0,1271.68,-1314.04,3.074,-1000,-1000,-1000),(523,0,1349,'Shopping cart',50,1271.68,-1315.03,13.074,0,0,90.309,0,0,1271.68,-1314.55,3.074,-1000,-1000,-1000),(524,0,1349,'Shopping cart',50,1271.68,-1315.5,13.074,0,0,90.309,0,0,1271.68,-1315.03,3.074,-1000,-1000,-1000),(525,0,2840,'Burger shot trash',50,1288.68,-1372.68,13.57,-2,92.7,-138.04,0,0,1288.68,-1372.68,3.57,-1000,-1000,-1000),(527,0,2663,'Burger shot bag',50,1288.6,-1372.92,13.633,-2.6,0.1,-140.928,0,0,1288.6,-1372.92,3.633,-1000,-1000,-1000),(528,0,2056,'Target #1',50,1270.35,-1383.24,13.924,-90.2,0,122.742,0,0,1270.35,-1383.24,3.924,-1000,-1000,-1000),(529,0,19362,'wall010',100,1277.16,-1379.75,10.482,-0.8,0,139.121,0,0,1277.19,-1379.71,0.483,-1000,-1000,-1000),(530,0,19362,'wall010',100,1277.14,-1373.33,10.511,-0.4,0,139.121,0,0,1277.19,-1379.71,0.483,-1000,-1000,-1000),(531,0,19362,'wall010',100,1277.04,-1367.47,10.541,-0.4,0,139.121,0,0,1277.17,-1373.29,0.511,-1000,-1000,-1000),(532,0,19362,'wall010',100,1277,-1361.08,10.575,-0.4,0,139.121,0,0,1277,-1367.52,0.541,-1000,-1000,-1000),(533,0,19362,'wall010',100,1276.93,-1354.42,10.61,-0.3,0,139.121,0,0,1277,-1361.08,0.575,-1000,-1000,-1000),(534,0,1349,'Shopping cart',50,1271.75,-1316.46,13.074,0,0,102.509,0,0,1271.68,-1315.5,3.074,-1000,-1000,-1000),(535,0,1622,'Security camera',50,1287.23,-1346.48,21.955,0,0,-92.094,0,0,1287.12,-1346.42,9.635,-1000,-1000,-1000),(537,0,19328,'Monkey juice poster',50,1288.2,-1367.21,14.068,0,0,-1.376,0,0,1288.2,-1367.21,4.068,-1000,-1000,-1000),(538,0,2729,'T-Shirt poster',50,1287.12,-1312.3,14.298,0,0,-89.897,0,0,1287.11,-1308.34,6.398,-1000,-1000,-1000),(539,0,2736,'Zip poster',50,1287.21,-1308.38,16.017,0,0,-90.011,0,0,1287.21,-1308.38,6.547,-1000,-1000,-1000),(540,0,2719,'99c binco poster',50,1287.14,-1332.89,14.548,0,0,-89.824,0,0,1287.14,-1332.89,4.548,-1000,-1000,-1000),(541,0,2658,'Suburban poster',50,1287.15,-1303.94,14.227,0,0,-89.757,0,0,1287.15,-1303.94,4.227,-1000,-1000,-1000),(542,0,2656,'Black prolaps poster',50,1287.13,-1353.34,14.311,0,0,-89.844,0,0,1287.13,-1353.34,4.311,-1000,-1000,-1000),(543,0,2655,'Eris poster',50,1287.14,-1346.2,14.313,0,0,-89.964,0,0,1287.14,-1346.2,4.313,-1000,-1000,-1000),(544,0,2697,'White prolaps poster',50,1287.92,-1290.81,14.248,0.1,0,179.828,0,0,1287.92,-1290.82,4.248,-1000,-1000,-1000),(551,0,19912,'Plain metal bar gate',1000,1279.65,-1291.6,12.293,89.7,-13.2,103.26,0,0,1279.7,-1291.59,2.213,89.7,-13.2,103.26),(556,0,19912,'Plain metal bar gate',1000,1279.7,-1291.57,2.206,-89.8,-93.1,-2.791,0,0,1279.7,-1291.61,12.266,-90.1,-93.1,-2.491),(559,0,19362,'wall010',100,1273.5,-1337.95,10.608,-0.3,0,89.821,0,0,1276.93,-1354.42,0.61,-1000,-1000,-1000),(560,0,19362,'wall010',100,1277.01,-1303.32,10.586,-0.3,0,89.821,0,0,1273.5,-1337.95,0.608,-1000,-1000,-1000),(561,0,19362,'wall010',100,1282.25,-1303.34,10.613,-0.3,0,89.821,0,0,1277.01,-1303.32,0.586,-1000,-1000,-1000),(562,0,19362,'wall010',100,1279.54,-1303.33,10.599,-0.3,0,89.821,0,0,1282.25,-1303.34,0.613,-1000,-1000,-1000),(563,0,19362,'wall010',100,1279.42,-1324.32,10.615,0,0,-0.079,0,0,1273.5,-1337.95,0.608,-1000,-1000,-1000),(565,0,19362,'wall010',100,1276.77,-1327.3,10.605,-0.3,0,89.821,0,0,1273.5,-1337.95,0.608,-1000,-1000,-1000),(567,0,19362,'wall010',100,1279.43,-1317.79,10.605,0,0,-0.079,0,0,1279.42,-1324.32,0.615,-1000,-1000,-1000),(568,0,1300,'Cement trashcan',50,1274.21,-1293.07,12.858,0,0,91.474,0,0,1274.21,-1293.07,2.858,-1000,-1000,-1000),(569,0,1300,'Cement trashcan',50,1287.78,-1384.36,13.12,0,0,-89.029,0,0,1287.78,-1384.36,3.12,-1000,-1000,-1000),(570,0,1364,'Bush plant and bench',500,1271.57,-1354.21,13.085,0,0,90.458,0,0,1271.57,-1354.21,3.245,-1000,-1000,-1000),(571,0,1364,'Bush plant and bench',500,1269.07,-1378.54,12.966,0,0,-89.858,0,0,1269.07,-1378.54,3.116,-1000,-1000,-1000),(572,0,19362,'wall010',100,1277.06,-1303.32,0.516,0.0000003874,0,89.821,0,0,1277.01,-1303.32,0.586,-1000,-1000,-1000),(573,0,19362,'wall010',100,1282.3,-1303.34,0.513,0.2,0,89.821,0,0,1282.25,-1303.34,0.613,-1000,-1000,-1000),(574,0,19380,'wall028',100,1279.66,-1296.16,2.18,0.0000000298,89.9,89.845,0,0,1279.66,-1296.16,-7.82,-1000,-1000,-1000),(576,0,19362,'wall010',100,1279.41,-1303.33,0.508,-0.0000000298,0,89.821,0,0,1277.06,-1303.32,-9.484,-1000,-1000,-1000),(577,0,2860,'Open pizza box',50,1287.81,-1384.32,13.499,13.2,-49.3,151.845,0,0,1287.74,-1384.29,3.519,-1000,-1000,-1000),(578,0,2860,'Open pizza box',50,1274,-1293.22,12.482,0,0,-4.247,0,0,1274,-1293.22,2.482,-1000,-1000,-1000),(579,0,2663,'Burger shot bag',50,1274.31,-1293.21,13.434,-30.7,0,-115.63,0,0,1274.31,-1293.21,3.434,-1000,-1000,-1000),(580,0,2840,'Burger shot trash',50,1274.14,-1292.96,13.383,0,113.6,159.755,0,0,1274.15,-1292.93,3.383,-1000,-1000,-1000),(581,0,14410,'Long concrete stairs',50,1297.41,-1297.13,3.032,0,0,-90.236,0,0,1291.56,-1297.11,-4.568,-1000,-1000,-1000),(583,0,19380,'wall028',100,1289.01,-1297.1,2.199,0.0000000298,89.9,89.845,0,0,1279.63,-1306.66,-7.838,-1000,-1000,-1000),(588,0,19380,'wall028',100,1310.16,-1361,12.479,0.0000000298,90,90.845,0,0,1310.19,-1349.39,2.479,-1000,-1000,-1000),(589,0,19380,'wall028',100,1310.01,-1350.49,12.479,0.0000000298,90,90.845,0,0,1310.16,-1361,2.479,-1000,-1000,-1000),(590,0,19380,'wall028',100,1309.86,-1340.02,12.479,0.0000000298,90,90.845,0,0,1310.01,-1350.49,2.479,-1000,-1000,-1000),(591,0,19380,'wall028',100,1309.71,-1329.52,12.479,0.0000000298,90,90.845,0,0,1309.86,-1340.02,2.479,-1000,-1000,-1000),(592,0,19380,'wall028',100,1279.63,-1306.66,2.162,0.0000000298,89.9,89.845,0,0,1279.66,-1296.16,-7.82,-1000,-1000,-1000),(593,0,19380,'wall028',100,1309.56,-1319.02,12.479,0.0000000298,90,90.845,0,0,1309.71,-1329.52,2.479,-1000,-1000,-1000),(594,0,14410,'Long concrete stairs',50,1308.71,-1306.67,9.378,0,0,-178.922,0,0,1308.77,-1306.66,-0.692,-1000,-1000,-1000),(595,0,14416,'Short concrete stairs',50,1312.78,-1309.83,13.525,0,0,0.592,0,0,1312.78,-1309.83,3.525,-1000,-1000,-1000),(596,0,19380,'wall028',100,1309.2,-1294.33,6.129,0.0000000298,90,90.845,0,0,1309.56,-1319.02,2.479,-1000,-1000,-1000),(597,0,19362,'wall010',100,1273.5,-1337.95,10.608,-0.3,0,89.821,0,0,1273.5,-1337.95,0.608,-1000,-1000,-1000),(603,0,1364,'Bush plant and bench',500,1271.57,-1354.21,13.085,0,0,90.458,0,0,1271.57,-1354.21,3.085,-1000,-1000,-1000),(604,0,3361,'Wooden stairs',50,1286.11,-1363.11,14.551,0,0,-90.074,0,0,1286.11,-1363.15,4.551,-1000,-1000,-1000),(605,0,19360,'wall008',100,1286.73,-1356.48,16.691,0,90.5,89.506,0,0,1285.56,-1357.56,6.667,-1000,-1000,-1000),(606,0,19360,'wall008',100,1286.75,-1353.62,16.846,0,90.5,89.506,0,0,1286.73,-1356.44,6.671,-1000,-1000,-1000),(609,0,19360,'wall008',100,1286.78,-1350.73,17,0,90.5,89.506,0,0,1286.76,-1352.94,6.81,-1000,-1000,-1000),(610,0,19360,'wall008',100,1286.8,-1347.89,17.155,0,90.5,89.506,0,0,1286.79,-1349.44,6.959,-1000,-1000,-1000),(611,0,19360,'wall008',100,1286.83,-1345.14,17.311,0,90.5,89.506,0,0,1286.82,-1345.94,7.108,-1000,-1000,-1000),(612,0,19360,'wall008',100,1288.22,-1344.53,17.436,0,90.5,89.506,0,0,1286.83,-1345.14,7.311,-1000,-1000,-1000),(619,0,2631,'Plain red carpet',250,1270.22,-1333.28,12.345,0,0,90.202,0,0,1270.22,-1333.28,2.345,-1000,-1000,-1000),(620,0,2631,'Plain red carpet',250,1270.24,-1337.63,12.345,0,0,90.202,0,0,1270.22,-1333.28,2.345,-1000,-1000,-1000),(621,0,2631,'Plain red carpet',250,1270.26,-1342.1,12.345,0,0,90.202,0,0,1270.24,-1337.63,2.345,-1000,-1000,-1000),(632,0,19439,'wall079',100,1285.13,-1345.13,17.716,90,-0.5,179.928,0,0,1284.99,-1358.67,6.686,-1000,-1000,-1000),(633,0,19439,'wall079',100,1285.1,-1348.63,17.556,90,-0.5,179.928,0,0,1285.13,-1345.13,7.716,-1000,-1000,-1000),(634,0,19439,'wall079',100,1285.07,-1352.13,17.396,90,-0.5,179.928,0,0,1285.09,-1348.63,7.556,-1000,-1000,-1000),(640,0,19360,'wall008',100,1286.85,-1341.64,17.428,0,90,90.006,0,0,1286.83,-1345.14,7.311,-1000,-1000,-1000),(648,0,19439,'wall079',100,1285.15,-1341.64,17.716,90,-0.0000000298,179.928,0,0,1285.13,-1345.13,7.716,-1000,-1000,-1000),(710,0,1349,'Shopping cart',50,1271.68,-1314.04,13.074,0,0,90.309,0,0,1271.68,-1314.04,3.074,-1000,-1000,-1000),(711,0,1349,'Shopping cart',50,1271.68,-1314.04,13.074,0,0,90.309,0,0,1271.68,-1314.04,3.074,-1000,-1000,-1000),(712,0,19439,'wall079',100,1285.02,-1358.6,17.076,90,-0.5,179.928,0,0,1285.04,-1355.63,7.236,-1000,-1000,-1000),(713,0,19439,'wall079',100,1285.04,-1355.63,17.236,90,-0.5,179.928,0,0,1285.07,-1352.13,7.396,-1000,-1000,-1000),(718,0,19452,'wall092',100,1291.98,-1334.65,17.78,0.1,90,90.023,0,0,1291.98,-1341.63,7.78,-1000,-1000,-1000),(719,0,19452,'wall092',100,1291.98,-1338.15,17.78,0.1,90,90.023,0,0,1291.98,-1334.65,7.78,-1000,-1000,-1000),(720,0,19452,'wall092',100,1291.98,-1341.65,17.78,0.1,90,90.023,0,0,1291.98,-1338.15,7.78,-1000,-1000,-1000),(721,0,19452,'wall092',100,1291.98,-1345.14,17.78,0.1,90,90.023,0,0,1291.98,-1341.65,7.78,-1000,-1000,-1000),(722,0,19452,'wall092',100,1291.98,-1331.15,17.78,0.1,90,90.023,0,0,1291.98,-1334.65,7.78,-1000,-1000,-1000),(724,0,19452,'wall092',100,1291.98,-1327.65,17.78,0.1,90,90.023,0,0,1291.98,-1331.15,7.78,-1000,-1000,-1000),(725,0,19452,'wall092',100,1291.98,-1324.15,17.78,0.1,90,90.023,0,0,1291.98,-1327.65,7.78,-1000,-1000,-1000),(726,0,19452,'wall092',100,1291.98,-1320.65,17.78,0.1,90,90.023,0,0,1291.98,-1324.15,7.78,-1000,-1000,-1000),(727,0,19452,'wall092',100,1291.98,-1317.15,17.78,0.1,90,90.023,0,0,1291.98,-1320.65,7.78,-1000,-1000,-1000),(728,0,19452,'wall092',100,1291.98,-1313.66,17.78,0.1,90,90.023,0,0,1291.98,-1317.15,7.78,-1000,-1000,-1000),(729,0,19452,'wall092',100,1291.98,-1310.16,17.78,0.1,90,90.023,0,0,1291.98,-1313.66,7.78,-1000,-1000,-1000),(730,0,19452,'wall092',100,1291.98,-1306.84,17.78,0.1,90,90.023,0,0,1291.98,-1310.16,7.78,-1000,-1000,-1000),(812,0,19360,'wall008',100,1286.85,-1334.64,17.428,0,90,90.006,0,0,1286.85,-1338.14,7.428,-1000,-1000,-1000),(813,0,19360,'wall008',100,1286.85,-1331.15,17.428,0,90,90.006,0,0,1286.85,-1334.64,7.428,-1000,-1000,-1000),(815,0,11727,'Round light',50,1287.17,-1326.72,14.793,0,0,-90.034,0,0,1287.17,-1326.72,4.793,-1000,-1000,-1000),(816,0,19360,'wall008',100,1286.85,-1324.15,17.428,0,90,90.006,0,0,1286.85,-1327.65,7.428,-1000,-1000,-1000),(817,0,19360,'wall008',100,1286.85,-1320.66,17.428,0,90,90.006,0,0,1286.85,-1324.15,7.428,-1000,-1000,-1000),(818,0,19360,'wall008',100,1286.85,-1317.17,17.428,0,90,90.006,0,0,1286.85,-1320.66,7.428,-1000,-1000,-1000),(819,0,19360,'wall008',100,1286.85,-1313.68,17.428,0,90,90.006,0,0,1286.85,-1317.17,7.428,-1000,-1000,-1000),(820,0,19360,'wall008',100,1286.85,-1310.18,17.428,0,90,90.006,0,0,1286.85,-1313.68,7.428,-1000,-1000,-1000),(821,0,19360,'wall008',100,1286.85,-1306.88,17.428,0,90,90.006,0,0,1286.85,-1310.18,7.428,-1000,-1000,-1000),(822,0,19439,'wall079',100,1285.15,-1338.14,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1341.64,7.716,-1000,-1000,-1000),(823,0,19439,'wall079',100,1285.15,-1334.64,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1338.14,7.716,-1000,-1000,-1000),(824,0,19439,'wall079',100,1285.15,-1331.15,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1334.64,7.716,-1000,-1000,-1000),(825,0,19439,'wall079',100,1285.15,-1327.65,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1331.15,7.716,-1000,-1000,-1000),(826,0,19439,'wall079',100,1285.15,-1324.16,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1327.65,7.716,-1000,-1000,-1000),(827,0,19439,'wall079',100,1285.15,-1320.66,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1324.16,7.716,-1000,-1000,-1000),(828,0,19439,'wall079',100,1285.16,-1317.16,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1320.66,7.716,-1000,-1000,-1000),(829,0,19439,'wall079',100,1285.16,-1313.67,17.716,90,-0.0000000298,179.928,0,0,1285.16,-1317.16,7.716,-1000,-1000,-1000),(830,0,19439,'wall079',100,1285.17,-1310.17,17.716,90,-0.0000000298,179.928,0,0,1285.16,-1313.67,7.716,-1000,-1000,-1000),(837,0,19439,'wall079',100,1285.18,-1306.87,17.716,90,-0.0000000298,179.928,0,0,1285.17,-1310.17,7.716,-1000,-1000,-1000),(838,0,19439,'wall079',100,1286.85,-1305.18,17.716,90,-89.2,179.928,0,0,1285.17,-1310.17,7.716,-1000,-1000,-1000),(842,0,19360,'wall008',100,1286.85,-1338.14,17.428,0,90,90.006,0,0,1286.85,-1334.64,7.428,-1000,-1000,-1000),(844,0,19360,'wall008',100,1288.47,-1343.78,17.558,0,90,90.006,0,0,1288.45,-1345.15,7.491,-1000,-1000,-1000),(845,0,19360,'wall008',100,1288.2,-1345.95,17.328,0,90.5,89.506,0,0,1288.21,-1345.15,7.441,-1000,-1000,-1000),(847,0,19360,'wall008',100,1288.44,-1345.49,17.404,0,90.5,89.506,0,0,1288.44,-1345.49,7.364,-1000,-1000,-1000),(850,0,19360,'wall008',100,1288.47,-1340.28,17.558,0,90,90.006,0,0,1288.47,-1343.78,7.558,-1000,-1000,-1000),(851,0,19360,'wall008',100,1288.47,-1336.78,17.558,0,90,90.006,0,0,1288.47,-1340.28,7.558,-1000,-1000,-1000),(852,0,19360,'wall008',100,1288.47,-1333.28,17.558,0,90,90.006,0,0,1288.47,-1336.78,7.558,-1000,-1000,-1000),(853,0,19360,'wall008',100,1288.47,-1333.28,17.558,0,90,90.006,0,0,1288.47,-1333.28,7.558,-1000,-1000,-1000),(854,0,19360,'wall008',100,1288.47,-1329.78,17.558,0,90,90.006,0,0,1288.47,-1333.28,7.558,-1000,-1000,-1000),(855,0,19360,'wall008',100,1288.23,-1327.87,17.778,0,90,90.006,0,0,1288.47,-1329.78,7.558,-1000,-1000,-1000),(857,0,19360,'wall008',100,1288.47,-1320.86,17.558,0,90,90.006,0,0,1288.47,-1322.78,7.558,-1000,-1000,-1000),(858,0,19360,'wall008',100,1288.47,-1317.36,17.558,0,90,90.006,0,0,1288.47,-1319.28,7.558,-1000,-1000,-1000),(859,0,19360,'wall008',100,1288.47,-1313.86,17.558,0,90,90.006,0,0,1288.47,-1315.78,7.558,-1000,-1000,-1000),(860,0,19360,'wall008',100,1288.47,-1310.36,17.558,0,90,90.006,0,0,1288.47,-1312.29,7.558,-1000,-1000,-1000),(861,0,19360,'wall008',100,1288.47,-1306.86,17.558,0,90,90.006,0,0,1288.47,-1308.79,7.558,-1000,-1000,-1000),(872,0,19394,'wall042',100,1291.44,-1329.72,19.623,0,0,-89.962,0,0,1295.42,-1307.78,9.863,-1000,-1000,-1000),(879,0,19411,'wall059',100,1288.23,-1329.72,19.622,0,0,90.001,0,0,1288.14,-1329.08,8.822,-1000,-1000,-1000),(927,0,19360,'wall008',100,1286.85,-1327.65,17.428,0,90,90.006,0,0,1286.85,-1327.65,7.428,-1000,-1000,-1000),(928,0,19360,'wall008',100,1288.23,-1321.74,17.778,0,90,90.006,0,0,1288.23,-1327.41,7.778,-1000,-1000,-1000),(929,0,19360,'wall008',100,1288.23,-1327.87,17.598,0,90,90.006,0,0,1288.23,-1327.41,7.778,-1000,-1000,-1000),(930,0,19360,'wall008',100,1288.23,-1321.74,17.598,0,90,90.006,0,0,1288.23,-1327.41,7.598,-1000,-1000,-1000),(931,0,19394,'wall042',100,1291.44,-1319.9,19.623,0,0,-89.962,0,0,1291.32,-1329.07,9.623,-1000,-1000,-1000),(932,0,19411,'wall059',100,1288.23,-1319.91,19.622,0,0,90.001,0,0,1288.23,-1329.07,9.622,-1000,-1000,-1000),(933,0,19411,'wall059',100,1286.71,-1328.03,19.622,0,0,0.0009901,0,0,1288.23,-1329.07,9.622,-1000,-1000,-1000),(934,0,19411,'wall059',100,1286.71,-1321.61,19.622,0,0,0.0009901,0,0,1286.71,-1327.38,9.622,-1000,-1000,-1000),(935,0,19411,'wall059',100,1286.71,-1324.82,19.622,0,0,0.0009901,0,0,1286.71,-1327.38,9.622,-1000,-1000,-1000),(957,0,19360,'wall008',100,1288.23,-1324.79,17.768,0,90,90.006,0,0,1288.23,-1321.74,7.778,-1000,-1000,-1000),(958,0,19360,'wall008',100,1288.23,-1324.79,17.598,0,90,90.006,0,0,1288.23,-1324.79,7.768,-1000,-1000,-1000),(959,0,19360,'wall008',100,1288.77,-1356.5,16.721,0,90.5,89.906,0,0,1286.73,-1356.48,6.691,-1000,-1000,-1000),(968,0,19365,'wall013',100,1292.95,-1328.02,19.629,0,0,-179.955,0,0,1292.99,-1327.85,9.619,-1000,-1000,-1000),(969,0,19365,'wall013',100,1292.95,-1324.81,19.629,0,0,-179.955,0,0,1292.99,-1328,9.629,-1000,-1000,-1000),(970,0,19365,'wall013',100,1292.95,-1321.6,19.629,0,0,-179.955,0,0,1292.99,-1324.79,9.629,-1000,-1000,-1000),(976,0,638,'Wide plant',250,1287.54,-1345.31,18.572,0,0,-179.978,0,0,1287.54,-1345.31,8.572,-1000,-1000,-1000),(977,0,638,'Wide plant',250,1287.56,-1342.29,18.514,0,0,179.915,0,0,1287.57,-1342.29,8.514,-1000,-1000,-1000),(979,0,638,'Wide plant',250,1287.56,-1339.28,18.514,0,0,179.915,0,0,1287.56,-1342.29,8.514,-1000,-1000,-1000),(980,0,638,'Wide plant',250,1287.56,-1336.23,18.514,0,0,179.915,0,0,1287.56,-1339.28,8.514,-1000,-1000,-1000),(982,0,638,'Wide plant',250,1288.54,-1334.05,18.518,0,-0.5,89.915,0,0,1287.56,-1336.23,8.514,-1000,-1000,-1000),(984,0,638,'Wide plant',250,1294.98,-1334.06,18.518,0,-0.5,89.915,0,0,1288.54,-1334.05,8.518,-1000,-1000,-1000),(986,0,2030,'Round stone table',500,1293.78,-1344.53,18.263,0,0,234.086,0,0,1293.78,-1344.53,8.263,-1000,-1000,-1000),(988,0,2030,'Round stone table',500,1290.1,-1340.05,18.263,0,0,234.086,0,0,1293.78,-1344.53,8.263,-1000,-1000,-1000),(989,0,2030,'Round stone table',500,1293.72,-1337.01,18.263,0,0,234.086,0,0,1290.1,-1340.05,8.263,-1000,-1000,-1000),(999,0,19439,'wall079',100,1285.15,-1327.65,17.716,90,-0.0000000298,179.928,0,0,1285.15,-1327.65,7.716,-1000,-1000,-1000),(1000,0,19357,'wall005',100,1288.38,-1321.6,20.994,0,-90.1,0.011,0,0,1288.55,-1324.83,10.994,-1000,-1000,-1000),(1003,0,19357,'wall005',100,1288.38,-1324.81,20.994,0,-90.1,0.011,0,0,1288.38,-1321.43,10.994,-1000,-1000,-1000),(1004,0,19357,'wall005',100,1288.38,-1328.02,20.994,0,-90.1,0.011,0,0,1288.38,-1324.64,10.994,-1000,-1000,-1000),(1005,0,19357,'wall005',100,1291.29,-1321.59,21.009,0,-90.1,0.011,0,0,1288.38,-1321.59,10.994,-1000,-1000,-1000),(1007,0,19357,'wall005',100,1291.29,-1324.8,21.009,0,-90.1,0.011,0,0,1291.29,-1321.59,11.009,-1000,-1000,-1000),(1008,0,19357,'wall005',100,1291.29,-1328.01,21.009,0,-90.1,0.011,0,0,1291.29,-1324.8,11.009,-1000,-1000,-1000),(1009,0,3802,'Window plant #1',200,1284.44,-1310.94,16.977,0,0,-179.218,0,0,1284.44,-1310.94,6.977,-1000,-1000,-1000),(1097,1,19433,'wall073',100,-14.994,1186.04,18.692,-6.1,89.8,-89.605,0,0,0,0,0,-1000,-1000,-1000),(1098,1,19433,'wall073',100,-15.256,1186.04,18.669,-107.3,89.8,-89.605,0,0,0,0,0,-1000,-1000,-1000),(1100,1,19433,'wall073',100,-15.048,1187.71,17.202,169.401,0,-89.685,0,0,0,0,0,-1000,-1000,-1000),(1101,1,19433,'wall073',100,-15.029,1184.37,17.21,169.401,0,-89.585,0,0,0,0,0,-1000,-1000,-1000),(1105,1,18650,'Yellow neon tube',100,-13.726,1186.09,21.609,0,0,-0.205,0,0,0,0,0,-1000,-1000,-1000),(1106,1,18649,'Green neon tube',100,-13.689,1186.71,23.379,0,0,180.373,0,0,0,0,0,-1000,-1000,-1000),(1107,1,18651,'Pink neon tube',100,-13.719,1186.75,24.324,15.4,0,-179.618,0,0,0,0,0,-1000,-1000,-1000),(1108,1,18648,'Blue neon tune',100,-13.712,1185.43,23.369,0,0,179.663,0,0,0,0,0,-1000,-1000,-1000),(1109,1,18647,'Red neon tube',100,-13.736,1185.42,23.071,15.6,0,179.142,0,0,0,0,0,-1000,-1000,-1000),(1110,1,18652,'White neon tube',100,-13.719,1186.13,21.099,0,0,180.732,0,0,0,0,0,-1000,-1000,-1000),(1111,1,19454,'wall094',100,-25.63,1174.87,16.618,0,0,179.955,0,0,0,0,0,-1000,-1000,-1000),(1112,1,19454,'wall094',100,-25.623,1183.56,16.618,0,0,179.955,0,0,0,0,0,-1000,-1000,-1000),(1114,1,19362,'wall010',100,-32.411,1180.12,16.622,0,0,-179.951,0,0,0,0,0,-1000,-1000,-1000),(1116,1,19362,'wall010',100,-28.361,1184.56,16.622,0,0,39.949,0,0,0,0,0,-1000,-1000,-1000),(1117,1,19362,'wall010',100,-32.416,1186.76,16.622,0,0,-179.951,0,0,0,0,0,-1000,-1000,-1000),(1118,1,19362,'wall010',100,-30.337,1184.59,16.622,0,0,139.549,0,0,0,0,0,-1000,-1000,-1000),(1119,1,19362,'wall010',100,-34.367,1184.07,16.622,0,0,139.549,0,0,0,0,0,-1000,-1000,-1000),(1120,1,19362,'wall010',100,-36.334,1184.07,16.622,0,0,39.949,0,0,0,0,0,-1000,-1000,-1000),(1121,1,638,'Wide plant',250,-22.243,1188.73,19.059,0,0,89.885,0,0,0,0,0,-1000,-1000,-1000),(1122,1,638,'Wide plant',250,-17.923,1188.73,19.059,0,0,89.685,0,0,0,0,0,-1000,-1000,-1000),(1123,1,1359,'Trashcan with holes',50,-23.262,1180.16,19.25,0,0,144.881,0,0,0,0,0,-1000,-1000,-1000),(1125,1,1231,'Light',150,-36.999,1161.74,21.21,0,0,179.677,0,0,0,0,0,-1000,-1000,-1000),(1126,1,2779,'Duality game',500,-16.233,1175.39,18.563,0,0,181.08,0,0,0,0,0,-1000,-1000,-1000),(1127,12,19458,'wall098',100,-342.143,1178.2,22.276,-0.0000000298,96.4,-179.97,0,0,0,0,0,-1000,-1000,-1000),(1128,12,19355,'wall003',100,-338.51,1183.02,21.256,0,0,89.98,0,0,0,0,0,-1000,-1000,-1000),(1129,12,19458,'wall098',100,-338.665,1178.2,22.666,-0.0000000298,96.4,-179.97,0,0,0,0,0,-1000,-1000,-1000),(1130,12,19355,'wall003',100,-341.72,1183.02,21.256,0,0,89.98,0,0,0,0,0,-1000,-1000,-1000),(1132,12,19355,'wall003',100,-341.72,1183.02,17.796,0,0,89.98,0,0,0,0,0,-1000,-1000,-1000),(1133,12,19355,'wall003',100,-338.51,1183.02,17.796,0,0,89.98,0,0,0,0,0,-1000,-1000,-1000),(1134,12,19428,'wall068',100,-343.081,1183.03,21.264,0,0,90.4,0,0,0,0,0,-1000,-1000,-1000),(1135,12,19428,'wall068',100,-343.081,1183.03,17.814,0,0,90.4,0,0,0,0,0,-1000,-1000,-1000),(1136,12,19458,'wall098',100,-342.138,1168.58,22.276,-0.0000000298,96.4,-179.97,0,0,0,0,0,-1000,-1000,-1000),(1137,12,19458,'wall098',100,-338.66,1168.58,22.666,-0.0000000298,96.4,-179.97,0,0,0,0,0,-1000,-1000,-1000),(1138,12,19355,'wall003',100,-337.008,1165.38,21.096,0,0,179.98,0,0,0,0,0,-1000,-1000,-1000),(1139,12,19355,'wall003',100,-337.008,1165.38,17.626,0,0,179.98,0,0,0,0,0,-1000,-1000,-1000),(1140,12,19364,'wall012',100,-322.355,1158.46,18.149,0,0,90.002,0,0,0,0,0,-1000,-1000,-1000),(1142,12,19364,'wall012',100,-325.545,1158.46,18.149,0,0,90.002,0,0,0,0,0,-1000,-1000,-1000),(1143,12,19364,'wall012',100,-328.755,1158.46,18.149,0,0,90.002,0,0,0,0,0,-1000,-1000,-1000),(1144,12,19364,'wall012',100,-335.055,1158.46,18.149,0,0,90.002,0,0,0,0,0,-1000,-1000,-1000),(1145,12,19437,'wall077',100,-331.155,1158.46,18.153,0,0,-89.945,0,0,0,0,0,-1000,-1000,-1000),(1146,12,975,'Long metal bar gate',1000,-339.321,1158.48,18.192,0,0,179.951,0,0,-339.321,1158.48,17.072,0,0,179.951),(1147,12,1499,'Warehouse door',100,-331.944,1158.47,17.402,0,0,-179.845,0,0,0,0,0,-1000,-1000,-1000),(1148,12,1499,'Warehouse door',100,-319.244,1158.5,17.402,0,0,-179.845,0,0,0,0,0,-1000,-1000,-1000),(1149,12,3850,'Low Glass Fence',250,-319.193,1160.68,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1150,12,3850,'Low Glass Fence',250,-319.193,1164.1,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1151,12,3850,'Low Glass Fence',250,-319.193,1167.53,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1152,12,3850,'Low Glass Fence',250,-319.193,1170.96,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1153,12,3850,'Low Glass Fence',250,-319.193,1174.39,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1154,12,3850,'Low Glass Fence',250,-319.193,1177.81,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1155,12,3850,'Low Glass Fence',250,-319.193,1181.23,20.212,0,0,-0.004,0,0,0,0,0,-1000,-1000,-1000),(1156,12,19126,'Cyan Blue Light',150,-319.085,1158.76,20.192,0,0,286.446,0,0,0,0,0,-1000,-1000,-1000),(1157,12,19362,'wall010',100,-331.337,1181.55,19.457,0,89.8,0.136,0,0,0,0,0,-1000,-1000,-1000),(1158,12,19362,'wall010',100,-331.341,1178.34,19.457,0,89.8,0.136,0,0,0,0,0,-1000,-1000,-1000),(1159,12,19362,'wall010',100,-331.333,1175.14,19.457,0,89.8,0.136,0,0,0,0,0,-1000,-1000,-1000),(1160,12,19362,'wall010',100,-334.817,1181.54,19.445,0,89.8,0.136,0,0,0,0,0,-1000,-1000,-1000),(1161,12,19362,'wall010',100,-334.811,1178.33,19.445,0,89.8,0.136,0,0,0,0,0,-1000,-1000,-1000),(1162,12,19362,'wall010',100,-334.803,1175.13,19.445,0,89.8,0.136,0,0,0,0,0,-1000,-1000,-1000),(1163,12,19364,'wall012',100,-334.945,1173.61,17.769,0,0,90.102,0,0,0,0,0,-1000,-1000,-1000),(1164,12,19364,'wall012',100,-331.755,1173.62,17.769,0,0,90.202,0,0,0,0,0,-1000,-1000,-1000),(1165,12,19364,'wall012',100,-336.468,1175.29,17.769,0,0,0.102,0,0,0,0,0,-1000,-1000,-1000),(1166,12,19364,'wall012',100,-336.474,1178.5,17.769,0,0,0.102,0,0,0,0,0,-1000,-1000,-1000),(1167,12,19364,'wall012',100,-336.48,1181.7,17.769,0,0,0.102,0,0,0,0,0,-1000,-1000,-1000),(1168,12,19373,'wall021',100,-327.842,1181.33,19.49,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1169,12,19373,'wall021',100,-324.352,1181.31,19.508,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1170,12,19373,'wall021',100,-320.862,1181.29,19.526,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1171,12,19373,'wall021',100,-320.879,1178.08,19.526,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1172,12,19373,'wall021',100,-320.896,1174.88,19.526,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1173,12,19373,'wall021',100,-320.913,1171.67,19.526,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1174,12,19373,'wall021',100,-320.93,1168.46,19.526,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1175,12,19373,'wall021',100,-324.42,1168.48,19.508,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1176,12,19373,'wall021',100,-324.403,1171.69,19.508,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1177,12,19373,'wall021',100,-324.396,1174.9,19.508,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1178,12,19373,'wall021',100,-324.379,1178.1,19.508,0,89.7,-0.298,0,0,0,0,0,-1000,-1000,-1000),(1180,12,14877,'Short stairs',50,-323.716,1165.62,17.513,0,0.1,90.9,0,0,0,0,0,-1000,-1000,-1000),(1181,12,14877,'Short stairs',50,-320.736,1165.67,17.513,0,0.1,90.9,0,0,0,0,0,-1000,-1000,-1000),(1182,12,1723,'Long black sofa',750,-333.719,1182.46,19.515,0,0,-0.011,0,0,0,0,0,-1000,-1000,-1000),(1183,12,1723,'Long black sofa',750,-330.129,1180.24,19.515,0,0,-89.911,0,0,0,0,0,-1000,-1000,-1000),(1200,15,19376,'wall024',100,-821.473,146.858,9.553,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1201,15,19376,'wall024',100,-812.801,142.672,9.536,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1202,15,19376,'wall024',100,-822.438,137.475,9.578,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1203,15,19376,'wall024',100,-816.654,134.693,9.566,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1204,15,19377,'wall025',100,-816.706,155.728,9.498,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1205,15,19377,'wall025',100,-807.265,151.178,9.516,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1206,15,19377,'wall025',100,-807.702,130.163,9.597,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1209,15,19377,'wall025',100,-803.529,138.82,9.554,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1211,15,19377,'wall025',100,-790.802,143.211,9.548,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1212,15,19377,'wall025',100,-794.975,134.554,9.582,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1213,15,19377,'wall025',100,-799.157,125.879,9.616,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1216,15,19377,'wall025',100,-788.366,147.298,4.359,0,0,-115.521,0,0,0,0,0,-1000,-1000,-1000),(1217,15,19377,'wall025',100,-797.056,151.447,4.359,0,0,-115.521,0,0,0,0,0,-1000,-1000,-1000),(1218,15,19377,'wall025',100,-805.756,155.6,4.359,0,0,-115.521,0,0,0,0,0,-1000,-1000,-1000),(1219,15,19377,'wall025',100,-814.428,159.74,4.359,0,0,-115.521,0,0,0,0,0,-1000,-1000,-1000),(1220,15,19377,'wall025',100,-814.419,159.736,4.359,0,0,-115.521,0,0,0,0,0,-1000,-1000,-1000),(1221,15,19377,'wall025',100,-815.105,160.063,4.359,0,0,-115.521,0,0,0,0,0,-1000,-1000,-1000),(1222,15,19377,'wall025',100,-821.319,157.874,4.2,0,0,-24.959,0,0,0,0,0,-1000,-1000,-1000),(1223,15,19377,'wall025',100,-825.37,149.171,4.2,0,0,-24.959,0,0,0,0,0,-1000,-1000,-1000),(1224,15,19377,'wall025',100,-826.815,139.288,4.27,0,0,-24.959,0,0,0,0,0,-1000,-1000,-1000),(1229,15,19368,'wall016',100,-797.155,122.274,11.358,0,0,93.128,0,0,0,0,0,-1000,-1000,-1000),(1230,15,19368,'wall016',100,-794.757,123.645,11.348,0,0,145.628,0,0,0,0,0,-1000,-1000,-1000),(1231,15,19368,'wall016',100,-793.199,126.377,11.338,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1232,15,19368,'wall016',100,-791.821,129.233,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1233,15,19368,'wall016',100,-800.35,122.099,11.358,0,0,93.128,0,0,0,0,0,-1000,-1000,-1000),(1234,15,19368,'wall016',100,-790.426,132.124,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1235,15,19362,'wall010',100,-787.293,134.944,8.957,0,66.6,156.312,0,0,0,0,0,-1000,-1000,-1000),(1236,15,19362,'wall010',100,-785.914,137.746,8.897,0,66.6,156.312,0,0,0,0,0,-1000,-1000,-1000),(1237,15,19368,'wall016',100,-790.148,132.7,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1238,15,19362,'wall010',100,-784.914,137.307,8.424,0,66.6,156.312,0,0,0,0,0,-1000,-1000,-1000),(1239,15,19377,'wall025',100,-800.148,147.748,9.53,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1240,15,19368,'wall016',100,-786.036,141.219,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1241,15,19368,'wall016',100,-784.745,143.894,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1246,15,8957,'Garage door #1',100,-803.768,150.649,10.177,0,0,154.217,0,0,-803.768,150.649,6.667,0,0,154.217),(1247,15,19912,'Plain metal bar gate',1000,-790.358,132.292,10.251,0,0,-116.025,0,0,-790.358,132.292,6.811,0,0,-116.025),(1248,15,19368,'wall016',100,-785.605,145.969,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1251,15,19368,'wall016',100,-803.375,122.683,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1255,15,19368,'wall016',100,-806.282,124.068,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1257,15,19368,'wall016',100,-809.153,125.436,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1258,15,19368,'wall016',100,-811.997,126.791,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1259,15,19368,'wall016',100,-788.495,147.365,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1260,15,19368,'wall016',100,-791.367,148.752,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1261,15,19368,'wall016',100,-794.249,150.143,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1262,15,19368,'wall016',100,-813.108,127.32,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1263,15,19368,'wall016',100,-797.122,151.53,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1264,15,19368,'wall016',100,-799.995,152.917,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1265,15,19368,'wall016',100,-802.886,154.313,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1266,15,19368,'wall016',100,-805.777,155.709,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1267,15,19368,'wall016',100,-808.668,157.105,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1268,15,19368,'wall016',100,-811.559,158.501,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1269,15,19368,'wall016',100,-814.414,159.879,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1270,15,19368,'wall016',100,-817.287,161.266,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1271,15,19368,'wall016',100,-816.004,128.701,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1272,15,19368,'wall016',100,-818.875,130.069,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1273,15,19370,'wall018',100,-816.008,128.708,11.358,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1274,15,19368,'wall016',100,-821.764,131.445,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1275,15,19368,'wall016',100,-824.626,132.808,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1276,15,19370,'wall018',100,-818.877,130.08,11.358,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1277,15,19368,'wall016',100,-827.515,134.184,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1278,15,19368,'wall016',100,-827.515,134.184,11.358,0,0,64.528,0,0,0,0,0,-1000,-1000,-1000),(1279,15,19370,'wall018',100,-821.755,131.457,11.358,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1281,15,19370,'wall018',100,-824.641,132.838,11.358,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1282,15,19370,'wall018',100,-827.519,134.215,11.358,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1283,15,19325,'Big window',100,-827.606,137.815,11.027,0,0,-25.742,0,0,0,0,0,-1000,-1000,-1000),(1285,15,19325,'Big window',100,-824.722,143.796,11.027,0,0,-25.742,0,0,0,0,0,-1000,-1000,-1000),(1286,15,19443,'wall083',100,-822.879,147.437,11.336,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1288,15,19443,'wall083',100,-821.538,150.21,11.336,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1290,15,3089,'Brown windowed door',100,-821.924,149.51,10.938,0,0,-113.702,0,1,0,0,0,-1000,-1000,-1000),(1291,15,19358,'wall006',100,-806.041,145.945,11.33,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1292,15,19358,'wall006',100,-807.43,143.051,11.33,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1293,15,19358,'wall006',100,-808.801,140.193,11.33,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1294,15,19388,'wall036',100,-810.187,137.311,11.334,0,0,154.366,0,0,0,0,0,-1000,-1000,-1000),(1295,15,19358,'wall006',100,-811.569,134.423,11.33,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1297,15,19358,'wall006',100,-813.905,129.554,11.33,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1298,15,19404,'wall052',100,-812.744,131.962,11.333,0,0,-25.482,0,0,0,0,0,-1000,-1000,-1000),(1299,15,19370,'wall018',100,-819.241,151.516,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1300,15,19370,'wall018',100,-816.35,150.12,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1301,15,19370,'wall018',100,-813.495,148.742,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1302,15,19370,'wall018',100,-810.622,147.355,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1303,15,19370,'wall018',100,-807.848,146.016,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1304,15,19370,'wall018',100,-822.06,152.877,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1305,15,19443,'wall083',100,-820.959,151.407,11.336,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1306,15,19377,'wall025',100,-786.14,140.976,4.359,0,0,154.379,0,0,0,0,0,-1000,-1000,-1000),(1307,15,19466,'Small window',50,-812.748,132.125,11.65,0,0,154.792,0,0,0,0,0,-1000,-1000,-1000),(1308,15,19377,'wall025',100,-790.355,132.185,4.419,0,0,154.379,0,0,0,0,0,-1000,-1000,-1000),(1310,15,19377,'wall025',100,-794.411,123.727,4.469,0,0,154.379,0,0,0,0,0,-1000,-1000,-1000),(1312,15,19377,'wall025',100,-809.058,125.37,4.469,0,0,64.479,0,0,0,0,0,-1000,-1000,-1000),(1313,15,19376,'wall024',100,-821.549,146.91,13.063,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1314,15,19377,'wall025',100,-817.752,129.488,4.469,0,0,64.279,0,0,0,0,0,-1000,-1000,-1000),(1315,15,19376,'wall024',100,-816.685,134.835,13.077,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1316,15,19377,'wall025',100,-824.673,132.815,4.439,0,0,64.479,0,0,0,0,0,-1000,-1000,-1000),(1317,15,19376,'wall024',100,-822.366,137.578,13.068,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1318,15,19362,'wall010',100,-784.96,139.038,7.016,66.8,-177.7,-115.988,0,0,0,0,0,-1000,-1000,-1000),(1320,15,19377,'wall025',100,-816.796,155.785,13.018,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1321,15,19377,'wall025',100,-808.887,151.974,13.033,0.2,90.1,154.27,0,0,0,0,0,-1000,-1000,-1000),(1322,15,19362,'wall010',100,-786.081,139.503,7.535,66.8,-177.7,-115.988,0,0,0,0,0,-1000,-1000,-1000),(1323,15,19362,'wall010',100,-788.374,133.738,7.433,66.8,-177.7,-115.988,0,0,0,0,0,-1000,-1000,-1000),(1324,15,14877,'Short stairs',50,-815.047,147.76,11.038,0,0,154.387,0,0,0,0,0,-1000,-1000,-1000),(1326,15,19370,'wall018',100,-816,146.654,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1327,15,19370,'wall018',100,-814.486,147.695,11.941,-0.2,55.1,154.63,0,0,0,0,0,-1000,-1000,-1000),(1328,15,19370,'wall018',100,-811.949,146.499,9.984,-0.2,55.1,154.63,0,0,0,0,0,-1000,-1000,-1000),(1329,15,19370,'wall018',100,-813.109,145.258,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1330,15,19353,'wall001',100,-824.889,150.59,7.755,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1331,15,19353,'wall001',100,-825.052,150.666,7.755,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1332,15,19353,'wall001',100,-825.206,150.738,7.755,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1333,15,19353,'wall001',100,-825.36,150.81,7.635,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1334,15,19353,'wall001',100,-825.514,150.882,7.635,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1335,15,19353,'wall001',100,-825.677,150.958,7.465,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1336,15,19353,'wall001',100,-825.841,151.034,7.465,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1337,15,19353,'wall001',100,-825.986,151.101,7.315,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1338,15,19368,'wall016',100,-821.422,152.702,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1339,15,19353,'wall001',100,-826.141,151.173,7.315,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1340,15,19353,'wall001',100,-826.295,151.245,7.165,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1341,15,19368,'wall016',100,-818.576,151.328,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1342,15,19353,'wall001',100,-826.449,151.317,7.165,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1343,15,19353,'wall001',100,-826.603,151.389,7.035,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1344,15,19368,'wall016',100,-815.685,149.932,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1345,15,19353,'wall001',100,-826.758,151.461,7.035,0,0,-24.904,0,0,0,0,0,-1000,-1000,-1000),(1346,15,19370,'wall018',100,-815.628,149.938,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1347,15,19370,'wall018',100,-818.519,151.333,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1348,15,19370,'wall018',100,-821.401,152.724,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1349,15,19370,'wall018',100,-817.771,161.487,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1350,15,19370,'wall018',100,-814.88,160.092,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1351,15,19370,'wall018',100,-812.006,158.705,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1352,15,19370,'wall018',100,-809.116,157.31,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1353,15,19370,'wall018',100,-806.233,155.918,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1354,15,19370,'wall018',100,-803.569,154.631,11.358,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1355,15,19368,'wall016',100,-822.75,155.059,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1356,15,19368,'wall016',100,-821.363,157.932,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1357,15,19368,'wall016',100,-819.968,160.823,11.328,0,0,154.228,0,0,0,0,0,-1000,-1000,-1000),(1358,15,19370,'wall018',100,-819.981,160.733,11.218,0,0,-25.87,0,0,0,0,0,-1000,-1000,-1000),(1359,15,19370,'wall018',100,-821.373,157.863,11.218,0,0,-25.87,0,0,0,0,0,-1000,-1000,-1000),(1360,15,19370,'wall018',100,-822.773,154.975,11.218,0,0,-25.87,0,0,0,0,0,-1000,-1000,-1000),(1361,15,19368,'wall016',100,-817.846,161.536,11.328,0,0,64.228,0,0,0,0,0,-1000,-1000,-1000),(1363,15,19362,'wall010',100,-826.569,143.663,7.796,0,0,63.675,0,0,0,0,0,-1000,-1000,-1000),(1364,15,19370,'wall018',100,-826.601,143.609,8.988,0,0,-115.67,0,0,0,0,0,-1000,-1000,-1000),(1365,15,19370,'wall018',100,-821.373,157.863,11.218,0,0,-25.87,0,0,0,0,0,-1000,-1000,-1000),(1366,15,19370,'wall018',100,-826.566,143.681,8.988,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1367,15,19370,'wall018',100,-827.273,145.697,8.988,0,0,154.23,0,0,0,0,0,-1000,-1000,-1000),(1369,15,19370,'wall018',100,-826.295,147.723,8.988,0,0,154.23,0,0,0,0,0,-1000,-1000,-1000),(1370,15,19443,'wall083',100,-823.871,152.738,8.966,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1371,15,19376,'wall024',100,-814.169,140.049,13.057,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1372,15,1569,'Office door #2',100,-810.495,136.597,9.589,0,0,-25.086,1,0,0,0,0,-1000,-1000,-1000),(1374,15,19358,'wall006',100,-807.453,143.073,14.75,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1375,15,19358,'wall006',100,-807.046,143.921,14.75,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1376,15,19358,'wall006',100,-810.169,137.411,14.75,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1377,15,19404,'wall052',100,-811.537,134.566,14.753,0,0,-25.782,0,0,0,0,0,-1000,-1000,-1000),(1379,15,19404,'wall052',100,-808.801,140.275,14.753,0,0,-25.782,0,0,0,0,0,-1000,-1000,-1000),(1381,15,19358,'wall006',100,-812.916,131.708,14.75,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1382,15,19358,'wall006',100,-814.006,129.436,14.75,0,0,-25.629,0,0,0,0,0,-1000,-1000,-1000),(1383,15,19358,'wall006',100,-816.114,128.744,14.75,0,0,-115.329,0,0,0,0,0,-1000,-1000,-1000),(1384,15,19358,'wall006',100,-819.006,130.113,14.75,0,0,-115.329,0,0,0,0,0,-1000,-1000,-1000),(1385,15,19358,'wall006',100,-821.898,131.482,14.75,0,0,-115.329,0,0,0,0,0,-1000,-1000,-1000),(1386,15,19358,'wall006',100,-824.799,132.855,14.75,0,0,-115.329,0,0,0,0,0,-1000,-1000,-1000),(1387,15,19358,'wall006',100,-827.565,134.164,14.75,0,0,-115.329,0,0,0,0,0,-1000,-1000,-1000),(1388,15,19325,'Big window',100,-827.606,137.815,14.437,0,0,-25.742,0,0,0,0,0,-1000,-1000,-1000),(1389,15,19325,'Big window',100,-824.722,143.796,14.437,0,0,-25.742,0,0,0,0,0,-1000,-1000,-1000),(1390,15,19370,'wall018',100,-807.848,146.016,14.738,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1391,15,19370,'wall018',100,-810.721,147.403,14.738,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1392,15,19370,'wall018',100,-813.576,148.781,14.738,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1393,15,19370,'wall018',100,-816.44,150.164,14.738,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1394,15,19370,'wall018',100,-819.313,151.551,14.738,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1395,15,19370,'wall018',100,-822.186,152.938,14.738,0,0,-115.77,0,0,0,0,0,-1000,-1000,-1000),(1396,15,19370,'wall018',100,-827.519,134.215,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1397,15,19370,'wall018',100,-824.623,132.83,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1398,15,19370,'wall018',100,-821.736,131.449,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1399,15,19370,'wall018',100,-818.849,130.068,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1400,15,19370,'wall018',100,-816.179,128.79,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1401,15,19370,'wall018',100,-823.768,142.054,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1402,15,19370,'wall018',100,-820.881,140.673,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1403,15,19370,'wall018',100,-817.994,139.292,14.748,0,0,-115.57,0,0,0,0,0,-1000,-1000,-1000),(1405,15,19443,'wall083',100,-819.022,133.663,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1409,15,19443,'wall083',100,-820.961,151.541,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1410,15,19376,'wall024',100,-822.355,137.586,16.448,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1411,15,19376,'wall024',100,-816.681,134.847,16.467,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1412,15,19376,'wall024',100,-812.926,142.628,16.437,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1413,15,19376,'wall024',100,-818.591,145.362,16.418,-0.1,-90.2,-115.767,0,0,0,0,0,-1000,-1000,-1000),(1415,15,19370,'wall018',100,-817.367,137.118,14.748,0,0,-25.77,0,0,0,0,0,-1000,-1000,-1000),(1416,15,19443,'wall083',100,-819.719,132.223,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1417,15,19443,'wall083',100,-820.037,131.566,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1419,15,3089,'Brown windowed door',100,-821.901,149.509,14.409,0,0,64.109,0,1,0,0,0,-1000,-1000,-1000),(1420,15,19443,'wall083',100,-822.289,148.795,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1421,15,19443,'wall083',100,-822.92,147.49,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1422,15,19443,'wall083',100,-822.285,148.804,14.736,0,0,154.19,0,0,0,0,0,-1000,-1000,-1000),(1423,15,3089,'Brown windowed door',100,-818.668,134.345,14.409,0,0,64.109,0,1,0,0,0,-1000,-1000,-1000),(1424,15,19466,'Small window',50,-811.624,134.514,14.75,0,0,154.792,0,0,0,0,0,-1000,-1000,-1000),(1425,15,19466,'Small window',50,-808.863,140.332,14.75,0,0,154.292,0,0,0,0,0,-1000,-1000,-1000),(1426,15,14866,'Wood double bed',500,-824.229,134.145,13.699,0,0,154.508,0,0,0,0,0,-1000,-1000,-1000),(1427,15,19786,'Large LCD television',1000,-820.971,140.753,15.592,0,0,-25.34,0,0,0,0,0,-1000,-1000,-1000),(1428,15,1743,'Medium dresser',250,-822.116,139.54,13.158,0,0,-25.85,0,0,0,0,0,-1000,-1000,-1000),(1429,15,1704,'Black lounge chair',500,-825.204,136.911,13.149,0,0,-160.106,0,0,0,0,0,-1000,-1000,-1000),(1430,15,1704,'Black lounge chair',500,-824.439,140.007,13.149,0,0,-59.706,0,0,0,0,0,-1000,-1000,-1000),(1431,15,1827,'Round glass table',500,-826.142,138.657,13.09,0,0,54.427,0,0,0,0,0,-1000,-1000,-1000),(1432,15,2964,'Pool table',2000,-819.266,143.424,13.091,0,0,155.811,0,0,0,0,0,-1000,-1000,-1000); /*!40000 ALTER TABLE `landobjects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lands` -- DROP TABLE IF EXISTS `lands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `lands` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ownerid` int(10) DEFAULT '0', `owner` varchar(24) DEFAULT 'Nobody', `price` int(10) DEFAULT '0', `min_x` float DEFAULT '0', `min_y` float DEFAULT '0', `max_x` float DEFAULT '0', `max_y` float DEFAULT '0', `heightx` float DEFAULT '0', `heighty` float NOT NULL DEFAULT '0', `level` tinyint(2) DEFAULT '1', `heightz` float NOT NULL DEFAULT '0', `height` int(11) NOT NULL, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lands` -- LOCK TABLES `lands` WRITE; /*!40000 ALTER TABLE `lands` DISABLE KEYS */; INSERT INTO `lands` VALUES (0,69,'Heidi_Aukje_Grundel',9000000,1265.12,-1391.56,1325.53,-1285.35,1265.12,-1391.56,3,13.207,13,''),(1,69,'Heidi_Aukje_Grundel',7000000,-40.109,1155.84,-10.176,1190.83,0,0,1,0,19,''),(12,76,'Jason_Rezar',1,-343.318,1158.36,-318.527,1183.14,0,0,1,0,20,'\0'),(13,78,'Alex_Bio',500000,-55.333,1061.24,-25.533,1088.22,0,0,1,0,20,'\0'),(14,73,'Carlos_Vayne',1,-259.761,984.423,-235.483,1008.69,0,0,1,0,20,'\0'),(15,75,'Michael_Joshua',400000,-829.667,107.073,-783.823,166.787,0,0,2,0,12,'\0'); /*!40000 ALTER TABLE `lands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `locations` -- DROP TABLE IF EXISTS `locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `locations` ( `id` int(4) NOT NULL AUTO_INCREMENT, `name` varchar(64) NOT NULL, `pos_x` float NOT NULL, `pos_y` float NOT NULL, `pos_z` float NOT NULL, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `locations` -- LOCK TABLES `locations` WRITE; /*!40000 ALTER TABLE `locations` DISABLE KEYS */; /*!40000 ALTER TABLE `locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_admin` -- DROP TABLE IF EXISTS `log_admin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_admin` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_admin` -- LOCK TABLES `log_admin` WRITE; /*!40000 ALTER TABLE `log_admin` DISABLE KEYS */; INSERT INTO `log_admin` VALUES (47,'2020-01-20 00:32:22','Cybernetic_Organism (uid: 68) has given Cybernetic_Organism (uid: 68) their own Freeway.'),(48,'2020-01-20 16:12:15','Nicolas_Joshua (uid: 74) has made Rafael_Martinez (uid: 73) a dynamic admin.'),(49,'2020-01-20 16:12:39','Nicolas_Joshua (uid: 74) has made tBKwtWS (uid: 68) a website developer.'),(50,'2020-01-20 16:12:56','Nicolas_Joshua (uid: 74) has made Rafael_Martinez (uid: 73) a developer.'),(51,'2020-01-20 16:13:02','Rafael_Martinez (uid: 73) has made tBKwtWS (uid: 68) a faction moderator.'),(52,'2020-01-20 16:13:07','Rafael_Martinez (uid: 73) has made tBKwtWS (uid: 68) a gang moderator.'),(53,'2020-01-20 16:13:12','Rafael_Martinez (uid: 73) has made tBKwtWS (uid: 68) a ban appealer.'),(54,'2020-01-20 16:13:20','Rafael_Martinez (uid: 73) has made tBKwtWS (uid: 68) admin perosnnel.'),(55,'2020-01-20 19:58:58','Rafael_Martinez (uid: 73) fined Rafael_Martinez (uid: 73) for $99999999, reason: .'),(56,'2020-01-20 20:51:32','Latjon_Rezar (uid: 81) accepted JamesCarter\'s (uid: 0) free namechange to James_Carter.'),(57,'2020-01-20 20:53:32','Sebastian_Prince (uid: 72) accepted Demarco_Houston\'s (uid: 77) free namechange to Geoff_Brown.'),(58,'2020-01-21 20:37:48','Rico_Maldonado (uid: 79) fined Jason_Rezar (uid: 76) for $300, reason: Police Fine.'),(59,'2020-01-21 21:37:53','Sam_Alderman (uid: 71) accepted Sam_Alderman\'s (uid: 71) free namechange to Diana_Thompson.'),(60,'2020-01-21 22:46:36','Rafael_Martinez (uid: 73) has made Rafael_Martinez (uid: 73) a dynamic admin.'),(61,'2020-01-21 22:46:43','Rafael_Martinez (uid: 73) has made Jesse_DiCaprio (uid: 90) a dynamic admin.'),(62,'2020-01-22 02:03:36','Rafael_Martinez (uid: 73) changed Rafael_Martinez\'s (uid: 73) name to Carlos_Vayne.'),(63,'2020-01-22 02:04:28','Carlos_Vayne (uid: 73) has made Nicolas_Joshua (uid: 74) a developer.'),(64,'2020-01-22 09:01:21','Carlos_Vayne (uid: 73) fined Carlos_Vayne (uid: 73) for $12000, reason: .'),(65,'2020-01-22 19:04:29','Carlos_Vayne (uid: 73) has made Alex_Bio (uid: 78) a dynamic admin.'),(66,'2020-01-22 19:04:52','Carlos_Vayne (uid: 73) has made Alex_Bio (uid: 78) a faction moderator.'),(67,'2020-01-22 19:05:20','Carlos_Vayne (uid: 73) has made Alex_Bio (uid: 78) a gang moderator.'),(68,'2020-01-22 19:30:04','Heidi_Aukje_Grundel (uid: 69) accepted MarkataBG\'s (uid: 0) free namechange to mario_rosenov.'),(69,'2020-01-22 19:30:38','Alex_Bio (uid: 78) accepted AdriqnBG\'s (uid: 0) free namechange to Adriqn_Vasilev.'),(70,'2020-01-22 19:33:28','Alex_Bio (uid: 78) changed mario_rosenov\'s (uid: 105) name to Mario_Rosenovv.'),(71,'2020-01-22 19:33:30','Alex_Bio (uid: 78) changed Mario_Rosenovv\'s (uid: 105) name to Mario_Rosenov.'),(72,'2020-01-22 19:36:12','Alex_Bio (uid: 78) set Alex_Bio\'s (uid: 78) phone number to 69'),(73,'2020-01-23 00:07:01','Alex_Bio (uid: 78) has given Murat_Alemdar (uid: 93) their own Bobcat.'),(74,'2020-01-23 17:59:40','Rico_Maldonado (uid: 79) changed Michael_Thompson\'s (uid: 100) name to Matthew_Dark.'),(75,'2020-01-24 15:09:59','Carlos_Vayne (uid: 73) fined Carlos_Vayne (uid: 73) for $1300000, reason: .'),(76,'2020-01-24 15:10:12','Carlos_Vayne (uid: 73) fined Carlos_Vayne (uid: 73) for $1300000, reason: .'),(77,'2020-01-24 20:08:49','Alex_Bio (uid: 78) fined Lester_Crest (uid: 115) for $2500, reason: Car License'),(78,'2020-01-24 22:39:50','Carlos_Vayne (uid: 73) has offline set Nicolas_Joshua\'s admin level to 1.'),(79,'2020-01-25 03:43:17','(undercover) Jesse_DiCaprio (uid: 90) changed their name to Jordan_Silva.'),(80,'2020-01-25 14:20:30','(undercover) Jesse_DiCaprio (uid: 90) changed their name to Raze_Box.'),(81,'2020-01-25 15:21:47','(undercover) Jesse_DiCaprio (uid: 90) changed their name to Christian_Henderson.'),(82,'2020-01-25 17:01:01','Carlos_Vayne (uid: 73) fined Carlos_Vayne (uid: 73) for $12000, reason: .'),(83,'2020-01-26 14:34:37','Alex_Bio (uid: 78) changed Lester_Crest\'s (uid: 115) name to Julia_Betts.'),(84,'2020-01-26 15:34:00','Alex_Bio (uid: 78) changed James_Carter\'s (uid: 87) name to John_Alite.'),(85,'2020-01-26 23:52:20','Carlos_Vayne (uid: 73) changed Edward_Collins\'s (uid: 116) name to Samuel_Payne.'),(86,'2020-01-29 14:24:09','Cybernetic_Organism (uid: 68) changed Rico_Maldonado\'s (uid: 79) name to Kane_King.'),(87,'2020-02-02 16:40:36','Sebastian_Prince (uid: 72) fined Harold_Shipmen (uid: 141) for $5000, reason: Creating accounts to share money ((unsure of amount))'),(88,'2020-02-02 18:21:23','Alex_Bio (uid: 78) has given Alex_Coleman (uid: 149) their own Freeway.'),(89,'2020-02-02 18:21:31','Alex_Bio (uid: 78) fined Alex_Coleman (uid: 149) for $40000, reason: .'),(90,'2020-02-09 22:26:24','Alex_Bio (uid: 78) set Betty_Boop\'s (uid: 153) phone number to 8675309'),(91,'2020-02-09 22:26:34','Alex_Bio (uid: 78) fined Betty_Boop (uid: 153) for $10000, reason: .'),(92,'2020-02-10 18:48:51','Alex_Bio (uid: 78) accepted Skozak_F7\'s (uid: 170) free namechange to Skozak_Nelson.'); /*!40000 ALTER TABLE `log_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_bans` -- DROP TABLE IF EXISTS `log_bans`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_bans` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uid` int(10) DEFAULT NULL, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_bans` -- LOCK TABLES `log_bans` WRITE; /*!40000 ALTER TABLE `log_bans` DISABLE KEYS */; INSERT INTO `log_bans` VALUES (2,116,'2020-01-25 00:01:40','Edward_Collins (IP: 196.231.122.38) was banned by The Anticheat, reason: Airbreak'),(3,126,'2020-01-28 21:19:56','Emilio_Thompson (IP: 46.193.164.91) was banned by Latjon_Rezar, reason: Go troll somewhere else.'),(4,129,'2020-01-28 21:19:59','Antonio_Sosa (IP: 79.106.131.175) was banned by Latjon_Rezar, reason: Go troll somewhere else.'),(5,126,'2020-01-28 21:29:18','Emilio_Thompson (IP: 46.193.164.91) was rangebanned by Latjon_Rezar, reason: Banned'),(6,129,'2020-01-28 21:29:58','Antonio_Sosa (IP: 79.106.131.175) was rangebanned by Latjon_Rezar, reason: Banned already'),(7,133,'2020-01-31 12:10:34','Brian_Ramsey (IP: 5.95.10.46) was banned by The Anticheat, reason: Teleport hacks'),(8,141,'2020-02-02 01:25:46','Harold_Shipmen (IP: 79.67.48.10) was banned by Sebastian_Prince, reason: Possible money sharing between accounts on same IP -- DM me on discord @ Drone#8564'),(9,152,'2020-02-03 12:13:10','Mara_Hellfire (IP: 107.242.120.93) was banned by The Anticheat, reason: Jetpack'),(10,151,'2020-02-03 13:06:34','Melody_Kant (IP: 185.128.27.99) was banned by The Anticheat, reason: Teleport hacks'),(11,154,'2020-02-03 13:09:42','Jane_Segma (IP: 185.128.27.100) was banned by The Anticheat, reason: Teleport hacks'),(12,159,'2020-02-04 11:32:17','Ken_Mcgayman (IP: 185.128.27.100) was banned by The Anticheat, reason: Weapon hacks (Shotgun)'),(13,169,'2020-02-09 22:45:21','No_Baniero (IP: 154.147.186.112) was banned by The Anticheat, reason: Weapon hacks (Deagle)'); /*!40000 ALTER TABLE `log_bans` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_cheat` -- DROP TABLE IF EXISTS `log_cheat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_cheat` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=124 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_cheat` -- LOCK TABLES `log_cheat` WRITE; /*!40000 ALTER TABLE `log_cheat` DISABLE KEYS */; INSERT INTO `log_cheat` VALUES (9,'2020-01-20 19:52:02','Rico_Maldonado (uid: 79) possibly teleport hacked (distance: 265.5)'),(10,'2020-01-20 19:52:02','Janet_Baker (uid: 80) possibly teleport hacked (distance: 267.0)'),(11,'2020-01-20 20:13:11','Demarco_Houston (uid: 77) possibly teleport hacked (distance: 256.7)'),(12,'2020-01-20 20:14:01','Janet_Baker (uid: 80) possibly teleport hacked (distance: 257.3)'),(13,'2020-01-24 23:38:46','Edward_Collins (uid: 116) possibly teleport hacked (distance: 536.8)'),(14,'2020-01-24 23:48:47','Edward_Collins (uid: 116) possibly used airbreak.'),(15,'2020-01-24 23:48:50','Edward_Collins (uid: 116) possibly used airbreak.'),(16,'2020-01-24 23:53:05','Edward_Collins (uid: 116) possibly used airbreak.'),(17,'2020-01-25 00:00:02','Edward_Collins (uid: 116) possibly speedhacked, speed: 359.8 km/h'),(18,'2020-01-25 00:00:18','Edward_Collins (uid: 116) possibly teleport hacked (distance: 101.7)'),(19,'2020-01-25 00:00:19','Edward_Collins (uid: 116) possibly teleport hacked (distance: 1198.3)'),(20,'2020-01-25 00:01:01','Edward_Collins (uid: 116) possibly used airbreak.'),(21,'2020-01-25 00:01:32','Edward_Collins (uid: 116) possibly teleport hacked (distance: 200.7)'),(22,'2020-01-25 00:01:35','Edward_Collins (uid: 116) possibly teleport hacked (distance: 240.4)'),(23,'2020-01-25 00:01:37','Edward_Collins (uid: 116) possibly teleport hacked (distance: 254.2)'),(24,'2020-01-25 00:01:39','Edward_Collins (uid: 116) possibly teleport hacked (distance: 159.7)'),(25,'2020-01-28 20:31:33','Antonio_Sosa (uid: 129) possibly teleport hacked (distance: 120.7)'),(26,'2020-01-28 20:33:15','Antonio_Sosa (uid: 129) possibly teleport hacked (distance: 120.9)'),(27,'2020-01-31 01:27:26','Mason_Flame (uid: 137) possibly speedhacked, speed: 418.6 km/h'),(28,'2020-01-31 01:27:27','Mason_Flame (uid: 137) possibly speedhacked, speed: 518.9 km/h'),(29,'2020-01-31 01:27:28','Mason_Flame (uid: 137) possibly speedhacked, speed: 594.0 km/h'),(30,'2020-01-31 01:27:29','Mason_Flame (uid: 137) possibly speedhacked, speed: 681.4 km/h'),(31,'2020-01-31 01:27:30','Mason_Flame (uid: 137) possibly speedhacked, speed: 779.8 km/h'),(32,'2020-01-31 01:27:31','Mason_Flame (uid: 137) possibly speedhacked, speed: 805.2 km/h'),(33,'2020-01-31 01:27:33','Mason_Flame (uid: 137) possibly speedhacked, speed: 855.6 km/h'),(34,'2020-01-31 01:27:34','Mason_Flame (uid: 137) possibly speedhacked, speed: 902.1 km/h'),(35,'2020-01-31 01:27:35','Mason_Flame (uid: 137) possibly speedhacked, speed: 903.5 km/h'),(36,'2020-01-31 01:27:36','Mason_Flame (uid: 137) possibly speedhacked, speed: 904.5 km/h'),(37,'2020-01-31 01:27:37','Mason_Flame (uid: 137) possibly speedhacked, speed: 904.7 km/h'),(38,'2020-01-31 01:27:39','Mason_Flame (uid: 137) possibly speedhacked, speed: 900.8 km/h'),(39,'2020-01-31 01:30:21','Mason_Flame (uid: 137) possibly speedhacked, speed: 382.1 km/h'),(40,'2020-01-31 01:30:22','Mason_Flame (uid: 137) possibly speedhacked, speed: 397.5 km/h'),(41,'2020-01-31 01:30:45','Mason_Flame (uid: 137) possibly speedhacked, speed: 390.0 km/h'),(42,'2020-01-31 01:30:46','Mason_Flame (uid: 137) possibly speedhacked, speed: 475.2 km/h'),(43,'2020-01-31 01:30:47','Mason_Flame (uid: 137) possibly speedhacked, speed: 540.3 km/h'),(44,'2020-01-31 01:30:48','Mason_Flame (uid: 137) possibly speedhacked, speed: 599.2 km/h'),(45,'2020-01-31 01:30:50','Mason_Flame (uid: 137) possibly speedhacked, speed: 695.1 km/h'),(46,'2020-01-31 01:30:51','Mason_Flame (uid: 137) possibly speedhacked, speed: 770.0 km/h'),(47,'2020-01-31 01:30:52','Mason_Flame (uid: 137) possibly speedhacked, speed: 876.3 km/h'),(48,'2020-01-31 01:30:53','Mason_Flame (uid: 137) possibly speedhacked, speed: 973.0 km/h'),(49,'2020-01-31 01:30:54','Mason_Flame (uid: 137) possibly speedhacked, speed: 1059.5 km/h'),(50,'2020-01-31 01:30:55','Mason_Flame (uid: 137) possibly speedhacked, speed: 1148.7 km/h'),(51,'2020-01-31 01:30:56','Mason_Flame (uid: 137) possibly speedhacked, speed: 1249.7 km/h'),(52,'2020-01-31 01:30:57','Mason_Flame (uid: 137) possibly speedhacked, speed: 1336.1 km/h'),(53,'2020-01-31 01:30:58','Mason_Flame (uid: 137) possibly speedhacked, speed: 1426.9 km/h'),(54,'2020-01-31 01:30:59','Mason_Flame (uid: 137) possibly speedhacked, speed: 1485.2 km/h'),(55,'2020-01-31 01:31:00','Mason_Flame (uid: 137) possibly speedhacked, speed: 1523.3 km/h'),(56,'2020-01-31 01:31:01','Mason_Flame (uid: 137) possibly speedhacked, speed: 1470.3 km/h'),(57,'2020-01-31 01:31:02','Mason_Flame (uid: 137) possibly speedhacked, speed: 1296.5 km/h'),(58,'2020-01-31 01:31:03','Mason_Flame (uid: 137) possibly speedhacked, speed: 937.3 km/h'),(59,'2020-01-31 01:31:04','Mason_Flame (uid: 137) possibly speedhacked, speed: 937.6 km/h'),(60,'2020-01-31 01:31:05','Mason_Flame (uid: 137) possibly speedhacked, speed: 934.0 km/h'),(61,'2020-01-31 01:31:06','Mason_Flame (uid: 137) possibly speedhacked, speed: 937.6 km/h'),(62,'2020-01-31 01:31:07','Mason_Flame (uid: 137) possibly speedhacked, speed: 912.5 km/h'),(63,'2020-01-31 01:31:08','Mason_Flame (uid: 137) possibly speedhacked, speed: 890.7 km/h'),(64,'2020-01-31 01:31:09','Mason_Flame (uid: 137) possibly speedhacked, speed: 894.8 km/h'),(65,'2020-01-31 01:31:10','Mason_Flame (uid: 137) possibly speedhacked, speed: 653.5 km/h'),(66,'2020-01-31 01:31:11','Mason_Flame (uid: 137) possibly speedhacked, speed: 702.6 km/h'),(67,'2020-01-31 01:31:12','Mason_Flame (uid: 137) possibly speedhacked, speed: 704.0 km/h'),(68,'2020-01-31 01:31:13','Mason_Flame (uid: 137) possibly speedhacked, speed: 694.1 km/h'),(69,'2020-01-31 01:31:15','Mason_Flame (uid: 137) possibly speedhacked, speed: 513.4 km/h'),(70,'2020-01-31 01:31:16','Mason_Flame (uid: 137) possibly speedhacked, speed: 392.0 km/h'),(71,'2020-01-31 01:31:27','Mason_Flame (uid: 137) possibly speedhacked, speed: 391.3 km/h'),(72,'2020-01-31 01:31:28','Mason_Flame (uid: 137) possibly speedhacked, speed: 424.3 km/h'),(73,'2020-01-31 01:31:30','Mason_Flame (uid: 137) possibly speedhacked, speed: 368.4 km/h'),(74,'2020-01-31 01:31:31','Mason_Flame (uid: 137) possibly speedhacked, speed: 369.0 km/h'),(75,'2020-01-31 01:31:32','Mason_Flame (uid: 137) possibly speedhacked, speed: 366.0 km/h'),(76,'2020-01-31 01:31:33','Mason_Flame (uid: 137) possibly speedhacked, speed: 369.5 km/h'),(77,'2020-01-31 02:39:45','Nick_Jackson (uid: 102) possibly teleport hacked (distance: 160.3)'),(78,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 610.9)'),(79,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 610.9)'),(80,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 610.9)'),(81,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 101.6)'),(82,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 511.3)'),(83,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 554.8)'),(84,'2020-01-31 12:10:34','Brian_Ramsey (uid: 133) possibly teleport hacked (distance: 554.8)'),(85,'2020-02-01 08:22:32','Samuel_Payne (uid: 116) possibly used airbreak.'),(86,'2020-02-01 08:22:48','Samuel_Payne (uid: 116) possibly used airbreak.'),(87,'2020-02-02 04:51:08','Samuel_Payne (uid: 116) possibly teleport hacked (distance: 176.1)'),(88,'2020-02-03 13:04:42','Melody_Kant (uid: 151) possibly teleport hacked (distance: 602.0)'),(89,'2020-02-03 13:04:50','Melody_Kant (uid: 151) possibly teleport hacked (distance: 126.7)'),(90,'2020-02-03 13:06:14','Melody_Kant (uid: 151) possibly teleport hacked (distance: 617.1)'),(91,'2020-02-03 13:06:19','Melody_Kant (uid: 151) possibly teleport hacked (distance: 101.6)'),(92,'2020-02-03 13:06:20','Melody_Kant (uid: 151) possibly teleport hacked (distance: 663.4)'),(93,'2020-02-03 13:06:33','Melody_Kant (uid: 151) possibly teleport hacked (distance: 607.9)'),(94,'2020-02-03 13:06:33','Melody_Kant (uid: 151) possibly teleport hacked (distance: 101.6)'),(95,'2020-02-03 13:08:28','Jane_Segma (uid: 154) possibly teleport hacked (distance: 2685.9)'),(96,'2020-02-03 13:08:56','Jane_Segma (uid: 154) possibly teleport hacked (distance: 622.2)'),(97,'2020-02-03 13:08:59','Jane_Segma (uid: 154) possibly teleport hacked (distance: 101.8)'),(98,'2020-02-03 13:09:07','Jane_Segma (uid: 154) possibly teleport hacked (distance: 664.9)'),(99,'2020-02-03 13:09:23','Jane_Segma (uid: 154) possibly teleport hacked (distance: 609.2)'),(100,'2020-02-03 13:09:26','Jane_Segma (uid: 154) possibly teleport hacked (distance: 101.6)'),(101,'2020-02-03 13:09:35','Jane_Segma (uid: 154) possibly teleport hacked (distance: 663.4)'),(102,'2020-02-04 11:32:15','Ken_Mcgayman (uid: 159) had a desynced Sniper with 500 ammunition.'),(103,'2020-02-04 11:32:16','Ken_Mcgayman (uid: 159) had a desynced Deagle with 500 ammunition.'),(104,'2020-02-04 11:32:16','Ken_Mcgayman (uid: 159) had a desynced Shotgun with 500 ammunition.'),(105,'2020-02-06 01:34:38','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 135.4)'),(106,'2020-02-06 01:38:51','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 491.1)'),(107,'2020-02-06 01:39:41','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 618.1)'),(108,'2020-02-06 01:40:45','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 661.1)'),(109,'2020-02-06 01:41:10','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 434.1)'),(110,'2020-02-06 01:42:10','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 789.4)'),(111,'2020-02-06 01:46:45','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 143.9)'),(112,'2020-02-06 16:36:27','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 497.7)'),(113,'2020-02-06 16:36:40','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 2160.7)'),(114,'2020-02-06 16:36:48','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 1690.4)'),(115,'2020-02-06 18:01:21','Betty_Boop (uid: 153) possibly teleport hacked (distance: 203.5)'),(116,'2020-02-09 00:58:28','Betty_Boop (uid: 153) possibly teleport hacked (distance: 1968.9)'),(117,'2020-02-09 01:12:07','Betty_Boop (uid: 153) possibly speedhacked, speed: 353.6 km/h'),(118,'2020-02-09 01:12:08','Betty_Boop (uid: 153) possibly speedhacked, speed: 356.3 km/h'),(119,'2020-02-09 01:12:09','Betty_Boop (uid: 153) possibly speedhacked, speed: 358.2 km/h'),(120,'2020-02-09 22:45:17','No_Baniero (uid: 169) had a desynced Deagle with -31073 ammunition.'),(121,'2020-02-10 21:13:37','Skozak_Nelson (uid: 170) possibly teleport hacked (distance: 1527.6)'),(122,'2020-02-12 23:13:03','Chris_Jobs (uid: 160) possibly teleport hacked (distance: 320.4)'),(123,'2020-02-13 02:49:08','Betty_Boop (uid: 153) had a desynced Grenade with 0 ammunition.'); /*!40000 ALTER TABLE `log_cheat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_contracts` -- DROP TABLE IF EXISTS `log_contracts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_contracts` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_contracts` -- LOCK TABLES `log_contracts` WRITE; /*!40000 ALTER TABLE `log_contracts` DISABLE KEYS */; /*!40000 ALTER TABLE `log_contracts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_cp` -- DROP TABLE IF EXISTS `log_cp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_cp` ( `id` int(11) NOT NULL AUTO_INCREMENT, `executer` text, `description` text, `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_cp` -- LOCK TABLES `log_cp` WRITE; /*!40000 ALTER TABLE `log_cp` DISABLE KEYS */; /*!40000 ALTER TABLE `log_cp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_dicebet` -- DROP TABLE IF EXISTS `log_dicebet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_dicebet` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_dicebet` -- LOCK TABLES `log_dicebet` WRITE; /*!40000 ALTER TABLE `log_dicebet` DISABLE KEYS */; /*!40000 ALTER TABLE `log_dicebet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_faction` -- DROP TABLE IF EXISTS `log_faction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_faction` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=305 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_faction` -- LOCK TABLES `log_faction` WRITE; /*!40000 ALTER TABLE `log_faction` DISABLE KEYS */; INSERT INTO `log_faction` VALUES (20,'2020-01-20 19:34:15','Alex_Bio (uid: 78) has invited Demarco_Houston (uid: 77) to Bone County Sheriff\'s Department (id: 0).'),(21,'2020-01-20 19:34:17','Alex_Bio (uid: 78) has invited Rico_Maldonado (uid: 79) to Bone County Sheriff\'s Department (id: 0).'),(22,'2020-01-20 19:34:41','Alex_Bio (uid: 78) has invited Nicolas_Joshua (uid: 74) to Bone County Sheriff\'s Department (id: 0).'),(23,'2020-01-20 19:34:52','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Senior Deputy (1).'),(24,'2020-01-20 19:34:54','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Master Deputy (2).'),(25,'2020-01-20 19:34:55','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Corporal (3).'),(26,'2020-01-20 19:34:55','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Senior Corporal (4).'),(27,'2020-01-20 19:34:56','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Sergeant (5).'),(28,'2020-01-20 19:34:57','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Staff Sergeant (6).'),(29,'2020-01-20 19:34:58','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Sergeant First Class (7).'),(30,'2020-01-20 19:34:59','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Master Sergeant (8).'),(31,'2020-01-20 19:35:01','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to First Sergeant (9).'),(32,'2020-01-20 19:35:04','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Lieutenant (10).'),(33,'2020-01-20 19:35:05','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to First Lieutenant (11).'),(34,'2020-01-20 19:35:06','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Captain (12).'),(35,'2020-01-20 19:35:07','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Major (13).'),(36,'2020-01-20 19:35:08','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Deputy Chief (14).'),(37,'2020-01-20 19:35:18','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Chief Deputy (15).'),(38,'2020-01-20 19:35:19','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Sheriff (17).'),(39,'2020-01-20 19:35:20','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Undersheriff (16).'),(40,'2020-01-20 19:35:21','Alex_Bio (uid: 78) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Sheriff\'s Department (id: 0) to Sheriff (17).'),(41,'2020-01-20 19:35:27','Nicolas_Joshua (uid: 74) has quit Bone County Sheriff\'s Department (id: 0) has rank Sheriff (17).'),(42,'2020-01-20 19:39:08','Alex_Bio (uid: 78) has set Rico_Maldonado\'s (uid: 79) rank in Bone County Sheriff\'s Department (id: 0) to Undersheriff (16).'),(43,'2020-01-20 19:39:11','Alex_Bio (uid: 78) has set Rico_Maldonado\'s (uid: 79) rank in Bone County Sheriff\'s Department (id: 0) to Chief Deputy (15).'),(44,'2020-01-20 19:39:12','Alex_Bio (uid: 78) has set Rico_Maldonado\'s (uid: 79) rank in Bone County Sheriff\'s Department (id: 0) to Deputy Chief (14).'),(45,'2020-01-20 19:39:20','Alex_Bio (uid: 78) has set Rico_Maldonado\'s (uid: 79) rank in Bone County Sheriff\'s Department (id: 0) to Undersheriff (16).'),(46,'2020-01-20 19:39:31','Alex_Bio (uid: 78) has set Demarco_Houston\'s (uid: 77) rank in Bone County Sheriff\'s Department (id: 0) to Chief Deputy (15).'),(47,'2020-01-20 19:49:22','Alex_Bio (uid: 78) has invited Janet_Baker (uid: 80) to Bone County Sheriff\'s Department (id: 0).'),(48,'2020-01-20 19:51:29','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Lieutenant (10).'),(49,'2020-01-20 19:51:30','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to First Lieutenant (11).'),(50,'2020-01-20 19:51:32','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Captain (12).'),(51,'2020-01-20 19:51:33','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Major (13).'),(52,'2020-01-20 19:51:34','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Deputy Chief (14).'),(53,'2020-01-20 19:51:36','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to First Sergeant (9).'),(54,'2020-01-20 19:51:37','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Master Sergeant (8).'),(55,'2020-01-20 19:51:39','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Sergeant First Class (7).'),(56,'2020-01-20 20:00:58','Michael_Joshua (uid: 75) has invited Nicolas_Joshua (uid: 74) to Bone County Fire & Medical Department (id: 1).'),(57,'2020-01-20 20:08:02','Sebastian_Prince (uid: 72) has quit Bone County Sheriff\'s Department (id: 0) has rank Detective I (8).'),(58,'2020-01-20 20:20:53','Alex_Bio (uid: 78) has set Demarco_Houston\'s (uid: 77) rank in Bone County Sheriff\'s Department (id: 0) to Assistant Sheriff (15).'),(59,'2020-01-20 20:21:34','Michael_Joshua (uid: 75) has set Nicolas_Joshua\'s (uid: 74) rank in Bone County Fire & Medical Department (id: 1) to Chief (7).'),(60,'2020-01-20 20:24:42','Michael_Joshua (uid: 75) has invited Latjon_Rezar (uid: 81) to Bone County Fire & Medical Department (id: 1).'),(61,'2020-01-20 20:24:48','Michael_Joshua (uid: 75) has set Latjon_Rezar\'s (uid: 81) rank in Bone County Fire & Medical Department (id: 1) to EMT-B (2).'),(62,'2020-01-20 20:24:50','Michael_Joshua (uid: 75) has set Latjon_Rezar\'s (uid: 81) rank in Bone County Fire & Medical Department (id: 1) to Paramedic (1).'),(63,'2020-01-20 20:30:55','Alex_Bio (uid: 78) has invited Sebastian_Prince (uid: 72) to Bone County Sheriff\'s Department (id: 0).'),(64,'2020-01-20 20:39:26','Alex_Bio (uid: 78) has invited Kaylie_Charlotte (uid: 83) to Bone County Sheriff\'s Department (id: 0).'),(65,'2020-01-20 20:52:51','Alex_Bio (uid: 78) has invited James_Carter (uid: 87) to Bone County Sheriff\'s Department (id: 0).'),(66,'2020-01-20 20:56:52','Alex_Bio (uid: 78) has set Geoff_Brown\'s (uid: 77) rank in Bone County Sheriff\'s Department (id: 0) to Sheriff (17).'),(67,'2020-01-20 20:56:53','Alex_Bio (uid: 78) has set Geoff_Brown\'s (uid: 77) rank in Bone County Sheriff\'s Department (id: 0) to Undersheriff (16).'),(68,'2020-01-20 20:56:54','Alex_Bio (uid: 78) has set Geoff_Brown\'s (uid: 77) rank in Bone County Sheriff\'s Department (id: 0) to Assistant Sheriff (15).'),(69,'2020-01-20 21:01:25','Alex_Bio (uid: 78) has set Sebastian_Prince\'s (uid: 72) rank in Bone County Sheriff\'s Department (id: 0) to Deputy Sheriff II (2).'),(70,'2020-01-20 21:07:45','Alex_Bio (uid: 78) has set Kaylie_Charlotte\'s (uid: 83) rank in Bone County Sheriff\'s Department (id: 0) to Deputy Sheriff I (1).'),(71,'2020-01-20 21:08:32','Geoff_Brown (uid: 77) placed a ticket for $1000 on Nicolas_Joshua\'s (uid: 74) Washington (id: 49).'),(72,'2020-01-20 21:12:15','Alex_Bio (uid: 78) has set James_Carter\'s (uid: 87) rank in Bone County Sheriff\'s Department (id: 0) to Lieutenant II (12).'),(73,'2020-01-20 21:12:17','Alex_Bio (uid: 78) has set James_Carter\'s (uid: 87) rank in Bone County Sheriff\'s Department (id: 0) to Captain (13).'),(74,'2020-01-20 21:24:37','Alex_Bio (uid: 78) has set Sam_Alderman\'s (uid: 71) rank in Bone County Sheriff\'s Department (id: 0) to Commander (14).'),(75,'2020-01-20 22:04:35','Alex_Bio (uid: 78) has invited Jesse_DiCaprio (uid: 90) to Bone County Sheriff\'s Department (id: 0).'),(76,'2020-01-20 22:04:35','Alex_Bio (uid: 78) has set Jesse_DiCaprio\'s (uid: 90) rank in Bone County Sheriff\'s Department (id: 0) to Deputy Sheriff II (2).'),(77,'2020-01-20 22:53:12','Alex_Bio (uid: 78) has set Stranger_16195\'s (uid: 87) rank in Bone County Sheriff\'s Department (id: 0) to Sheriff (17).'),(78,'2020-01-20 22:53:50','Alex_Bio (uid: 78) has set Stranger_16195\'s (uid: 87) rank in Bone County Sheriff\'s Department (id: 0) to Commander (14).'),(79,'2020-01-20 22:53:52','Alex_Bio (uid: 78) has set Stranger_16195\'s (uid: 87) rank in Bone County Sheriff\'s Department (id: 0) to Assistant Sheriff (15).'),(80,'2020-01-20 22:53:54','Alex_Bio (uid: 78) has set Stranger_16195\'s (uid: 87) rank in Bone County Sheriff\'s Department (id: 0) to Captain (13).'),(81,'2020-01-20 22:56:29','Alex_Bio (uid: 78) granted leadership flags to Stranger_16195 (uid: 87).'),(82,'2020-01-20 23:59:45','Heidi_Aukje_Grundel (uid: 69) has set Heidi_Aukje_Grundel\'s (uid: 69) rank in HI-K69 News Agency (id: 2) to Director (7).'),(83,'2020-01-21 00:18:46','Alex_Bio (uid: 78) has set Sam_Alderman\'s (uid: 71) rank in Bone County Sheriff\'s Department (id: 0) to Detective III (10).'),(84,'2020-01-21 00:18:48','Alex_Bio (uid: 78) has set Sam_Alderman\'s (uid: 71) rank in Bone County Sheriff\'s Department (id: 0) to Lieutenant I (11).'),(85,'2020-01-21 16:47:56','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Candidate (0).'),(86,'2020-01-21 16:47:57','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Junior Security (1).'),(87,'2020-01-21 16:47:59','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Security (2).'),(88,'2020-01-21 16:48:00','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Senior Security (3).'),(89,'2020-01-21 16:48:01','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Commander of Security (4).'),(90,'2020-01-21 16:48:04','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Deputy Director of Security (5).'),(91,'2020-01-21 16:48:06','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Director of Security (6).'),(92,'2020-01-21 16:59:10','Michael_Joshua (uid: 75) has invited Harry_Lancaster (uid: 101) to Bone County Fire & Medical Department (id: 1).'),(93,'2020-01-21 16:59:17','Michael_Joshua (uid: 75) has set Harry_Lancaster\'s (uid: 101) rank in Bone County Fire & Medical Department (id: 1) to District Chief (6).'),(94,'2020-01-21 17:49:02','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Candidate (0).'),(95,'2020-01-21 17:49:03','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Junior Security (1).'),(96,'2020-01-21 17:49:04','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Security (2).'),(97,'2020-01-21 17:49:06','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Senior Security (3).'),(98,'2020-01-21 17:50:17','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Commander of Security (4).'),(99,'2020-01-21 17:50:45','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Deputy Director of Security (5).'),(100,'2020-01-21 17:53:18','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 3) to Director of Security (6).'),(101,'2020-01-21 19:24:44','Michael_Thompson (uid: 100) has invited Rafael_Martinez (uid: 73) to Private-Eye Security (id: 3).'),(102,'2020-01-21 21:24:37','Kaylie_Charlotte (uid: 83) has charged Jason_Rezar (uid: 76) with Evasion'),(103,'2020-01-21 21:30:15','Kaylie_Charlotte (uid: 83) has arrested Jason_Rezar (uid: 76) for 5 minutes, fine: $1000.'),(104,'2020-01-21 21:37:53','Sam_Alderman (uid: 71) used the /passport command to change their name to Diana_Thompson, level to 1 and skin to 93.'),(105,'2020-01-21 21:39:34','Jesse_DiCaprio (uid: 90) placed a ticket for $1000 on Jason_Rezar\'s (uid: 76) Washington (id: 62).'),(106,'2020-01-22 00:06:13','Alex_Bio (uid: 78) has invited Nick_Jackson (uid: 102) to Bone County Sheriff\'s Department (id: 0).'),(107,'2020-01-22 00:06:21','Alex_Bio (uid: 78) has set Nick_Jackson\'s (uid: 102) rank in Bone County Sheriff\'s Department (id: 0) to Deputy I (1).'),(108,'2020-01-22 00:36:09','Alex_Bio (uid: 78) has set Janet_Baker\'s (uid: 80) rank in Bone County Sheriff\'s Department (id: 0) to Deputy II (2).'),(109,'2020-01-22 01:57:17','Alex_Bio (uid: 78) has set Nick_Jackson\'s (uid: 102) rank in Bone County Sheriff\'s Department (id: 0) to Deputy I (1).'),(110,'2020-01-22 17:27:08','Michael_Joshua (uid: 75) has invited Alex_Bio (uid: 78) to Bone County Sheriff\'s Department (id: 1).'),(111,'2020-01-22 17:27:25','Michael_Joshua (uid: 75) has set Alex_Bio\'s (uid: 78) rank in Bone County Sheriff\'s Department (id: 1) to Unspecified (17).'),(112,'2020-01-22 17:48:27','Carlos Vayne (uid: 73) has purged faction Federal Bureau of Investigation (id: 6).'),(113,'2020-01-22 17:48:48','Carlos Vayne (uid: 73) has purged faction Federal Bureau of Investigation (id: 6).'),(114,'2020-01-22 17:49:03','Carlos Vayne (uid: 73) has deleted faction (id: 6).'),(115,'2020-01-22 18:11:24','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Director (7).'),(116,'2020-01-22 18:11:28','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Director (7).'),(117,'2020-01-22 18:11:32','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(118,'2020-01-22 18:11:34','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(119,'2020-01-22 18:11:36','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Network Producer (4).'),(120,'2020-01-22 18:11:39','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Editor (3).'),(121,'2020-01-22 18:11:40','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(122,'2020-01-22 18:11:42','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(123,'2020-01-22 18:11:47','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(124,'2020-01-22 18:11:50','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Director (7).'),(125,'2020-01-22 18:23:48','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(126,'2020-01-22 18:23:54','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(127,'2020-01-22 18:23:58','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(128,'2020-01-22 18:24:03','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Editor (3).'),(129,'2020-01-22 18:24:07','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Network Producer (4).'),(130,'2020-01-22 18:24:16','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(131,'2020-01-22 18:24:22','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(132,'2020-01-22 18:24:28','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Director (7).'),(133,'2020-01-22 18:33:15','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Director of Security (6).'),(134,'2020-01-22 18:33:17','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Director of Security (6).'),(135,'2020-01-22 18:33:18','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Deputy Director of Security (5).'),(136,'2020-01-22 18:33:20','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Commander of Security (4).'),(137,'2020-01-22 18:33:23','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Senior Security (3).'),(138,'2020-01-22 18:33:24','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Security (2).'),(139,'2020-01-22 18:33:25','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Junior Security (1).'),(140,'2020-01-22 18:33:26','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Candidate (0).'),(141,'2020-01-22 18:33:28','Michael_Thompson (uid: 100) has set Michael_Thompson\'s (uid: 100) rank in Private-Eye Security (id: 4) to Director of Security (6).'),(142,'2020-01-22 19:03:14','Alex_Bio (uid: 78) has quit Bone County Fire & Medical Department (id: 2) has rank Unspecified (17).'),(143,'2020-01-23 00:59:52','Michael_Thompson (uid: 100) has invited Larissa_Benetti (uid: 108) to Private-Eye Security (id: 4).'),(144,'2020-01-23 01:10:15','Michael_Thompson (uid: 100) has set Larissa_Benetti\'s (uid: 108) rank in Private-Eye Security (id: 4) to Junior Security (1).'),(145,'2020-01-23 01:10:22','Michael_Thompson (uid: 100) has set Larissa_Benetti\'s (uid: 108) rank in Private-Eye Security (id: 4) to Candidate (0).'),(146,'2020-01-23 01:10:23','Michael_Thompson (uid: 100) has set Larissa_Benetti\'s (uid: 108) rank in Private-Eye Security (id: 4) to Junior Security (1).'),(147,'2020-01-23 03:25:19','Heidi_Aukje_Grundel (uid: 69) has invited Sam_Alderman (uid: 71) to Bone County Government (id: 5).'),(148,'2020-01-23 03:25:35','Heidi_Aukje_Grundel (uid: 69) has set Sam_Alderman\'s (uid: 71) rank in Bone County Government (id: 5) to Internal Affairs (4).'),(149,'2020-01-24 21:32:18','Nicolas_Joshua (uid: 74) has quit Bone County Fire & Medical Department (id: 2) has rank Chief (7).'),(150,'2020-01-24 21:41:00','Latjon_Rezar (uid: 81) has quit Bone County Fire & Medical Department (id: 2) has rank Paramedic (1).'),(151,'2020-01-24 22:04:28','Alex_Bio (uid: 78) has set Sebastian_Prince\'s (uid: 72) rank in Bone County Sheriff\'s Department (id: 1) to Sheriff (17).'),(152,'2020-01-24 22:38:56','Rico_Maldonado (uid: 79) has charged Matthew_Dark (uid: 100) with Assault'),(153,'2020-01-24 22:39:12','Rico_Maldonado (uid: 79) has charged Matthew_Dark (uid: 100) with Rape'),(154,'2020-01-24 22:39:20','Rico_Maldonado (uid: 79) has charged Matthew_Dark (uid: 100) with Possession of illegal drugs'),(155,'2020-01-24 22:43:13','Matthew_Dark (uid: 100) offline kicked Larissa_Benetti (uid: 108) from Private-Eye Security (id: 4) as rank Junior Security (1).'),(156,'2020-01-24 22:44:22','Rico_Maldonado (uid: 79) has arrested Matthew_Dark (uid: 100) for 15 minutes, fine: $3000.'),(157,'2020-01-25 03:17:54','Jesse_DiCaprio (uid: 90) has charged Catherine_Fellinger (uid: 117) with Driving without a driving license'),(158,'2020-01-25 03:18:07','Jesse_DiCaprio (uid: 90) has arrested Catherine_Fellinger (uid: 117) for 5 minutes, fine: $1000.'),(159,'2020-01-25 03:39:49','Jesse_DiCaprio (uid: 90) placed a ticket for $5000 on Catherine_Fellinger\'s (uid: 117) Bravura (id: 111).'),(160,'2020-01-25 18:11:40','Sebastian Prince (uid: 72) has deleted faction (id: 4).'),(161,'2020-01-25 18:19:22','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(162,'2020-01-25 18:19:24','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(163,'2020-01-25 18:19:26','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(164,'2020-01-25 18:19:28','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Network Editor (3).'),(165,'2020-01-25 18:19:33','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Assistant Network Producer (4).'),(166,'2020-01-25 18:19:38','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(167,'2020-01-25 18:19:39','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(168,'2020-01-25 18:19:41','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Director (7).'),(169,'2020-01-25 18:51:34','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(170,'2020-01-25 18:51:42','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Director (7).'),(171,'2020-01-25 18:51:57','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(172,'2020-01-25 18:52:27','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(173,'2020-01-25 18:52:49','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Assistant Network Producer (4).'),(174,'2020-01-25 18:53:16','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Network Editor (3).'),(175,'2020-01-25 18:53:48','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(176,'2020-01-25 18:54:07','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(177,'2020-01-25 18:54:25','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(178,'2020-01-25 19:38:45','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Director (7).'),(179,'2020-01-25 22:21:20','Lester_Crest (uid: 115) has started a live interview with Heidi_Aukje_Grundel (uid: 69)'),(180,'2020-01-25 22:23:37','Lester_Crest (uid: 115) has started a live interview with Heidi_Aukje_Grundel (uid: 69)'),(181,'2020-01-26 03:21:11','Lester_Crest (uid: 115) has invited Rafael_Chambers (uid: 122) to HI-K69 News Agency (id: 3).'),(182,'2020-01-26 03:21:26','Lester_Crest (uid: 115) has set Rafael_Chambers\'s (uid: 122) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(183,'2020-01-26 03:21:33','Lester_Crest (uid: 115) granted leadership flags to Rafael_Chambers (uid: 122).'),(184,'2020-01-26 03:22:26','Rafael_Chambers (uid: 122) revoked leadership flags from Rafael_Chambers (uid: 122).'),(185,'2020-01-26 03:22:43','Lester_Crest (uid: 115) granted leadership flags to Rafael_Chambers (uid: 122).'),(186,'2020-01-26 03:23:06','Lester_Crest (uid: 115) has set Rafael_Chambers\'s (uid: 122) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(187,'2020-01-26 03:23:09','Lester_Crest (uid: 115) has set Rafael_Chambers\'s (uid: 122) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(188,'2020-01-26 03:43:24','Rafael_Chambers (uid: 122) has set Rafael_Chambers\'s (uid: 122) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(189,'2020-01-26 03:43:26','Rafael_Chambers (uid: 122) has set Rafael_Chambers\'s (uid: 122) rank in HI-K69 News Agency (id: 3) to Director (7).'),(190,'2020-01-26 03:43:27','Rafael_Chambers (uid: 122) has set Rafael_Chambers\'s (uid: 122) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(191,'2020-01-26 03:58:34','Jesse_DiCaprio (uid: 90) has charged Rafael_Chambers (uid: 122) with Operating the news van with no driving license aquired.'),(192,'2020-01-26 03:59:36','Jesse_DiCaprio (uid: 90) has charged Rafael_Chambers (uid: 122) with Evading a peace officer'),(193,'2020-01-26 04:00:05','Jesse_DiCaprio (uid: 90) has charged Rafael_Chambers (uid: 122) with Destroying governmental items'),(194,'2020-01-26 04:00:46','Jesse_DiCaprio (uid: 90) has charged Rafael_Chambers (uid: 122) with Driving under alcohol influence'),(195,'2020-01-26 04:03:35','Jesse_DiCaprio (uid: 90) has arrested Rafael_Chambers (uid: 122) for 20 minutes, fine: $4000.'),(196,'2020-01-26 05:34:24','Lester_Crest (uid: 115) has invited Matthew_Dark (uid: 100) to HI-K69 News Agency (id: 3).'),(197,'2020-01-26 05:35:32','Lester_Crest (uid: 115) has set Matthew_Dark\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(198,'2020-01-26 05:35:35','Lester_Crest (uid: 115) has set Matthew_Dark\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(199,'2020-01-26 05:35:37','Lester_Crest (uid: 115) has set Matthew_Dark\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(200,'2020-01-26 05:35:44','Lester_Crest (uid: 115) granted leadership flags to Matthew_Dark (uid: 100).'),(201,'2020-01-26 05:35:58','Matthew_Dark (uid: 100) revoked leadership flags from Lester_Crest (uid: 115).'),(202,'2020-01-26 05:36:00','Matthew_Dark (uid: 100) granted leadership flags to Lester_Crest (uid: 115).'),(203,'2020-01-26 05:36:06','Lester_Crest (uid: 115) revoked leadership flags from Matthew_Dark (uid: 100).'),(204,'2020-01-26 05:36:51','Lester_Crest (uid: 115) granted leadership flags to Matthew_Dark (uid: 100).'),(205,'2020-01-26 06:01:43','Lester_Crest (uid: 115) kicked Lester_Crest (uid: 115) from HI-K69 News Agency (id: 3) as rank Director (7).'),(206,'2020-01-26 06:01:59','Matthew_Dark (uid: 100) has invited Lester_Crest (uid: 115) to HI-K69 News Agency (id: 3).'),(207,'2020-01-26 06:02:25','Matthew_Dark (uid: 100) granted leadership flags to Lester_Crest (uid: 115).'),(208,'2020-01-26 06:02:37','Lester_Crest (uid: 115) has set Lester_Crest\'s (uid: 115) rank in HI-K69 News Agency (id: 3) to Director (7).'),(209,'2020-01-26 06:11:57','Lester_Crest (uid: 115) has deposited $5 in the advertisement vault.'),(210,'2020-01-26 06:12:07','Lester_Crest (uid: 115) has deposited $3950 in the advertisement vault.'),(211,'2020-01-26 14:48:57','Julia_Betts (uid: 115) offline kicked Matthew_Dark (uid: 100) from HI-K69 News Agency (id: 3) as rank Assistant Director (6).'),(212,'2020-01-26 14:56:57','Julia_Betts (uid: 115) has invited Matthew_Dark (uid: 100) to HI-K69 News Agency (id: 3).'),(213,'2020-01-26 14:57:15','Julia_Betts (uid: 115) has set Matthew_Dark\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Director (7).'),(214,'2020-01-26 14:57:21','Julia_Betts (uid: 115) has set Matthew_Dark\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(215,'2020-01-26 14:57:23','Julia_Betts (uid: 115) has set Matthew_Dark\'s (uid: 100) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(216,'2020-01-26 15:52:08','Julia_Betts (uid: 115) offline kicked Rafael_Chambers (uid: 122) from HI-K69 News Agency (id: 3) as rank Assistant Director (6).'),(217,'2020-01-26 16:50:43','Alex_Bio (uid: 78) kicked Jesse_DiCaprio (uid: 90) from Bone County Sheriff\'s Department (id: 1) as rank Deputy II (2).'),(218,'2020-01-26 17:04:22','Michael_Joshua (uid: 75) set Bone County Fire & Medical Department\'s (id: 2) paycheck for rank 8 to $10000.'),(219,'2020-01-26 19:37:05','Julia_Betts (uid: 115) has withdrawn $1 from the advertisement vault, reason: testing'),(220,'2020-01-26 19:38:03','Julia_Betts (uid: 115) has withdrawn $1000 from the advertisement vault, reason: social problems.'),(221,'2020-01-26 19:38:15','Julia_Betts (uid: 115) has withdrawn $1000 from the advertisement vault, reason: social problems.'),(222,'2020-01-26 19:38:17','Julia_Betts (uid: 115) has withdrawn $1000 from the advertisement vault, reason: social problems.'),(223,'2020-01-26 19:38:18','Julia_Betts (uid: 115) has withdrawn $1000 from the advertisement vault, reason: social problems.'),(224,'2020-01-26 19:38:23','Julia_Betts (uid: 115) has withdrawn $100 from the advertisement vault, reason: social problems.'),(225,'2020-01-26 19:38:24','Julia_Betts (uid: 115) has withdrawn $100 from the advertisement vault, reason: social problems.'),(226,'2020-01-26 19:38:54','Julia_Betts (uid: 115) has withdrawn $1 from the advertisement vault, reason: .'),(227,'2020-01-26 19:38:55','Julia_Betts (uid: 115) has withdrawn $1 from the advertisement vault, reason: .'),(228,'2020-01-26 19:38:56','Julia_Betts (uid: 115) has withdrawn $1 from the advertisement vault, reason: .'),(229,'2020-01-26 19:38:56','Julia_Betts (uid: 115) has withdrawn $1 from the advertisement vault, reason: .'),(230,'2020-01-26 23:32:22','Sam_Alderman (uid: 71) has invited Max_Callahan (uid: 125) to Bone County Government (id: 5).'),(231,'2020-01-28 18:17:37','Rico_Maldonado (uid: 79) has charged Jason_Rezar (uid: 76) with Vehicular endagerment'),(232,'2020-01-28 18:17:39','Rico_Maldonado (uid: 79) has arrested Jason_Rezar (uid: 76) for 5 minutes, fine: $1000.'),(233,'2020-01-28 19:48:36','Julia_Betts (uid: 115) has invited Antonio_Sosa (uid: 129) to HI-K69 News Agency (id: 3).'),(234,'2020-01-28 19:52:59','Julia_Betts (uid: 115) has invited Emilio_Thompson (uid: 126) to HI-K69 News Agency (id: 3).'),(235,'2020-01-28 19:54:24','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(236,'2020-01-28 19:54:25','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(237,'2020-01-28 19:54:26','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(238,'2020-01-28 19:54:27','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Network Editor (3).'),(239,'2020-01-28 19:54:29','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Assistant Network Producer (4).'),(240,'2020-01-28 19:54:31','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(241,'2020-01-28 19:54:32','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(242,'2020-01-28 19:54:33','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Director (7).'),(243,'2020-01-28 19:54:35','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(244,'2020-01-28 19:55:19','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(245,'2020-01-28 19:55:22','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Network Producer (5).'),(246,'2020-01-28 19:56:08','Julia_Betts (uid: 115) has set Emilio_Thompson\'s (uid: 126) rank in HI-K69 News Agency (id: 3) to Assistant Network Producer (4).'),(247,'2020-01-28 19:56:18','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(248,'2020-01-28 19:56:20','Julia_Betts (uid: 115) has set Emilio_Thompson\'s (uid: 126) rank in HI-K69 News Agency (id: 3) to Local Editor (0).'),(249,'2020-01-28 19:57:17','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Local Reporter (1).'),(250,'2020-01-28 19:57:20','Julia_Betts (uid: 115) has set Antonio_Sosa\'s (uid: 129) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(251,'2020-01-28 19:59:07','Julia_Betts (uid: 115) has set Emilio_Thompson\'s (uid: 126) rank in HI-K69 News Agency (id: 3) to Network Editor (3).'),(252,'2020-01-28 19:59:09','Julia_Betts (uid: 115) has set Emilio_Thompson\'s (uid: 126) rank in HI-K69 News Agency (id: 3) to Network Anchor (2).'),(253,'2020-01-28 20:08:58','Geoff_Brown (uid: 77) has charged Jesse_DiCaprio (uid: 90) with Evasion.'),(254,'2020-01-28 20:09:03','Geoff_Brown (uid: 77) has charged Jesse_DiCaprio (uid: 90) with Reckless Driving.'),(255,'2020-01-28 20:13:13','Geoff_Brown (uid: 77) has arrested Jesse_DiCaprio (uid: 90) for 10 minutes, fine: $2000.'),(256,'2020-01-28 20:51:44','Geoff_Brown (uid: 77) has given Jason_Rezar (uid: 76) a ticket for $1000.'),(257,'2020-01-28 21:22:24','Julia_Betts (uid: 115) kicked Emilio_Thompson (uid: 126) from HI-K69 News Agency (id: 3) as rank Network Anchor (2).'),(258,'2020-01-28 23:32:18','Julia_Betts (uid: 115) offline kicked Antonio_Sosa (uid: 129) from HI-K69 News Agency (id: 3) as rank Network Anchor (2).'),(259,'2020-01-29 18:49:53','Kane_King (uid: 79) has quit Bone County Sheriff\'s Department (id: 1) has rank Undersheriff (16).'),(260,'2020-01-30 01:58:48','Alex_Bio (uid: 78) has set Sebastian_Prince\'s (uid: 72) rank in Bone County Sheriff\'s Department (id: 1) to Sergeant (6).'),(261,'2020-01-30 01:58:52','Alex_Bio (uid: 78) has set Sebastian_Prince\'s (uid: 72) rank in Bone County Sheriff\'s Department (id: 1) to Detective I (8).'),(262,'2020-01-30 01:58:53','Alex_Bio (uid: 78) has set Sebastian_Prince\'s (uid: 72) rank in Bone County Sheriff\'s Department (id: 1) to Staff Sergeant (7).'),(263,'2020-01-30 20:44:45','Geoff_Brown (uid: 77) has quit Bone County Sheriff\'s Department (id: 1) has rank Assistant Sheriff (15).'),(264,'2020-01-30 21:03:50','Alex_Bio (uid: 78) has set Sebastian_Prince\'s (uid: 72) rank in Bone County Sheriff\'s Department (id: 1) to Sheriff (17).'),(265,'2020-01-30 21:08:15','Alex_Bio (uid: 78) has quit Bone County Sheriff\'s Department (id: 1) has rank Sheriff (17).'),(266,'2020-01-31 01:14:27','Julia_Betts (uid: 115) offline kicked Matthew_Dark (uid: 100) from HI-K69 News Agency (id: 3) as rank Local Editor (0).'),(267,'2020-01-31 01:33:14','Julia_Betts (uid: 115) has invited Kaylie_Charlottes (uid: 136) to HI-K69 News Agency (id: 3).'),(268,'2020-01-31 01:33:22','Julia_Betts (uid: 115) has set Kaylie_Charlottes\'s (uid: 136) rank in HI-K69 News Agency (id: 3) to Director (7).'),(269,'2020-01-31 01:33:24','Julia_Betts (uid: 115) has set Kaylie_Charlottes\'s (uid: 136) rank in HI-K69 News Agency (id: 3) to Assistant Director (6).'),(270,'2020-01-31 01:33:29','Julia_Betts (uid: 115) granted leadership flags to Kaylie_Charlottes (uid: 136).'),(271,'2020-02-01 23:23:54','Julia_Betts (uid: 115) has invited Harold_Shipmen (uid: 141) to HI-K69 News Agency (id: 3).'),(272,'2020-02-01 23:51:23','Julia_Betts (uid: 115) has invited Dennis_Rader (uid: 143) to HI-K69 News Agency (id: 3).'),(273,'2020-02-01 23:51:32','Julia_Betts (uid: 115) granted leadership flags to Dennis_Rader (uid: 143).'),(274,'2020-02-02 00:20:51','Dennis_Rader (uid: 143) granted leadership flags to Harold_Shipmen (uid: 141).'),(275,'2020-02-02 01:21:42','Sebastian_Prince (uid: 72) has charged Brian_Mcgee (uid: 134) with 1.15.1 Kidnapping'),(276,'2020-02-02 01:22:01','Sebastian_Prince (uid: 72) has charged Brian_Mcgee (uid: 134) with 1.4.1 Using a firearm in public'),(277,'2020-02-02 01:22:53','Sebastian_Prince (uid: 72) has charged Brian_Mcgee (uid: 134) with 1.15.1 Kidnapping'),(278,'2020-02-02 01:24:09','Sebastian_Prince (uid: 72) has arrested Brian_Mcgee (uid: 134) for 5 minutes, fine: $1000.'),(279,'2020-02-02 01:42:32','Dennis_Rader (uid: 143) has quit HI-K69 News Agency (id: 3) has rank Local Editor (0).'),(280,'2020-02-02 16:17:49','Harold_Shipmen (uid: 141) has quit HI-K69 News Agency (id: 3) has rank Local Editor (0).'),(281,'2020-02-02 20:26:43','Heidi_Aukje_Grundel (uid: 69) set Bone County Government\'s (id: 5) paycheck for rank 5 to $20000.'),(282,'2020-02-02 20:26:50','Heidi_Aukje_Grundel (uid: 69) set Bone County Government\'s (id: 5) paycheck for rank 5 to $22000.'),(283,'2020-02-05 20:25:12','Michael_Joshua (uid: 75) has invited Betty_Boop (uid: 153) to Bone County Fire & Medical Department (id: 2).'),(284,'2020-02-05 20:25:14','Michael_Joshua (uid: 75) has set Betty_Boop\'s (uid: 153) rank in Bone County Fire & Medical Department (id: 2) to Paramedic (1).'),(285,'2020-02-07 20:29:56','Heidi_Aukje_Grundel (uid: 69) has withdrawn $250000 from the tax vault, reason: Retirement loan for FMD commissioner, documents signed conditio'),(286,'2020-02-08 18:58:32','Michael_Joshua (uid: 75) has set Betty_Boop\'s (uid: 153) rank in Bone County Fire & Medical Department (id: 2) to EMT-B (2).'),(287,'2020-02-10 04:22:29','Sebastian_Prince (uid: 72) has set Nick_Jackson\'s (uid: 102) rank in Bone County Sheriff\'s Department (id: 1) to Undersheriff (16).'),(288,'2020-02-10 05:15:32','Sebastian_Prince (uid: 72) offline kicked Janet_Baker (uid: 80) from Bone County Sheriff\'s Department (id: 1) as rank Deputy II (2).'),(289,'2020-02-10 05:15:38','Sebastian_Prince (uid: 72) offline kicked Kaylie_Charlotte (uid: 83) from Bone County Sheriff\'s Department (id: 1) as rank Deputy I (1).'),(290,'2020-02-10 21:15:54','Michael_Joshua (uid: 75) has invited Janet_Baker (uid: 80) to Bone County Fire & Medical Department (id: 2).'),(291,'2020-02-10 21:16:12','Michael_Joshua (uid: 75) has set Janet_Baker\'s (uid: 80) rank in Bone County Fire & Medical Department (id: 2) to EMT-B (2).'),(292,'2020-02-10 23:51:35','Heidi_Aukje_Grundel (uid: 69) set Bone County Government\'s (id: 5) paycheck for rank 1 to $3500.'),(293,'2020-02-10 23:51:41','Heidi_Aukje_Grundel (uid: 69) set Bone County Government\'s (id: 5) paycheck for rank 1 to $2500.'),(294,'2020-02-10 23:52:47','Betty_Boop (uid: 153) has quit Bone County Fire & Medical Department (id: 2) has rank EMT-B (2).'),(295,'2020-02-11 00:15:24','Heidi_Aukje_Grundel (uid: 69) has invited Betty_Boop (uid: 153) to Bone County Government (id: 5).'),(296,'2020-02-11 00:15:39','Heidi_Aukje_Grundel (uid: 69) has set Betty_Boop\'s (uid: 153) rank in Bone County Government (id: 5) to Secretary (1).'),(297,'2020-02-12 18:53:48','Michael_Joshua (uid: 75) has invited Chris_Muller (uid: 177) to Bone County Fire & Medical Department (id: 2).'),(298,'2020-02-12 18:53:58','Michael_Joshua (uid: 75) has set Chris_Muller\'s (uid: 177) rank in Bone County Fire & Medical Department (id: 2) to EMT-B (2).'),(299,'2020-02-12 18:54:03','Michael_Joshua (uid: 75) has set Chris_Muller\'s (uid: 177) rank in Bone County Fire & Medical Department (id: 2) to EMT (3).'),(300,'2020-02-12 19:40:21','Betty_Boop (uid: 153) has quit Bone County Government (id: 5) has rank Secretary (1).'),(301,'2020-02-12 19:49:44','Michael_Joshua (uid: 75) has invited Betty_Boop (uid: 153) to Bone County Fire & Medical Department (id: 2).'),(302,'2020-02-12 19:50:15','Michael_Joshua (uid: 75) has set Betty_Boop\'s (uid: 153) rank in Bone County Fire & Medical Department (id: 2) to EMT-B (2).'),(303,'2020-02-12 19:51:26','Michael_Joshua (uid: 75) has set Chris_Muller\'s (uid: 177) rank in Bone County Fire & Medical Department (id: 2) to Senior Paramedic (4).'),(304,'2020-02-12 19:51:30','Michael_Joshua (uid: 75) has set Chris_Muller\'s (uid: 177) rank in Bone County Fire & Medical Department (id: 2) to Senior Paramedic (4).'); /*!40000 ALTER TABLE `log_faction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_gang` -- DROP TABLE IF EXISTS `log_gang`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_gang` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=486 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_gang` -- LOCK TABLES `log_gang` WRITE; /*!40000 ALTER TABLE `log_gang` DISABLE KEYS */; INSERT INTO `log_gang` VALUES (22,'2020-01-29 15:05:43','Nitroboy (uid: 79) has invited James_Bio (uid: 132) to Rebels MC (id: 0).'),(23,'2020-01-29 15:06:56','Nitroboy (uid: 79) has set James_Bio\'s (uid: 132) rank in Rebels MC (id: 0) to Vice President (5).'),(24,'2020-01-29 15:26:26','James_Bio (uid: 132) has invited Cybernetic_Organism (uid: 68) to Rebels MC (id: 0).'),(25,'2020-01-29 18:52:10','Nitroboy (uid: 79) deposits a Desert Eagle in the Rebels MC (id: 0) gang stash.'),(26,'2020-01-29 18:52:37','Nitroboy (uid: 79) deposits a Desert Eagle in the Rebels MC (id: 0) gang stash.'),(27,'2020-01-29 21:16:18','Nitroboy (uid: 79) deposits a Desert Eagle in the Rebels MC (id: 0) gang stash.'),(28,'2020-01-29 21:16:24','Nitroboy (uid: 79) deposits a shotgun in the Rebels MC (id: 0) gang stash.'),(29,'2020-01-29 21:16:30','Nitroboy (uid: 79) deposits a Tec-9 in the Rebels MC (id: 0) gang stash.'),(30,'2020-01-29 21:16:36','Nitroboy (uid: 79) deposits a rifle in the Rebels MC (id: 0) gang stash.'),(31,'2020-01-29 21:16:44','Nitroboy (uid: 79) withdraws a Desert Eagle from the Rebels MC (id: 0) gang stash.'),(32,'2020-01-29 21:16:51','Nitroboy (uid: 79) withdraws a Tec-9 from the Rebels MC (id: 0) gang stash.'),(33,'2020-01-30 15:12:23','Kane_King (uid: 79) has invited James_Bio (uid: 132) to Rebels MC (id: 1).'),(34,'2020-01-30 15:13:24','Kane_King (uid: 79) has set James_Bio\'s (uid: 132) rank in Rebels MC (id: 1) to Sergeant At Arms (4).'),(35,'2020-01-30 15:24:34','Kane_King (uid: 79) deposits 100000 materials in the gang stash.'),(36,'2020-01-30 15:24:58','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(37,'2020-01-30 15:24:59','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(38,'2020-01-30 15:25:00','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(39,'2020-01-30 15:25:00','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(40,'2020-01-30 15:25:00','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(41,'2020-01-30 15:25:05','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(42,'2020-01-30 15:25:05','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(43,'2020-01-30 15:25:06','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(44,'2020-01-30 15:25:07','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(45,'2020-01-30 15:25:08','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(46,'2020-01-30 15:25:08','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(47,'2020-01-30 15:25:09','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(48,'2020-01-30 15:25:10','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(49,'2020-01-30 15:25:10','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(50,'2020-01-30 15:25:11','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(51,'2020-01-30 15:25:12','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(52,'2020-01-30 15:25:12','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(53,'2020-01-30 15:25:13','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(54,'2020-01-30 15:25:14','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(55,'2020-01-30 15:25:14','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(56,'2020-01-30 15:25:15','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(57,'2020-01-30 15:25:15','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(58,'2020-01-30 15:25:19','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(59,'2020-01-30 15:25:20','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(60,'2020-01-30 15:25:20','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(61,'2020-01-30 15:25:21','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(62,'2020-01-30 15:25:22','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(63,'2020-01-30 15:25:22','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(64,'2020-01-30 15:25:23','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(65,'2020-01-30 15:25:24','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(66,'2020-01-30 15:25:25','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(67,'2020-01-30 15:25:25','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(68,'2020-01-30 15:25:26','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(69,'2020-01-30 15:25:27','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(70,'2020-01-30 15:25:28','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(71,'2020-01-30 15:25:28','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(72,'2020-01-30 15:25:29','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(73,'2020-01-30 15:25:30','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(74,'2020-01-30 15:28:26','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(75,'2020-01-30 15:28:27','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(76,'2020-01-30 15:28:27','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(77,'2020-01-30 15:28:28','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(78,'2020-01-30 15:28:29','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(79,'2020-01-30 15:29:06','Kane_King (uid: 79) deposits 98200 materials in the gang stash.'),(80,'2020-01-30 15:29:15','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(81,'2020-01-30 15:29:17','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(82,'2020-01-30 15:29:19','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(83,'2020-01-30 15:29:19','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(84,'2020-01-30 15:29:20','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(85,'2020-01-30 15:29:22','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(86,'2020-01-30 15:29:23','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(87,'2020-01-30 15:29:23','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(88,'2020-01-30 15:29:24','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(89,'2020-01-30 15:29:25','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(90,'2020-01-30 15:29:25','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(91,'2020-01-30 15:29:26','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(92,'2020-01-30 15:29:27','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(93,'2020-01-30 15:29:27','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(94,'2020-01-30 15:29:28','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(95,'2020-01-30 15:29:29','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(96,'2020-01-30 15:29:29','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(97,'2020-01-30 15:29:30','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(98,'2020-01-30 15:29:31','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(99,'2020-01-30 15:29:31','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(100,'2020-01-30 15:29:32','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(101,'2020-01-30 15:29:33','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(102,'2020-01-30 15:29:34','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(103,'2020-01-30 15:29:34','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(104,'2020-01-30 15:29:35','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(105,'2020-01-30 15:29:35','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(106,'2020-01-30 15:29:36','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(107,'2020-01-30 15:29:36','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(108,'2020-01-30 15:29:37','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(109,'2020-01-30 15:29:37','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(110,'2020-01-30 15:29:38','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(111,'2020-01-30 15:29:38','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(112,'2020-01-30 15:29:40','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(113,'2020-01-30 15:29:40','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(114,'2020-01-30 15:29:41','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(115,'2020-01-30 15:29:43','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(116,'2020-01-30 15:29:46','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(117,'2020-01-30 15:29:47','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(118,'2020-01-30 15:29:47','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(119,'2020-01-30 15:29:48','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(120,'2020-01-30 15:29:48','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(121,'2020-01-30 15:29:49','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(122,'2020-01-30 15:29:50','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(123,'2020-01-30 15:29:50','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(124,'2020-01-30 15:29:50','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(125,'2020-01-30 15:29:51','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(126,'2020-01-30 15:29:51','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(127,'2020-01-30 15:29:52','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(128,'2020-01-30 15:29:53','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(129,'2020-01-30 15:29:53','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(130,'2020-01-30 15:29:53','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(131,'2020-01-30 15:29:54','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(132,'2020-01-30 15:29:55','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(133,'2020-01-30 15:29:55','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(134,'2020-01-30 15:29:56','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(135,'2020-01-30 15:29:57','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(136,'2020-01-30 15:29:57','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(137,'2020-01-30 15:29:57','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(138,'2020-01-30 15:29:58','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(139,'2020-01-30 15:29:59','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(140,'2020-01-30 15:29:59','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(141,'2020-01-30 15:30:00','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(142,'2020-01-30 15:30:00','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(143,'2020-01-30 15:30:01','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(144,'2020-01-30 15:30:02','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(145,'2020-01-30 15:30:02','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(146,'2020-01-30 15:30:03','Kane King (uid: 79) crafts an MP5 using 1000 materials from the gang stash.'),(147,'2020-01-30 15:30:07','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(148,'2020-01-30 15:30:08','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(149,'2020-01-30 15:30:08','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(150,'2020-01-30 15:30:08','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(151,'2020-01-30 15:30:10','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(152,'2020-01-30 15:30:10','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(153,'2020-01-30 15:30:11','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(154,'2020-01-30 15:30:11','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(155,'2020-01-30 15:30:12','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(156,'2020-01-30 15:30:13','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(157,'2020-01-30 15:30:13','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(158,'2020-01-30 15:30:14','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(159,'2020-01-30 15:30:14','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(160,'2020-01-30 15:30:31','Kane_King (uid: 79) deposits 98900 materials in the gang stash.'),(161,'2020-01-30 15:30:43','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(162,'2020-01-30 15:30:44','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(163,'2020-01-30 15:30:44','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(164,'2020-01-30 15:30:50','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(165,'2020-01-30 15:30:50','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(166,'2020-01-30 15:30:51','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(167,'2020-01-30 15:30:51','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(168,'2020-01-30 15:30:52','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(169,'2020-01-30 15:30:53','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(170,'2020-01-30 15:30:53','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(171,'2020-01-30 15:30:54','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(172,'2020-01-30 15:30:54','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(173,'2020-01-30 15:30:55','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(174,'2020-01-30 15:30:56','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(175,'2020-01-30 15:30:56','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(176,'2020-01-30 15:30:57','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(177,'2020-01-30 15:30:57','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(178,'2020-01-30 15:30:58','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(179,'2020-01-30 15:30:58','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(180,'2020-01-30 15:30:59','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(181,'2020-01-30 15:31:00','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(182,'2020-01-30 15:31:00','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(183,'2020-01-30 15:31:01','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(184,'2020-01-30 15:31:01','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(185,'2020-01-30 15:31:02','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(186,'2020-01-30 15:31:02','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(187,'2020-01-30 15:31:03','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(188,'2020-01-30 15:31:04','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(189,'2020-01-30 15:31:04','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(190,'2020-01-30 15:31:05','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(191,'2020-01-30 15:31:06','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(192,'2020-01-30 15:31:06','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(193,'2020-01-30 15:31:07','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(194,'2020-01-30 15:31:07','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(195,'2020-01-30 15:31:08','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(196,'2020-01-30 15:31:09','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(197,'2020-01-30 15:31:10','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(198,'2020-01-30 15:31:10','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(199,'2020-01-30 15:31:11','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(200,'2020-01-30 15:31:11','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(201,'2020-01-30 15:31:12','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(202,'2020-01-30 15:31:13','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(203,'2020-01-30 15:31:13','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(204,'2020-01-30 15:31:14','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(205,'2020-01-30 15:31:14','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(206,'2020-01-30 15:31:15','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(207,'2020-01-30 15:31:15','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(208,'2020-01-30 15:31:16','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(209,'2020-01-30 15:31:17','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(210,'2020-01-30 15:31:17','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(211,'2020-01-30 15:31:18','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(212,'2020-01-30 15:31:18','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(213,'2020-01-30 15:31:19','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(214,'2020-01-30 15:31:20','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(215,'2020-01-30 15:31:20','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(216,'2020-01-30 15:31:21','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(217,'2020-01-30 15:31:21','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(218,'2020-01-30 15:31:22','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(219,'2020-01-30 15:31:22','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(220,'2020-01-30 15:31:23','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(221,'2020-01-30 15:31:23','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(222,'2020-01-30 15:31:24','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(223,'2020-01-30 15:31:29','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(224,'2020-01-30 15:31:29','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(225,'2020-01-30 15:31:30','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(226,'2020-01-30 15:31:30','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(227,'2020-01-30 15:31:30','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(228,'2020-01-30 15:31:31','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(229,'2020-01-30 15:31:31','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(230,'2020-01-30 15:31:32','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(231,'2020-01-30 15:31:32','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(232,'2020-01-30 15:31:33','Kane King (uid: 79) crafts a 9mm using 100 materials from the gang stash.'),(233,'2020-01-30 15:31:33','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(234,'2020-01-30 15:31:34','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(235,'2020-01-30 15:31:35','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(236,'2020-01-30 15:31:35','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(237,'2020-01-30 15:31:35','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(238,'2020-01-30 15:31:36','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(239,'2020-01-30 15:31:36','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(240,'2020-01-30 15:31:36','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(241,'2020-01-30 15:31:37','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(242,'2020-01-30 15:31:37','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(243,'2020-01-30 15:31:39','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(244,'2020-01-30 15:31:39','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(245,'2020-01-30 15:31:39','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(246,'2020-01-30 15:31:40','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(247,'2020-01-30 15:31:40','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(248,'2020-01-30 15:31:40','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(249,'2020-01-30 15:31:41','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(250,'2020-01-30 15:31:41','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(251,'2020-01-30 15:31:41','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(252,'2020-01-30 15:31:42','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(253,'2020-01-30 15:31:42','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(254,'2020-01-30 15:31:42','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(255,'2020-01-30 15:31:43','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(256,'2020-01-30 15:31:43','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(257,'2020-01-30 15:31:43','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(258,'2020-01-30 15:31:44','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(259,'2020-01-30 15:31:44','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(260,'2020-01-30 15:31:44','Kane King (uid: 79) crafts a molotov using 5000 materials from the gang stash.'),(261,'2020-01-30 15:31:48','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(262,'2020-01-30 15:31:48','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(263,'2020-01-30 15:31:50','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(264,'2020-01-30 15:31:50','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(265,'2020-01-30 15:31:51','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(266,'2020-01-30 15:31:51','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(267,'2020-01-30 15:31:51','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(268,'2020-01-30 15:31:52','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(269,'2020-01-30 15:31:52','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(270,'2020-01-30 15:31:52','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(271,'2020-01-30 15:31:53','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(272,'2020-01-30 15:31:53','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(273,'2020-01-30 15:31:53','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(274,'2020-01-30 15:31:55','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(275,'2020-01-30 15:31:55','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(276,'2020-01-30 15:31:56','Kane King (uid: 79) crafts a Micro SMG using 500 materials from the gang stash.'),(277,'2020-01-30 15:31:56','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(278,'2020-01-30 15:31:56','Kane King (uid: 79) crafts a Tec-9 using 500 materials from the gang stash.'),(279,'2020-01-30 15:31:57','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(280,'2020-01-30 15:31:57','Kane King (uid: 79) crafts a shotgun using 200 materials from the gang stash.'),(281,'2020-01-30 15:31:58','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(282,'2020-01-30 15:31:58','Kane King (uid: 79) crafts a silenced pistol using 150 materials from the gang stash.'),(283,'2020-01-30 15:31:59','Kane King (uid: 79) crafts a Desert Eagle using 2000 materials from the gang stash.'),(284,'2020-01-30 15:32:00','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(285,'2020-01-30 15:32:00','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(286,'2020-01-30 15:32:01','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(287,'2020-01-30 15:32:02','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(288,'2020-01-30 15:32:02','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(289,'2020-01-30 15:32:02','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(290,'2020-01-30 15:32:03','Kane King (uid: 79) crafts an AK-47 using 3000 materials from the gang stash.'),(291,'2020-01-30 15:32:40','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(292,'2020-01-30 15:32:41','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(293,'2020-01-30 15:32:41','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(294,'2020-01-30 15:32:41','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(295,'2020-01-30 15:32:42','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(296,'2020-01-30 15:32:42','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(297,'2020-01-30 15:32:42','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(298,'2020-01-30 15:32:43','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(299,'2020-01-30 15:32:43','Kane King (uid: 79) crafts a rifle using 1000 materials from the gang stash.'),(300,'2020-01-30 15:32:45','Kane King (uid: 79) crafts a molotov using 5000 materials from the gang stash.'),(301,'2020-01-30 15:35:06','Kane_King (uid: 79) deposits 98750 materials in the gang stash.'),(302,'2020-01-30 15:51:58','Kane_King (uid: 79) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(303,'2020-01-30 21:14:36','Alex_Bio (uid: 78) has invited Geoff_Brown (uid: 77) to Rebels MC (id: 1).'),(304,'2020-01-30 21:15:38','Alex_Bio (uid: 78) has set Geoff_Brown\'s (uid: 77) rank in Rebels MC (id: 1) to Secretary (2).'),(305,'2020-01-30 21:15:53','Geoff_Brown (uid: 77) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(306,'2020-01-30 21:16:17','Geoff_Brown (uid: 77) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(307,'2020-01-31 19:26:50','Alex_Bio (uid: 78) deposited $10000 in the gang stash.'),(308,'2020-02-01 19:29:45','Alex_Bio (uid: 78) has invited Cybernetic_Organism (uid: 68) to Rebels MC (id: 1).'),(309,'2020-02-01 22:19:05','Alex_Bio (uid: 78) has invited Brian_Mcgee (uid: 134) to Rebels MC (id: 1).'),(310,'2020-02-01 23:14:54','Alex_Bio (uid: 78) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(311,'2020-02-02 16:48:32','Alex Bio (uid: 78) has removed gang (id: 2).'),(312,'2020-02-02 18:12:34','Alex_Bio (uid: 78) has invited Alex_Coleman (uid: 149) to Rebels MC (id: 1).'),(313,'2020-02-02 21:24:41','Alex_Bio (uid: 78) has set Brian_Mcgee\'s (uid: 134) rank in Rebels MC (id: 1) to Secretary (2).'),(314,'2020-02-02 21:25:26','Brian_Mcgee (uid: 134) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(315,'2020-02-02 21:25:33','Brian_Mcgee (uid: 134) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(316,'2020-02-03 16:52:23','Alex_Bio (uid: 78) has set Brian_Mcgee\'s (uid: 134) rank in Rebels MC (id: 1) to Member (1).'),(317,'2020-02-03 18:35:21','Geoff_Brown (uid: 77) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(318,'2020-02-03 18:35:39','Geoff_Brown (uid: 77) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(319,'2020-02-03 18:35:46','Geoff_Brown (uid: 77) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(320,'2020-02-05 20:29:38','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(321,'2020-02-05 20:29:41','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(322,'2020-02-05 20:29:44','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(323,'2020-02-05 20:29:58','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(324,'2020-02-05 20:30:03','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(325,'2020-02-05 20:30:05','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(326,'2020-02-05 20:30:09','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(327,'2020-02-05 20:30:12','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(328,'2020-02-05 20:30:16','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(329,'2020-02-05 20:30:19','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(330,'2020-02-05 20:30:26','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(331,'2020-02-05 20:30:29','Carlos_Vayne (uid: 73) withdraws a molotov from the Rebels MC (id: 1) gang stash.'),(332,'2020-02-05 20:30:38','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(333,'2020-02-05 20:30:40','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(334,'2020-02-05 20:30:42','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(335,'2020-02-05 20:30:44','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(336,'2020-02-05 20:30:45','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(337,'2020-02-05 20:30:47','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(338,'2020-02-05 20:30:49','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(339,'2020-02-05 20:30:50','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(340,'2020-02-05 20:30:52','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(341,'2020-02-05 20:30:53','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(342,'2020-02-05 20:30:56','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(343,'2020-02-05 20:30:57','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(344,'2020-02-05 20:30:59','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(345,'2020-02-05 20:31:04','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(346,'2020-02-05 20:31:06','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(347,'2020-02-05 20:31:08','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(348,'2020-02-05 20:31:09','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(349,'2020-02-05 20:31:11','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(350,'2020-02-05 20:31:13','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(351,'2020-02-05 20:31:14','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(352,'2020-02-05 20:31:16','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(353,'2020-02-05 20:31:19','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(354,'2020-02-05 20:31:21','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(355,'2020-02-05 20:31:22','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(356,'2020-02-05 20:31:25','Carlos_Vayne (uid: 73) withdraws a 9mm from the Rebels MC (id: 1) gang stash.'),(357,'2020-02-05 20:31:42','Geoff_Brown (uid: 77) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(358,'2020-02-05 20:32:39','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(359,'2020-02-05 20:32:42','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(360,'2020-02-05 20:32:44','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(361,'2020-02-05 20:32:46','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(362,'2020-02-05 20:32:47','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(363,'2020-02-05 20:32:49','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(364,'2020-02-05 20:32:51','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(365,'2020-02-05 20:32:53','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(366,'2020-02-05 20:32:54','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(367,'2020-02-05 20:32:56','Kane_King (uid: 79) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(368,'2020-02-05 20:32:56','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(369,'2020-02-05 20:33:02','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(370,'2020-02-05 20:33:04','Kane_King (uid: 79) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(371,'2020-02-05 20:33:06','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(372,'2020-02-05 20:33:08','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(373,'2020-02-05 20:33:09','Kane_King (uid: 79) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(374,'2020-02-05 20:33:10','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(375,'2020-02-05 20:33:11','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(376,'2020-02-05 20:33:12','Geoff_Brown (uid: 77) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(377,'2020-02-05 20:33:13','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(378,'2020-02-05 20:33:14','Kane_King (uid: 79) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(379,'2020-02-05 20:33:15','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(380,'2020-02-05 20:33:16','Geoff_Brown (uid: 77) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(381,'2020-02-05 20:33:18','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(382,'2020-02-05 20:33:19','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(383,'2020-02-05 20:33:20','Geoff_Brown (uid: 77) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(384,'2020-02-05 20:33:23','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(385,'2020-02-05 20:33:25','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(386,'2020-02-05 20:33:31','Carlos_Vayne (uid: 73) withdraws a silenced pistol from the Rebels MC (id: 1) gang stash.'),(387,'2020-02-05 20:33:40','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(388,'2020-02-05 20:33:43','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(389,'2020-02-05 20:33:46','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(390,'2020-02-05 20:33:53','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(391,'2020-02-05 20:33:56','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(392,'2020-02-05 20:33:58','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(393,'2020-02-05 20:34:00','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(394,'2020-02-05 20:34:02','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(395,'2020-02-05 20:34:14','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(396,'2020-02-05 20:34:17','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(397,'2020-02-05 20:34:20','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(398,'2020-02-05 20:34:22','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(399,'2020-02-05 20:34:25','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(400,'2020-02-05 20:34:27','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(401,'2020-02-05 20:34:29','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(402,'2020-02-05 20:34:34','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(403,'2020-02-05 20:34:37','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(404,'2020-02-05 20:34:39','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(405,'2020-02-05 20:34:42','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(406,'2020-02-05 20:34:44','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(407,'2020-02-05 20:34:47','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(408,'2020-02-05 20:34:50','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(409,'2020-02-05 20:34:52','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(410,'2020-02-05 20:34:56','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(411,'2020-02-05 20:34:59','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(412,'2020-02-05 20:35:01','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(413,'2020-02-05 20:35:04','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(414,'2020-02-05 20:35:06','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(415,'2020-02-05 20:35:08','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(416,'2020-02-05 20:35:11','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(417,'2020-02-05 20:35:14','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(418,'2020-02-05 20:35:16','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(419,'2020-02-05 20:35:18','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(420,'2020-02-05 20:35:20','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(421,'2020-02-05 20:35:27','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(422,'2020-02-05 20:35:32','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(423,'2020-02-05 20:35:35','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(424,'2020-02-05 20:35:38','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(425,'2020-02-05 20:35:41','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(426,'2020-02-05 20:35:43','Carlos_Vayne (uid: 73) withdraws a Tec-9 from the Rebels MC (id: 1) gang stash.'),(427,'2020-02-05 20:35:46','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(428,'2020-02-05 20:35:48','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(429,'2020-02-05 20:35:50','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(430,'2020-02-05 20:35:57','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(431,'2020-02-05 20:36:03','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(432,'2020-02-05 20:36:05','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(433,'2020-02-05 20:36:09','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(434,'2020-02-05 20:36:11','Carlos_Vayne (uid: 73) withdraws a molotov from the Rebels MC (id: 1) gang stash.'),(435,'2020-02-05 20:36:14','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(436,'2020-02-05 20:36:17','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(437,'2020-02-05 20:36:19','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(438,'2020-02-05 20:36:21','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(439,'2020-02-05 20:36:24','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(440,'2020-02-05 20:36:31','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(441,'2020-02-05 20:36:34','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(442,'2020-02-05 20:36:38','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(443,'2020-02-05 20:36:41','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(444,'2020-02-05 20:36:44','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(445,'2020-02-05 20:36:46','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(446,'2020-02-05 20:36:48','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(447,'2020-02-05 20:36:51','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(448,'2020-02-05 20:36:53','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(449,'2020-02-05 20:36:56','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(450,'2020-02-05 20:36:58','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(451,'2020-02-05 20:37:01','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(452,'2020-02-05 20:37:04','Carlos_Vayne (uid: 73) withdraws a Micro Uzi from the Rebels MC (id: 1) gang stash.'),(453,'2020-02-05 20:37:08','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(454,'2020-02-05 20:37:23','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(455,'2020-02-05 20:37:26','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(456,'2020-02-05 20:37:31','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(457,'2020-02-05 20:37:34','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(458,'2020-02-05 20:37:40','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(459,'2020-02-05 20:37:44','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(460,'2020-02-05 20:37:46','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(461,'2020-02-05 20:37:49','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(462,'2020-02-05 20:37:54','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(463,'2020-02-05 20:37:58','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(464,'2020-02-05 20:38:01','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(465,'2020-02-05 20:38:04','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(466,'2020-02-05 20:38:07','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(467,'2020-02-05 20:38:10','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(468,'2020-02-05 20:40:50','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(469,'2020-02-05 20:40:52','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(470,'2020-02-05 20:40:56','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(471,'2020-02-05 20:40:58','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(472,'2020-02-05 20:41:01','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(473,'2020-02-05 20:41:37','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(474,'2020-02-05 20:41:39','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(475,'2020-02-05 20:41:42','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(476,'2020-02-05 20:41:45','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(477,'2020-02-05 20:41:47','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(478,'2020-02-05 20:41:53','Carlos_Vayne (uid: 73) withdraws a Desert Eagle from the Rebels MC (id: 1) gang stash.'),(479,'2020-02-05 20:41:55','Carlos_Vayne (uid: 73) withdraws a shotgun from the Rebels MC (id: 1) gang stash.'),(480,'2020-02-05 20:41:58','Carlos_Vayne (uid: 73) withdraws an MP5 from the Rebels MC (id: 1) gang stash.'),(481,'2020-02-05 20:42:01','Carlos_Vayne (uid: 73) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'),(482,'2020-02-05 20:42:04','Carlos_Vayne (uid: 73) withdraws a rifle from the Rebels MC (id: 1) gang stash.'),(483,'2020-02-05 20:52:31','Kane_King (uid: 79) has quit Rebels MC (id: 1) has rank President (6).'),(484,'2020-02-05 22:10:46','Brian_Mcgee (uid: 134) has quit Rebels MC (id: 1) has rank Member (1).'),(485,'2020-02-10 00:13:05','Alex_Bio (uid: 78) withdraws an AK-47 from the Rebels MC (id: 1) gang stash.'); /*!40000 ALTER TABLE `log_gang` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_give` -- DROP TABLE IF EXISTS `log_give`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_give` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_give` -- LOCK TABLES `log_give` WRITE; /*!40000 ALTER TABLE `log_give` DISABLE KEYS */; INSERT INTO `log_give` VALUES (6,'2020-01-20 20:04:40','Michael_Joshua (uid: 75) (IP: 41.107.241.190) gives $10 to Nicolas_Joshua (uid: 74) (IP: 156.212.102.134)'),(7,'2020-01-20 20:04:43','Michael_Joshua (uid: 75) (IP: 41.107.241.190) gives $100 to Nicolas_Joshua (uid: 74) (IP: 156.212.102.134)'),(8,'2020-01-21 04:11:29','Sam_Alderman (uid: 71) (IP: 92.238.234.77) gives $300 to Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29)'),(9,'2020-01-21 04:14:26','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $300 to Sam_Alderman (uid: 71) (IP: 92.238.234.77)'),(10,'2020-01-21 06:34:56','Owen_Pastor (uid: 97) (IP: 49.144.68.201) gives $1000 to John_Pastor (uid: 98) (IP: 49.144.68.201)'),(11,'2020-01-21 06:34:59','Owen_Pastor (uid: 97) (IP: 49.144.68.201) gives $1000 to John_Pastor (uid: 98) (IP: 49.144.68.201)'),(12,'2020-01-21 06:35:02','Owen_Pastor (uid: 97) (IP: 49.144.68.201) gives $1000 to John_Pastor (uid: 98) (IP: 49.144.68.201)'),(13,'2020-01-21 06:35:05','Owen_Pastor (uid: 97) (IP: 49.144.68.201) gives $1000 to John_Pastor (uid: 98) (IP: 49.144.68.201)'),(14,'2020-01-21 06:35:08','Owen_Pastor (uid: 97) (IP: 49.144.68.201) gives $1000 to John_Pastor (uid: 98) (IP: 49.144.68.201)'),(15,'2020-01-21 17:41:37','Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144) gives $1000 to Michael_Thompson (uid: 100) (IP: 79.67.48.10)'),(16,'2020-01-21 17:41:40','Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144) gives $1000 to Michael_Thompson (uid: 100) (IP: 79.67.48.10)'),(17,'2020-01-21 17:41:43','Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144) gives $700 to Michael_Thompson (uid: 100) (IP: 79.67.48.10)'),(18,'2020-01-21 18:16:31','Michael_Thompson (uid: 100) (IP: 79.67.48.10) gives $1000 to Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29)'),(19,'2020-01-21 18:16:44','Michael_Thompson (uid: 100) (IP: 79.67.48.10) gives $1000 to Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29)'),(20,'2020-01-21 20:16:02','Michael_Thompson (uid: 100) (IP: 79.67.48.10) gives $1000 to Rafael_Martinez (uid: 73) (IP: 197.25.201.104)'),(21,'2020-01-21 20:16:05','Michael_Thompson (uid: 100) (IP: 79.67.48.10) gives $1000 to Rafael_Martinez (uid: 73) (IP: 197.25.201.104)'),(22,'2020-01-21 20:16:08','Michael_Thompson (uid: 100) (IP: 79.67.48.10) gives $1000 to Rafael_Martinez (uid: 73) (IP: 197.25.201.104)'),(23,'2020-01-24 21:23:37','Nicolas_Joshua (uid: 74) (IP: 41.237.120.138) gives $20000 to Rico_Maldonado (uid: 79) (IP: 79.131.55.67)'),(24,'2020-01-25 03:33:22','Sam_Alderman (uid: 71) (IP: 92.238.234.77) gives $250 to Jesse_DiCaprio (uid: 90) (IP: 197.16.141.146)'),(25,'2020-01-25 17:23:19','Carlos_Vayne (uid: 73) (IP: 197.25.201.104) gives $7000 to Jason_Rezar (uid: 76) (IP: 5.206.232.254)'),(26,'2020-01-26 03:26:37','Lester_Crest (uid: 115) (IP: 79.67.48.10) gives $1000 to Rafael_Chambers (uid: 122) (IP: 79.67.48.10)'),(27,'2020-01-26 05:54:20','Lester_Crest (uid: 115) (IP: 79.67.48.10) gives $1000 to Matthew_Dark (uid: 100) (IP: 79.67.48.10)'),(28,'2020-01-26 05:54:23','Lester_Crest (uid: 115) (IP: 79.67.48.10) gives $1000 to Matthew_Dark (uid: 100) (IP: 79.67.48.10)'),(29,'2020-01-26 05:54:26','Lester_Crest (uid: 115) (IP: 79.67.48.10) gives $1000 to Matthew_Dark (uid: 100) (IP: 79.67.48.10)'),(30,'2020-01-26 05:54:29','Lester_Crest (uid: 115) (IP: 79.67.48.10) gives $1000 to Matthew_Dark (uid: 100) (IP: 79.67.48.10)'),(31,'2020-01-26 05:59:30','Matthew_Dark (uid: 100) (IP: 79.67.48.10) gives $1 to Lester_Crest (uid: 115) (IP: 79.67.48.10)'),(32,'2020-01-26 05:59:36','Matthew_Dark (uid: 100) (IP: 79.67.48.10) gives $458 to Lester_Crest (uid: 115) (IP: 79.67.48.10)'),(33,'2020-01-26 23:41:52','Edward_Collins (uid: 116) (IP: 160.159.25.177) gives $1000 to Carlos_Vayne (uid: 73) (IP: 197.25.201.104)'),(34,'2020-01-28 20:48:49','Julia_Betts (uid: 115) (IP: 79.67.48.10) gives $1000 to Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144)'),(35,'2020-01-28 20:48:52','Julia_Betts (uid: 115) (IP: 79.67.48.10) gives $1000 to Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144)'),(36,'2020-01-28 20:49:09','Julia_Betts (uid: 115) (IP: 79.67.48.10) gives $365 to Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144)'),(37,'2020-01-28 20:49:35','Geoff_Brown (uid: 77) (IP: 46.19.228.1) gives $100 to Jason_Rezar (uid: 76) (IP: 5.206.232.254)'),(38,'2020-01-28 20:49:38','Jason_Rezar (uid: 76) (IP: 5.206.232.254) gives $100 to Geoff_Brown (uid: 77) (IP: 46.19.228.1)'),(39,'2020-01-28 20:49:49','Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144) gives $2000 to Julia_Betts (uid: 115) (IP: 79.67.48.10)'),(40,'2020-01-28 21:03:28','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $10000 to Emilio_Thompson (uid: 126) (IP: 46.193.164.91)'),(41,'2020-01-28 21:03:31','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $10000 to Antonio_Sosa (uid: 129) (IP: 79.106.131.175)'),(42,'2020-01-28 22:32:00','Julia_Betts (uid: 115) (IP: 79.67.48.10) gives $1000 to Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144)'),(43,'2020-01-29 15:42:38','Alex_Bio (uid: 78) (IP: 94.69.229.48) gives $5000 to Cybernetic_Organism (uid: 68) (IP: 86.83.121.29)'),(44,'2020-01-29 22:11:06','Sam_Alderman (uid: 71) (IP: 92.238.234.77) gives $1000 to Max_Callahan (uid: 125) (IP: 178.237.210.1)'),(45,'2020-01-30 15:04:30','Jason_Rezar (uid: 76) (IP: 5.206.232.254) gives $929 to Kane_King (uid: 79) (IP: 176.58.254.18)'),(46,'2020-01-31 01:42:22','Julia_Betts (uid: 115) (IP: 79.67.48.10) gives $100 to Kaylie_Charlottes (uid: 136) (IP: 79.67.48.10)'),(47,'2020-01-31 01:42:27','Julia_Betts (uid: 115) (IP: 79.67.48.10) gives $600 to Kaylie_Charlottes (uid: 136) (IP: 79.67.48.10)'),(48,'2020-02-01 21:39:31','Sam_Alderman (uid: 71) (IP: 92.238.234.77) gives $35000 to Brian_Mcgee (uid: 134) (IP: 196.235.64.144)'),(49,'2020-02-01 22:35:18','Geoff_Brown (uid: 77) (IP: 46.19.228.1) gives $30 to Julia_Betts (uid: 115) (IP: 79.67.48.10)'),(50,'2020-02-02 00:47:35','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(51,'2020-02-02 00:47:47','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(52,'2020-02-02 00:47:50','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(53,'2020-02-02 00:47:55','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $375 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(54,'2020-02-02 01:18:48','Harold_Shipmen (uid: 141) (IP: 79.67.48.10) gives $337 to Dennis_Rader (uid: 143) (IP: 79.67.48.10)'),(55,'2020-02-02 01:22:48','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(56,'2020-02-02 01:22:52','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(57,'2020-02-02 01:22:56','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(58,'2020-02-02 01:23:08','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(59,'2020-02-02 01:23:11','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(60,'2020-02-02 01:23:15','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(61,'2020-02-02 01:23:19','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(62,'2020-02-02 01:23:23','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(63,'2020-02-02 01:23:26','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(64,'2020-02-02 01:23:29','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $1000 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(65,'2020-02-02 01:23:37','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $17 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(66,'2020-02-02 01:23:42','Harold_Shipmen (uid: 141) (IP: 79.67.48.10) gives $500 to Dennis_Rader (uid: 143) (IP: 79.67.48.10)'),(67,'2020-02-02 01:44:11','Dennis_Rader (uid: 143) (IP: 79.67.48.10) gives $100 to Carlos_Vayne (uid: 73) (IP: 197.26.117.67)'),(68,'2020-02-02 18:15:03','Alex_Bio (uid: 78) (IP: 94.69.229.4) gives $3000 to Alex_Coleman (uid: 149) (IP: 109.201.29.161)'),(69,'2020-02-02 18:20:16','Alex_Bio (uid: 78) (IP: 94.69.229.4) gives $40000 to Alex_Coleman (uid: 149) (IP: 109.201.29.161)'),(70,'2020-02-02 21:01:08','Alex_Bio (uid: 78) (IP: 94.69.229.4) gives $10000 to Max_Callahan (uid: 125) (IP: 178.237.210.1)'),(71,'2020-02-03 23:33:42','Sam_Alderman (uid: 71) (IP: 92.238.234.77) gives $15000 to Betty_Boop (uid: 153) (IP: 107.242.120.93)'),(72,'2020-02-05 19:54:04','Brian_Mcgee (uid: 134) (IP: 196.235.64.144) gives $900 to Betty_Boop (uid: 153) (IP: 107.242.120.85)'),(73,'2020-02-05 22:16:34','Cybernetic_Organism (uid: 68) (IP: 86.83.121.29) gives $8000 to Brian_Mcgee (uid: 134) (IP: 196.235.64.144)'),(74,'2020-02-05 22:17:22','Brian_Mcgee (uid: 134) (IP: 196.235.64.144) gives $8000 to Cybernetic_Organism (uid: 68) (IP: 86.83.121.29)'),(75,'2020-02-06 17:23:14','Kaylie_Charlotte (uid: 83) (IP: 196.235.64.144) gives $1 to Janet_Baker (uid: 80) (IP: 89.39.107.196)'),(76,'2020-02-07 20:08:39','Janet_Baker (uid: 80) (IP: 109.201.16.19) gives $40 to Betty_Boop (uid: 153) (IP: 107.242.120.69)'),(77,'2020-02-07 20:30:16','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $100000 to Michael_Joshua (uid: 75) (IP: 41.104.179.223)'),(78,'2020-02-07 20:30:19','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $100000 to Michael_Joshua (uid: 75) (IP: 41.104.179.223)'),(79,'2020-02-07 20:30:23','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $50000 to Michael_Joshua (uid: 75) (IP: 41.104.179.223)'),(80,'2020-02-07 23:00:13','Betty_Boop (uid: 153) gives 2 painkillers to Janet_Baker (uid: 80)'),(81,'2020-02-07 23:49:03','Betty_Boop (uid: 153) gives 1 painkillers to Janet_Baker (uid: 80)'),(82,'2020-02-08 00:54:03','Alex_Bio (uid: 78) (IP: 94.69.229.120) gives $300 to Betty_Boop (uid: 153) (IP: 107.242.120.37)'),(83,'2020-02-10 01:33:04','Betty_Boop (uid: 153) (IP: 107.242.120.58) gives $2600 to Nick_Jackson (uid: 102) (IP: 108.46.242.68)'),(84,'2020-02-10 07:28:49','Betty Boop (uid: 153) (IP: 107.242.120.58) transferred $15000 to Janet Baker (uid: 80) (IP: 109.201.16.178)'),(85,'2020-02-10 07:28:59','Betty Boop (uid: 153) (IP: 107.242.120.58) transferred $5000 to Janet Baker (uid: 80) (IP: 109.201.16.178)'),(86,'2020-02-10 18:50:28','Michael_Joshua (uid: 75) (IP: 41.108.148.42) gives $10000 to Betty_Boop (uid: 153) (IP: 107.242.120.154)'),(87,'2020-02-11 20:48:12','Michael_Joshua (uid: 75) (IP: 41.111.29.81) gives $5000 to Jason_Rezar (uid: 76) (IP: 185.171.62.5)'),(88,'2020-02-12 00:34:04','Heidi_Aukje_Grundel (uid: 69) (IP: 86.83.121.29) gives $1 to Betty_Boop (uid: 153) (IP: 107.242.120.154)'),(89,'2020-02-12 18:31:15','Michael_Joshua (uid: 75) (IP: 41.108.86.140) gives $5000 to Chris_Muller (uid: 177) (IP: 87.119.178.16)'),(90,'2020-02-12 18:50:13','Michael_Joshua (uid: 75) (IP: 41.108.86.140) gives $50000 to Chris_Muller (uid: 177) (IP: 87.119.178.16)'),(91,'2020-02-12 19:49:49','Betty_Boop (uid: 153) (IP: 107.242.120.137) gives $2481 to Janet_Baker (uid: 80) (IP: 109.201.16.178)'); /*!40000 ALTER TABLE `log_give` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_givecookie` -- DROP TABLE IF EXISTS `log_givecookie`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_givecookie` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_givecookie` -- LOCK TABLES `log_givecookie` WRITE; /*!40000 ALTER TABLE `log_givecookie` DISABLE KEYS */; INSERT INTO `log_givecookie` VALUES (11,'2020-01-29 13:22:53','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(12,'2020-01-29 13:22:54','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(13,'2020-01-29 13:22:55','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(14,'2020-01-29 13:22:55','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(15,'2020-01-29 13:22:56','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(16,'2020-01-29 13:22:56','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(17,'2020-01-29 13:22:56','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(18,'2020-01-29 13:22:57','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(19,'2020-01-29 13:22:57','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(20,'2020-01-29 13:22:58','Rico_Maldonado (uid: 79) has given a cookie to Rico_Maldonado (uid: 79) for reason 1'),(21,'2020-02-01 17:06:16','Heidi_Aukje_Grundel (uid: 69) has given a cookie to every player online'),(22,'2020-02-02 00:29:22','Cybernetic_Organism (uid: 68) has given a cookie to every player online'),(23,'2020-02-11 01:04:44','Heidi_Aukje_Grundel (uid: 69) has given a cookie to every player online'); /*!40000 ALTER TABLE `log_givecookie` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_givegun` -- DROP TABLE IF EXISTS `log_givegun`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_givegun` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=174 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_givegun` -- LOCK TABLES `log_givegun` WRITE; /*!40000 ALTER TABLE `log_givegun` DISABLE KEYS */; INSERT INTO `log_givegun` VALUES (47,'2020-01-20 04:20:07','Sebastian_Prince (uid: 72) gives a Sniper to Sebastian_Prince (uid: 72)'),(48,'2020-01-20 16:08:37','Nicolas_Joshua (uid: 74) gives a Sawn-off shotgun to Nicolas_Joshua (uid: 74)'),(49,'2020-01-20 16:08:39','Nicolas_Joshua (uid: 74) gives a Shotgun to Nicolas_Joshua (uid: 74)'),(50,'2020-01-20 19:35:47','Rafael_Martinez (uid: 73) gives a Mac-10 to Rafael_Martinez (uid: 73)'),(51,'2020-01-20 19:35:49','Rafael_Martinez (uid: 73) gives a Combat shotgun to Rafael_Martinez (uid: 73)'),(52,'2020-01-21 01:49:48','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(53,'2020-01-22 18:49:47','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(54,'2020-01-22 19:40:03','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(55,'2020-01-23 15:07:52','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(56,'2020-01-23 18:04:27','Rico_Maldonado (uid: 79) gives a Shotgun to Matthew_Dark (uid: 100)'),(57,'2020-01-23 18:04:28','Rico_Maldonado (uid: 79) gives a Deagle to Matthew_Dark (uid: 100)'),(58,'2020-01-23 23:46:52','Carlos_Vayne (uid: 73) gives a Deagle to Carlos_Vayne (uid: 73)'),(59,'2020-01-23 23:46:58','Carlos_Vayne (uid: 73) gives a M4 to Carlos_Vayne (uid: 73)'),(60,'2020-01-26 14:24:54','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(61,'2020-01-26 17:19:20','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(62,'2020-01-26 21:06:08','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(63,'2020-01-27 16:01:11','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(64,'2020-01-27 17:39:28','Alex_Bio (uid: 78) gives a Minigun to Alex_Bio (uid: 78)'),(65,'2020-01-29 13:20:47','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(66,'2020-01-29 15:03:17','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(67,'2020-01-29 18:52:02','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(68,'2020-01-29 18:52:26','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(69,'2020-01-29 18:52:27','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(70,'2020-01-29 18:52:28','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(71,'2020-01-29 18:52:28','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(72,'2020-01-29 18:52:29','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(73,'2020-01-29 20:19:37','Nitroboy (uid: 79) gives a M4 to Nitroboy (uid: 79)'),(74,'2020-01-29 20:19:39','Nitroboy (uid: 79) gives a AK-47 to Nitroboy (uid: 79)'),(75,'2020-01-29 20:29:44','Nitroboy (uid: 79) gives a Knife to Nitroboy (uid: 79)'),(76,'2020-01-29 20:29:46','Nitroboy (uid: 79) gives a Bat to Nitroboy (uid: 79)'),(77,'2020-01-29 20:29:46','Nitroboy (uid: 79) gives a Shovel to Nitroboy (uid: 79)'),(78,'2020-01-29 20:29:47','Nitroboy (uid: 79) gives a Pool cue to Nitroboy (uid: 79)'),(79,'2020-01-29 20:29:49','Nitroboy (uid: 79) gives a Katana to Nitroboy (uid: 79)'),(80,'2020-01-29 20:29:50','Nitroboy (uid: 79) gives a Chainsaw to Nitroboy (uid: 79)'),(81,'2020-01-29 20:29:51','Nitroboy (uid: 79) gives a Purple dildo to Nitroboy (uid: 79)'),(82,'2020-01-29 20:29:52','Nitroboy (uid: 79) gives a Dildo to Nitroboy (uid: 79)'),(83,'2020-01-29 20:29:53','Nitroboy (uid: 79) gives a Vibrator to Nitroboy (uid: 79)'),(84,'2020-01-29 20:29:54','Nitroboy (uid: 79) gives a Vibrator to Nitroboy (uid: 79)'),(85,'2020-01-29 20:29:55','Nitroboy (uid: 79) gives a Flowers to Nitroboy (uid: 79)'),(86,'2020-01-29 20:29:55','Nitroboy (uid: 79) gives a Cane to Nitroboy (uid: 79)'),(87,'2020-01-29 20:29:56','Nitroboy (uid: 79) gives a Grenade to Nitroboy (uid: 79)'),(88,'2020-01-29 20:29:57','Nitroboy (uid: 79) gives a Tear gas to Nitroboy (uid: 79)'),(89,'2020-01-29 20:29:59','Nitroboy (uid: 79) gives a Molotov Cocktail to Nitroboy (uid: 79)'),(90,'2020-01-29 20:30:00','Nitroboy (uid: 79) gives a Vehicle gun to Nitroboy (uid: 79)'),(91,'2020-01-29 20:30:02','Nitroboy (uid: 79) gives a Vehicle gun to Nitroboy (uid: 79)'),(92,'2020-01-29 20:30:05','Nitroboy (uid: 79) gives a to Nitroboy (uid: 79)'),(93,'2020-01-29 20:30:06','Nitroboy (uid: 79) gives a Brass knuckles to Nitroboy (uid: 79)'),(94,'2020-01-29 20:30:07','Nitroboy (uid: 79) gives a Golf club to Nitroboy (uid: 79)'),(95,'2020-01-29 20:30:08','Nitroboy (uid: 79) gives a Nightstick to Nitroboy (uid: 79)'),(96,'2020-01-29 20:30:09','Nitroboy (uid: 79) gives a Knife to Nitroboy (uid: 79)'),(97,'2020-01-29 20:30:10','Nitroboy (uid: 79) gives a Bat to Nitroboy (uid: 79)'),(98,'2020-01-29 20:30:12','Nitroboy (uid: 79) gives a Vehicle gun to Nitroboy (uid: 79)'),(99,'2020-01-29 20:30:13','Nitroboy (uid: 79) gives a to Nitroboy (uid: 79)'),(100,'2020-01-29 20:30:15','Nitroboy (uid: 79) gives a Colt 45 to Nitroboy (uid: 79)'),(101,'2020-01-29 20:30:17','Nitroboy (uid: 79) gives a Rocket launcher to Nitroboy (uid: 79)'),(102,'2020-01-29 20:30:19','Nitroboy (uid: 79) gives a Flamethrower to Nitroboy (uid: 79)'),(103,'2020-01-29 20:30:22','Nitroboy (uid: 79) gives a Minigun to Nitroboy (uid: 79)'),(104,'2020-01-29 20:30:23','Nitroboy (uid: 79) gives a Satchel to Nitroboy (uid: 79)'),(105,'2020-01-29 20:30:25','Nitroboy (uid: 79) gives a Detonator to Nitroboy (uid: 79)'),(106,'2020-01-29 20:30:26','Nitroboy (uid: 79) gives a Spraycan to Nitroboy (uid: 79)'),(107,'2020-01-29 20:30:27','Nitroboy (uid: 79) gives a Fire extinguisher to Nitroboy (uid: 79)'),(108,'2020-01-29 20:30:28','Nitroboy (uid: 79) gives a Camera to Nitroboy (uid: 79)'),(109,'2020-01-29 20:34:23','Nitroboy (uid: 79) gives a Silenced pistol to Nitroboy (uid: 79)'),(110,'2020-01-29 20:36:26','Nitroboy (uid: 79) gives a to Nitroboy (uid: 79)'),(111,'2020-01-29 20:36:30','Nitroboy (uid: 79) gives a Colt 45 to Nitroboy (uid: 79)'),(112,'2020-01-29 21:15:14','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(113,'2020-01-29 21:15:16','Nitroboy (uid: 79) gives a Mac-10 to Nitroboy (uid: 79)'),(114,'2020-01-29 21:15:18','Nitroboy (uid: 79) gives a MP5 to Nitroboy (uid: 79)'),(115,'2020-01-29 21:15:22','Nitroboy (uid: 79) gives a Combat shotgun to Nitroboy (uid: 79)'),(116,'2020-01-29 21:15:35','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(117,'2020-01-29 21:15:39','Nitroboy (uid: 79) gives a Mac-10 to Nitroboy (uid: 79)'),(118,'2020-01-29 21:15:41','Nitroboy (uid: 79) gives a MP5 to Nitroboy (uid: 79)'),(119,'2020-01-29 21:15:47','Nitroboy (uid: 79) gives a Combat shotgun to Nitroboy (uid: 79)'),(120,'2020-01-29 21:15:48','Nitroboy (uid: 79) gives a Sawn-off shotgun to Nitroboy (uid: 79)'),(121,'2020-01-29 21:15:50','Nitroboy (uid: 79) gives a Shotgun to Nitroboy (uid: 79)'),(122,'2020-01-29 21:15:53','Nitroboy (uid: 79) gives a Colt 45 to Nitroboy (uid: 79)'),(123,'2020-01-29 21:15:55','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(124,'2020-01-29 21:15:58','Nitroboy (uid: 79) gives a Cuntgun to Nitroboy (uid: 79)'),(125,'2020-01-29 21:15:59','Nitroboy (uid: 79) gives a Sniper to Nitroboy (uid: 79)'),(126,'2020-01-29 21:16:01','Nitroboy (uid: 79) gives a Cuntgun to Nitroboy (uid: 79)'),(127,'2020-01-29 21:16:02','Nitroboy (uid: 79) gives a Tec-9 to Nitroboy (uid: 79)'),(128,'2020-01-30 21:13:13','Alex_Bio (uid: 78) gives a Deagle to Alex_Bio (uid: 78)'),(129,'2020-01-31 20:58:13','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(130,'2020-01-31 20:58:57','Nitroboy (uid: 79) gives a Shotgun to Nitroboy (uid: 79)'),(131,'2020-01-31 20:58:59','Nitroboy (uid: 79) gives a Sawn-off shotgun to Nitroboy (uid: 79)'),(132,'2020-01-31 20:59:04','Nitroboy (uid: 79) gives a Mac-10 to Nitroboy (uid: 79)'),(133,'2020-01-31 20:59:10','Nitroboy (uid: 79) gives a MP5 to Nitroboy (uid: 79)'),(134,'2020-01-31 20:59:20','Nitroboy (uid: 79) gives a AK-47 to Nitroboy (uid: 79)'),(135,'2020-01-31 20:59:24','Nitroboy (uid: 79) gives a M4 to Nitroboy (uid: 79)'),(136,'2020-01-31 21:00:00','Nitroboy (uid: 79) gives a Tec-9 to Nitroboy (uid: 79)'),(137,'2020-01-31 21:00:06','Nitroboy (uid: 79) gives a Cuntgun to Nitroboy (uid: 79)'),(138,'2020-01-31 21:00:11','Nitroboy (uid: 79) gives a Sniper to Nitroboy (uid: 79)'),(139,'2020-01-31 21:00:23','Nitroboy (uid: 79) gives a Silenced pistol to Nitroboy (uid: 79)'),(140,'2020-01-31 21:00:26','Nitroboy (uid: 79) gives a Colt 45 to Nitroboy (uid: 79)'),(141,'2020-01-31 21:00:29','Nitroboy (uid: 79) gives a Deagle to Nitroboy (uid: 79)'),(142,'2020-01-31 21:00:30','Nitroboy (uid: 79) gives a Shotgun to Nitroboy (uid: 79)'),(143,'2020-01-31 21:00:33','Nitroboy (uid: 79) gives a AK-47 to Nitroboy (uid: 79)'),(144,'2020-01-31 21:00:38','Nitroboy (uid: 79) gives a Sawn-off shotgun to Nitroboy (uid: 79)'),(145,'2020-01-31 21:00:39','Nitroboy (uid: 79) gives a Shotgun to Nitroboy (uid: 79)'),(146,'2020-01-31 21:00:40','Nitroboy (uid: 79) gives a Combat shotgun to Nitroboy (uid: 79)'),(147,'2020-01-31 21:00:42','Nitroboy (uid: 79) gives a Shotgun to Nitroboy (uid: 79)'),(148,'2020-01-31 21:00:43','Nitroboy (uid: 79) gives a Mac-10 to Nitroboy (uid: 79)'),(149,'2020-01-31 21:00:47','Nitroboy (uid: 79) gives a MP5 to Nitroboy (uid: 79)'),(150,'2020-02-04 20:09:15','Nitroboy (uid: 79) gives a Colt 45 to Brian_Mcgee (uid: 134)'),(151,'2020-02-04 20:09:22','Nitroboy (uid: 79) gives a Tec-9 to Brian_Mcgee (uid: 134)'),(152,'2020-02-04 21:21:28','Nitroboy (uid: 79) gives a Deagle to Janet_Baker (uid: 80)'),(153,'2020-02-04 21:21:29','Nitroboy (uid: 79) gives a AK-47 to Janet_Baker (uid: 80)'),(154,'2020-02-04 21:21:31','Nitroboy (uid: 79) gives a MP5 to Janet_Baker (uid: 80)'),(155,'2020-02-04 21:21:33','Nitroboy (uid: 79) gives a Nightstick to Janet_Baker (uid: 80)'),(156,'2020-02-05 00:04:56','Heidi_Aukje_Grundel (uid: 69) gives a Deagle to Heidi_Aukje_Grundel (uid: 69)'),(157,'2020-02-05 00:04:58','Heidi_Aukje_Grundel (uid: 69) gives a Deagle to Heidi_Aukje_Grundel (uid: 69)'),(158,'2020-02-05 00:06:43','Heidi_Aukje_Grundel (uid: 69) gives a Fire extinguisher to Heidi_Aukje_Grundel (uid: 69)'),(159,'2020-02-05 00:06:46','Heidi_Aukje_Grundel (uid: 69) gives a Deagle to Heidi_Aukje_Grundel (uid: 69)'),(160,'2020-02-05 00:06:54','Heidi_Aukje_Grundel (uid: 69) gives a Deagle to Chris_Jobs (uid: 160)'),(161,'2020-02-09 01:50:25','tBKwtWS (uid: 68) gives a Vibrator to tBKwtWS (uid: 68)'),(162,'2020-02-09 01:50:29','tBKwtWS (uid: 68) gives a Shovel to tBKwtWS (uid: 68)'),(163,'2020-02-09 01:50:32','tBKwtWS (uid: 68) gives a Pool cue to tBKwtWS (uid: 68)'),(164,'2020-02-09 01:50:34','tBKwtWS (uid: 68) gives a Katana to tBKwtWS (uid: 68)'),(165,'2020-02-09 01:50:36','tBKwtWS (uid: 68) gives a Chainsaw to tBKwtWS (uid: 68)'),(166,'2020-02-09 01:50:59','tBKwtWS (uid: 68) gives a Purple dildo to tBKwtWS (uid: 68)'),(167,'2020-02-09 02:23:25','Cybernetic_Organism (uid: 68) gives a Deagle to Cybernetic_Organism (uid: 68)'),(168,'2020-02-09 02:49:30','Cybernetic_Organism (uid: 68) gives a Parachute to Cybernetic_Organism (uid: 68)'),(169,'2020-02-09 02:49:34','Cybernetic_Organism (uid: 68) gives a Heat seeking RPG to Cybernetic_Organism (uid: 68)'),(170,'2020-02-09 02:49:36','Cybernetic_Organism (uid: 68) gives a Flamethrower to Cybernetic_Organism (uid: 68)'),(171,'2020-02-09 03:22:52','Cybernetic_Organism (uid: 68) gives a Purple dildo to Cybernetic_Organism (uid: 68)'),(172,'2020-02-09 23:43:09','Alex_Bio (uid: 78) gives a Deagle to Michael_Joshua (uid: 75)'),(173,'2020-02-12 17:18:32','Alex_Bio (uid: 78) gives a Deagle to Alex_Bio (uid: 78)'); /*!40000 ALTER TABLE `log_givegun` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_givemoney` -- DROP TABLE IF EXISTS `log_givemoney`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_givemoney` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_givemoney` -- LOCK TABLES `log_givemoney` WRITE; /*!40000 ALTER TABLE `log_givemoney` DISABLE KEYS */; INSERT INTO `log_givemoney` VALUES (51,'2020-01-20 04:44:09','Rafael_Martinez (uid: 73) has used /givemoney to give $5000 to Rafael_Martinez (uid: 73).'),(52,'2020-01-20 08:15:40','Rafael_Martinez (uid: 73) has used /givemoney to give $666 to Rafael_Martinez (uid: 73).'),(53,'2020-01-20 08:15:41','Rafael_Martinez (uid: 73) has used /givemoney to give $666 to Rafael_Martinez (uid: 73).'),(54,'2020-01-20 08:15:42','Rafael_Martinez (uid: 73) has used /givemoney to give $666 to Rafael_Martinez (uid: 73).'),(55,'2020-01-20 08:15:46','Rafael_Martinez (uid: 73) has used /givemoney to give $66666 to Rafael_Martinez (uid: 73).'),(56,'2020-01-20 08:25:27','Stranger_25806 (uid: 73) has used /givemoney to give $99999999 to Stranger_25806 (uid: 73).'),(57,'2020-01-20 20:01:44','Rafael_Martinez (uid: 73) has used /givemoney to give $1470691 to Rafael_Martinez (uid: 73).'),(58,'2020-01-20 20:01:55','Rafael_Martinez (uid: 73) has used /givemoney to give $10000 to Rafael_Martinez (uid: 73).'),(59,'2020-01-21 01:38:12','Nicolas_Joshua (uid: 74) has used /givemoney to give $9 to Alex_Bio (uid: 78).'),(60,'2020-01-21 01:48:54','Nicolas_Joshua (uid: 74) has used /givemoney to give $500 to Nicolas_Joshua (uid: 74).'),(61,'2020-01-21 17:21:49','Rafael_Martinez (uid: 73) has used /givemoney to give $2000 to Rafael_Martinez (uid: 73).'),(62,'2020-01-21 18:21:31','Rafael_Martinez (uid: 73) has used /givemoney to give $2000 to Michael_Thompson (uid: 100).'),(63,'2020-01-22 02:18:17','Carlos_Vayne (uid: 73) has used /givemoney to give $2000 to Nicolas_Joshua (uid: 74).'),(64,'2020-01-24 15:08:51','Carlos_Vayne (uid: 73) has used /givemoney to give $1300000 to Carlos_Vayne (uid: 73).'),(65,'2020-01-24 15:10:05','Carlos_Vayne (uid: 73) has used /givemoney to give $1300000 to Carlos_Vayne (uid: 73).'),(66,'2020-01-24 15:10:08','Carlos_Vayne (uid: 73) has used /givemoney to give $130000 to Carlos_Vayne (uid: 73).'),(67,'2020-01-26 23:28:20','Carlos_Vayne (uid: 73) has used /givemoney to give $5000 to Edward_Collins (uid: 116).'),(68,'2020-02-02 22:16:30','Carlos_Vayne (uid: 73) has used /givemoney to give $7000 to Carlos_Vayne (uid: 73).'),(69,'2020-02-02 22:16:56','Carlos_Vayne (uid: 73) has used /givemoney to give $1000 to Carlos_Vayne (uid: 73).'),(70,'2020-02-02 22:18:22','Carlos_Vayne (uid: 73) has used /givemoney to give $2000 to Carlos_Vayne (uid: 73).'); /*!40000 ALTER TABLE `log_givemoney` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_makeadmin` -- DROP TABLE IF EXISTS `log_makeadmin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_makeadmin` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_makeadmin` -- LOCK TABLES `log_makeadmin` WRITE; /*!40000 ALTER TABLE `log_makeadmin` DISABLE KEYS */; INSERT INTO `log_makeadmin` VALUES (55,'2020-01-20 05:18:41','Rafael_Martinez (uid: 73) set Rafael_Martinez\'s (uid: 73) admin level to 9'),(56,'2020-01-20 14:29:25','Cybernetic_Organism (uid: 68) set Nicolas_Joshua\'s (uid: 74) admin level to 9'),(57,'2020-01-20 16:15:16','Rafael_Martinez (uid: 73) set Rafael_Martinez\'s (uid: 73) admin level to 9'),(58,'2020-01-20 16:15:38','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) admin level to 8'),(59,'2020-01-20 19:37:27','Rafael_Martinez (uid: 73) set Alex_Bio\'s (uid: 78) admin level to 5'),(60,'2020-01-20 19:51:10','Rafael_Martinez (uid: 73) set Latjon_Rezar\'s (uid: 81) admin level to 5'),(61,'2020-01-20 20:07:36','Rafael_Martinez (uid: 73) set Rico_Maldonado\'s (uid: 79) admin level to 5'),(62,'2020-01-20 20:48:19','Rafael_Martinez (uid: 73) set Sebastian_Prince\'s (uid: 72) admin level to 7'),(63,'2020-01-21 22:39:31','Rafael_Martinez (uid: 73) set Jesse_DiCaprio\'s (uid: 90) admin level to 5'),(64,'2020-01-22 18:23:11','Carlos_Vayne (uid: 73) set Alex_Bio\'s (uid: 78) admin level to 6'),(65,'2020-01-22 18:23:16','Carlos_Vayne (uid: 73) set Alex_Bio\'s (uid: 78) admin level to 5'),(66,'2020-01-22 18:23:19','Carlos_Vayne (uid: 73) set Alex_Bio\'s (uid: 78) admin level to 6'),(67,'2020-01-24 23:52:53','Carlos_Vayne (uid: 73) set Nicolas_Joshua\'s (uid: 74) admin level to 0'),(68,'2020-02-09 01:30:33','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 1'),(69,'2020-02-09 01:30:53','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 2'),(70,'2020-02-09 01:30:55','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 3'),(71,'2020-02-09 01:30:56','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 4'),(72,'2020-02-09 01:30:57','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 5'),(73,'2020-02-09 01:30:59','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 6'),(74,'2020-02-09 01:31:01','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 7'),(75,'2020-02-09 01:31:07','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 5'),(76,'2020-02-09 01:35:39','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 8'),(77,'2020-02-09 01:35:43','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 9'),(78,'2020-02-09 01:53:26','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 1'),(79,'2020-02-09 01:54:13','tBKwtWS (uid: 68) set Betty_Boop\'s (uid: 153) admin level to 0'); /*!40000 ALTER TABLE `log_makeadmin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_makehelper` -- DROP TABLE IF EXISTS `log_makehelper`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_makehelper` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_makehelper` -- LOCK TABLES `log_makehelper` WRITE; /*!40000 ALTER TABLE `log_makehelper` DISABLE KEYS */; INSERT INTO `log_makehelper` VALUES (6,'2020-01-20 19:41:15','Sebastian_Prince (uid: 72) set Demarco_Houston\'s (uid: 77) helper level to 3'),(7,'2020-01-20 19:41:16','Sebastian_Prince (uid: 72) set Demarco_Houston\'s (uid: 77) helper level to 4'),(8,'2020-01-20 21:18:05','Geoff_Brown (uid: 77) set James_Carter\'s (uid: 87) helper level to 1'),(9,'2020-01-28 20:55:38','Geoff_Brown (uid: 77) set Geoff_Brown\'s (uid: 77) helper level to 4'),(10,'2020-02-05 20:26:16','Geoff_Brown (uid: 77) set Betty_Boop\'s (uid: 153) helper level to 4'),(11,'2020-02-08 07:38:06','Betty_Boop (uid: 153) set Darwin_Escobar\'s (uid: 166) helper level to 1'); /*!40000 ALTER TABLE `log_makehelper` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_namechanges` -- DROP TABLE IF EXISTS `log_namechanges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_namechanges` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_namechanges` -- LOCK TABLES `log_namechanges` WRITE; /*!40000 ALTER TABLE `log_namechanges` DISABLE KEYS */; INSERT INTO `log_namechanges` VALUES (7,'2020-01-20 20:51:32','Latjon_Rezar (uid: 81) accepted JamesCarter\'s (uid: 0) free namechange to James_Carter.'),(8,'2020-01-20 20:53:32','Sebastian_Prince (uid: 72) accepted Demarco_Houston\'s (uid: 77) free namechange to Geoff_Brown.'),(9,'2020-01-21 21:37:53','Sam_Alderman (uid: 71) accepted Sam_Alderman\'s (uid: 71) free namechange to Diana_Thompson.'),(10,'2020-01-22 02:03:36','Rafael_Martinez (uid: 73) changed Rafael_Martinez\'s (uid: 73) name to Carlos_Vayne.'),(11,'2020-01-22 19:30:04','Heidi_Aukje_Grundel (uid: 69) accepted MarkataBG\'s (uid: 0) free namechange to mario_rosenov.'),(12,'2020-01-22 19:30:38','Alex_Bio (uid: 78) accepted AdriqnBG\'s (uid: 0) free namechange to Adriqn_Vasilev.'),(13,'2020-01-22 19:33:28','Alex_Bio (uid: 78) changed mario_rosenov\'s (uid: 105) name to Mario_Rosenovv.'),(14,'2020-01-22 19:33:30','Alex_Bio (uid: 78) changed Mario_Rosenovv\'s (uid: 105) name to Mario_Rosenov.'),(15,'2020-01-23 17:59:40','Rico_Maldonado (uid: 79) changed Michael_Thompson\'s (uid: 100) name to Matthew_Dark.'),(16,'2020-01-26 14:34:37','Alex_Bio (uid: 78) changed Lester_Crest\'s (uid: 115) name to Julia_Betts.'),(17,'2020-01-26 15:34:00','Alex_Bio (uid: 78) changed James_Carter\'s (uid: 87) name to John_Alite.'),(18,'2020-01-26 23:52:20','Carlos_Vayne (uid: 73) changed Edward_Collins\'s (uid: 116) name to Samuel_Payne.'),(19,'2020-01-29 14:24:09','Cybernetic_Organism (uid: 68) changed Rico_Maldonado\'s (uid: 79) name to Kane_King.'),(20,'2020-02-10 18:48:51','Alex_Bio (uid: 78) accepted Skozak_F7\'s (uid: 170) free namechange to Skozak_Nelson.'); /*!40000 ALTER TABLE `log_namechanges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_namehistory` -- DROP TABLE IF EXISTS `log_namehistory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_namehistory` ( `id` int(10) NOT NULL AUTO_INCREMENT, `uid` int(10) DEFAULT NULL, `oldname` varchar(24) DEFAULT NULL, `newname` varchar(24) DEFAULT NULL, `changedby` varchar(24) DEFAULT NULL, `date` datetime DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_namehistory` -- LOCK TABLES `log_namehistory` WRITE; /*!40000 ALTER TABLE `log_namehistory` DISABLE KEYS */; INSERT INTO `log_namehistory` VALUES (7,0,'JamesCarter','James_Carter','Latjon_Rezar','2020-01-20 20:51:32'),(8,77,'Demarco_Houston','Geoff_Brown','Sebastian_Prince','2020-01-20 20:53:32'),(9,71,'Sam_Alderman','Diana_Thompson','Sam_Alderman','2020-01-21 21:37:53'),(10,73,'Rafael_Martinez','Carlos_Vayne','Rafael_Martinez','2020-01-22 02:03:36'),(11,0,'MarkataBG','mario_rosenov','Heidi_Aukje_Grundel','2020-01-22 19:30:04'),(12,0,'AdriqnBG','Adriqn_Vasilev','Alex_Bio','2020-01-22 19:30:38'),(13,105,'mario_rosenov','Mario_Rosenovv','Alex_Bio','2020-01-22 19:33:28'),(14,105,'Mario_Rosenovv','Mario_Rosenov','Alex_Bio','2020-01-22 19:33:30'),(15,100,'Michael_Thompson','Matthew_Dark','Rico_Maldonado','2020-01-23 17:59:40'),(16,115,'Lester_Crest','Julia_Betts','Alex_Bio','2020-01-26 14:34:37'),(17,87,'James_Carter','John_Alite','Alex_Bio','2020-01-26 15:34:00'),(18,116,'Edward_Collins','Samuel_Payne','Carlos_Vayne','2020-01-26 23:52:20'),(19,79,'Rico_Maldonado','Kane_King','Cybernetic_Organism','2020-01-29 14:24:09'),(20,170,'Skozak_F7','Skozak_Nelson','Alex_Bio','2020-02-10 18:48:51'); /*!40000 ALTER TABLE `log_namehistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_property` -- DROP TABLE IF EXISTS `log_property`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_property` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_property` -- LOCK TABLES `log_property` WRITE; /*!40000 ALTER TABLE `log_property` DISABLE KEYS */; INSERT INTO `log_property` VALUES (52,'2020-01-20 04:44:12','Rafael_Martinez (uid: 73) purchased Room (id: 711) for $8000.'),(53,'2020-01-20 08:23:27','Stranger_25806 (uid: 73) purchased a Yosemite for $37500.'),(54,'2020-01-20 08:25:37','Stranger_25806 (uid: 73) purchased a Sparrow for $750000.'),(55,'2020-01-20 08:27:27','Stranger_25806 (uid: 73) purchased a Sparrow for $750000.'),(56,'2020-01-20 20:04:52','Nicolas_Joshua (uid: 74) purchased a Washington for $15000.'),(57,'2020-01-20 20:05:05','Rafael_Martinez (uid: 73) purchased a Bravura for $10000.'),(58,'2020-01-20 20:14:25','Heidi_Aukje_Grundel (uid: 69) purchased a land (id: 6) in Fort Carson for $1.'),(59,'2020-01-20 20:50:09','Nicolas_Joshua (uid: 74) purchased a land (id: 7) in Fort Carson for $1.'),(60,'2020-01-20 21:11:24','Heidi_Aukje_Grundel (uid: 69) purchased a land (id: 8) in Fort Carson for $1.'),(61,'2020-01-21 01:38:10','Alex_Bio (uid: 78) purchased a land (id: 9) in Fort Carson for $9.'),(62,'2020-01-21 01:48:26','Nicolas_Joshua (uid: 74) purchased a land (id: 10) in Fort Carson for $1.'),(63,'2020-01-21 06:35:23','John_Pastor (uid: 98) purchased a Bravura for $10000.'),(64,'2020-01-21 13:28:17','Rafael_Martinez (uid: 73) purchased Room (id: 593) for $25000.'),(65,'2020-01-21 20:59:13','Jason_Rezar (uid: 76) purchased a Washington for $15000.'),(66,'2020-01-22 01:02:08','Nicolas_Joshua (uid: 74) sold their Washington (id: 49) to the dealership for $187500'),(67,'2020-01-22 01:03:18','Nicolas_Joshua (uid: 74) purchased a Savanna for $125000.'),(68,'2020-01-22 01:20:00','Alex_Bio (uid: 78) purchased a Freeway for $40000.'),(69,'2020-01-22 01:22:04','Nicolas_Joshua (uid: 74) paid $20000 to set the license plate of their Savanna (id: 78) to TiMo.'),(70,'2020-01-22 01:22:21','Nicolas_Joshua (uid: 74) purchased a level 1 alarm for their Savanna (id: 78).'),(71,'2020-01-22 09:08:51','Carlos_Vayne (uid: 73) purchased a Mesa for $27500.'),(72,'2020-01-22 21:43:42','Geoff_Brown (uid: 77) purchased a Blista Compact for $17500.'),(73,'2020-01-23 04:34:02','Jayvon_Martin (uid: 110) purchased a Washington for $15000.'),(74,'2020-01-24 15:08:56','Carlos_Vayne (uid: 73) purchased a Club for $130000.'),(75,'2020-01-24 20:51:48','Nicolas_Joshua (uid: 74) sold their Savanna (id: 78) to the dealership for $131250'),(76,'2020-01-24 20:52:47','Nicolas_Joshua (uid: 74) purchased a Blista Compact for $27500.'),(77,'2020-01-24 21:33:57','Nicolas_Joshua (uid: 74) purchased a Camper for $50000.'),(78,'2020-01-24 21:34:46','Nicolas_Joshua (uid: 74) purchased red neon for their Camper (id: 108)'),(79,'2020-01-24 21:36:02','Nicolas_Joshua (uid: 74) sold their Blista Compact (id: 107) to the dealership for $150000'),(80,'2020-01-24 21:38:40','Nicolas_Joshua (uid: 74) purchased House (id: 45) for $35000.'),(81,'2020-01-24 23:53:46','Edward_Collins (uid: 116) purchased a Clover for $10000.'),(82,'2020-01-25 02:19:50','Catherine_Fellinger (uid: 117) purchased a Bravura for $10000.'),(83,'2020-01-25 14:26:20','Raze_Box (uid: 90) purchased a Faggio for $9000.'),(84,'2020-01-25 16:19:51','Carlos_Vayne (uid: 73) purchased a Mountain Bike for $2500.'),(85,'2020-01-25 17:23:48','Carlos_Vayne (uid: 73) (IP: 197.25.201.104) sold their Bravura (id: 50) for $1 to Jason_Rezar (uid: 76) (IP: 5.206.232.254)'),(86,'2020-01-25 17:24:00','Jason_Rezar (uid: 76) (IP: 5.206.232.254) sold their Washington (id: 62) for $1 to Carlos_Vayne (uid: 73) (IP: 197.25.201.104)'),(87,'2020-01-25 23:00:18','Shanika_Preston (uid: 120) purchased a Bravura for $10000.'),(88,'2020-01-26 15:47:06','Julius_Banks (uid: 111) purchased a Clover for $10000.'),(89,'2020-01-27 18:21:17','Sam_Alderman (uid: 71) purchased a Buffalo for $180000.'),(90,'2020-01-28 21:10:46','Jason_Rezar (uid: 76) purchased House (id: 60) for $35000.'),(91,'2020-01-28 21:54:14','Jason_Rezar (uid: 76) sold their Bravura (id: 50) to the dealership for $7500'),(92,'2020-01-28 22:15:13','Kaylie_Charlotte (uid: 83) purchased a Admiral for $35000.'),(93,'2020-01-29 13:25:46','Rico_Maldonado (uid: 79) purchased House (id: 57) for $35000.'),(94,'2020-01-29 14:34:05','Alex_Bio (uid: 78) purchased Club/Bar (id: 26) for $270000.'),(95,'2020-01-29 22:46:05','Geoff_Brown (uid: 77) upgraded the trunk of their Blista Compact (id: 92) to level 1/3.'),(96,'2020-01-30 00:15:13','Heidi_Aukje_Grundel (uid: 69) purchased Restaurant (id: 22) for $500000.'),(97,'2020-01-30 14:44:05','Jason_Rezar (uid: 76) purchased a Clover for $10000.'),(98,'2020-01-30 15:36:53','Brian_Ramsey (uid: 133) purchased a Bravura for $10000.'),(99,'2020-01-31 01:27:04','Mason_Flame (uid: 137) purchased a Bravura for $10000.'),(100,'2020-01-31 20:00:09','Michael_Joshua (uid: 75) purchased a Stratum for $48000.'),(101,'2020-02-01 19:17:26','Michael_Joshua (uid: 75) purchased a Yosemite for $37500.'),(102,'2020-02-01 21:04:53','Brian_Mcgee (uid: 134) purchased a Bravura for $10000.'),(103,'2020-02-02 00:45:23','Dennis_Rader (uid: 143) (IP: 79.67.48.10) sold their house (id: 33) for $1 to Harold_Shipmen (uid: 141) (IP: 79.67.48.10)'),(104,'2020-02-02 11:32:08','Michael_Joshua (uid: 75) sold their Stratum (id: 132) to the dealership for $36000'),(105,'2020-02-02 11:36:20','Michael_Joshua (uid: 75) purchased a Sentinel for $62000.'),(106,'2020-02-02 11:41:17','Michael_Joshua (uid: 75) purchased a Wayfarer for $23000.'),(107,'2020-02-02 20:28:42','Jason_Rezar (uid: 76) purchased a Yosemite for $37500.'),(108,'2020-02-02 21:02:00','Jason_Rezar (uid: 76) purchased a land (id: 12) in Fort Carson for $1.'),(109,'2020-02-02 21:02:34','Max_Callahan (uid: 125) purchased a Sabre for $40000.'),(110,'2020-02-02 22:05:37','Brian_Mcgee (uid: 134) purchased a Merit for $65000.'),(111,'2020-02-02 22:17:50','Carlos_Vayne (uid: 73) purchased a Faggio for $9000.'),(112,'2020-02-03 12:24:47','Betty_Boop (uid: 153) purchased a Clover for $10000.'),(113,'2020-02-04 21:21:28','Jason_Rezar (uid: 76) sold their Clover (id: 125) to the dealership for $7500'),(114,'2020-02-04 21:55:26','Betty_Boop (uid: 153) sold their Clover (id: 152) to the dealership for $7500'),(115,'2020-02-05 08:56:15','Janet_Baker (uid: 80) purchased a Clover for $10000.'),(116,'2020-02-05 09:07:01','Betty_Boop (uid: 153) purchased a Blista Compact for $27500.'),(117,'2020-02-05 21:07:48','Brian_Mcgee (uid: 134) purchased Room (id: 32) for $25000.'),(118,'2020-02-06 18:02:02','Jason_Rezar (uid: 76) purchased a Elegant for $62000.'),(119,'2020-02-07 20:05:21','Heidi_Aukje_Grundel (uid: 69) purchased Clothes Shop (id: 17) for $750000.'),(120,'2020-02-07 20:57:19','Michael_Joshua (uid: 75) sold their house (id: 46) to the state for $26250'),(121,'2020-02-07 20:57:27','Michael_Joshua (uid: 75) purchased House (id: 46) for $35000.'),(122,'2020-02-08 07:33:58','Darwin_Escobar (uid: 166) purchased a Clover for $10000.'),(123,'2020-02-08 14:45:35','Michael_Joshua (uid: 75) sold their Yosemite (id: 133) to the dealership for $28125'),(124,'2020-02-08 14:45:53','Michael_Joshua (uid: 75) purchased a Bobcat for $23000.'),(125,'2020-02-09 04:20:30','Sam_Alderman (uid: 71) purchased a Blista Compact for $27500.'),(126,'2020-02-09 12:54:08','Carlos_Vayne (uid: 73) purchased a land (id: 14) in Fort Carson for $1.'),(127,'2020-02-09 22:05:01','Michael_Joshua (uid: 75) purchased a land (id: 15) in The Panopticon for $400000.'),(128,'2020-02-10 19:38:49','Betty_Boop (uid: 153) purchased a Admiral for $35000.'),(129,'2020-02-10 20:54:42','Skozak_Nelson (uid: 170) purchased Room (id: 41) for $25000.'),(130,'2020-02-10 21:22:59','Betty_Boop (uid: 153) purchased House (id: 54) for $35000.'),(131,'2020-02-11 03:26:03','Gordan_Musty (uid: 174) purchased a Clover for $10000.'),(132,'2020-02-12 07:05:23','Betty_Boop (uid: 153) upgraded their house interior (id: 54) to interior 3 for $125000.'),(133,'2020-02-12 18:50:51','Chris_Muller (uid: 177) purchased a Willard for $50000.'),(134,'2020-02-12 21:07:50','Flap_Jack (uid: 178) purchased House (id: 65) for $35000.'),(135,'2020-02-13 20:46:10','Betty_Boop (uid: 153) (IP: 107.242.120.120) sold their Blista Compact (id: 154) for $10000 to Jason_Rezar (uid: 76) (IP: 185.171.62.5)'); /*!40000 ALTER TABLE `log_property` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_punishments` -- DROP TABLE IF EXISTS `log_punishments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_punishments` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_punishments` -- LOCK TABLES `log_punishments` WRITE; /*!40000 ALTER TABLE `log_punishments` DISABLE KEYS */; INSERT INTO `log_punishments` VALUES (19,'2020-01-20 20:42:21','Rafael_Martinez (uid: 73) jailed Muhammad_Grundel (uid: 82) for 30 minutes, reason: . '),(20,'2020-01-20 20:43:03','Rafael_Martinez (uid: 73) has banned IP: 79.46.100.199, reason: N/A'),(21,'2020-01-20 22:10:46','Rico_Maldonado (uid: 79) jailed Rico_Maldonado (uid: 79) for 1 minutes, reason: 1'),(22,'2020-01-20 22:10:51','Alex_Bio (uid: 78) jailed Rico_Maldonado (uid: 79) for 1 minutes, reason: .'),(23,'2020-01-24 23:58:49','Carlos_Vayne (uid: 73) has banned IP: 41.237.120.138, reason: N/A'),(24,'2020-01-28 21:19:56','Latjon_Rezar (uid: 81) banned Emilio_Thompson (uid: 126), reason: Go troll somewhere else.'),(25,'2020-01-28 21:19:59','Latjon_Rezar (uid: 81) banned Antonio_Sosa (uid: 129), reason: Go troll somewhere else.'),(26,'2020-01-28 21:24:17','Latjon_Rezar (uid: 81) has banned IP: 46.193.164.91, reason: Banned already.'),(27,'2020-01-28 21:24:46','Latjon_Rezar (uid: 81) has banned IP: 79.106.131.175, reason: Banned Already (Switching IP)'),(28,'2020-01-28 21:29:18','Latjon_Rezar (uid: 81) rangebanned Emilio_Thompson (uid: 126), reason: Banned'),(29,'2020-01-28 21:29:58','Latjon_Rezar (uid: 81) rangebanned Antonio_Sosa (uid: 129), reason: Banned already'),(30,'2020-02-02 01:25:45','Sebastian_Prince (uid: 72) silently banned Harold_Shipmen (uid: 141), reason: Possible money sharing between accounts on same IP -- DM me on discord @ Drone#8564'),(31,'2020-02-03 22:22:53','Alex_Bio (uid: 78) kicked Viola_Orzoco (uid: 0), reason: .'),(32,'2020-02-08 00:07:35','Alex_Bio (uid: 78) kicked Viola_Orozco (uid: 0), reason: afk too long.'),(33,'2020-02-09 03:08:42','Cybernetic_Organism (uid: 68) jailed Cybernetic_Organism (uid: 68) for 1 minutes, reason: test'),(34,'2020-02-10 18:48:22','Skozak_F7 (uid: 170) has been prisoned for 20 minutes, reason: failing to change their name.'); /*!40000 ALTER TABLE `log_punishments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_referrals` -- DROP TABLE IF EXISTS `log_referrals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_referrals` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_referrals` -- LOCK TABLES `log_referrals` WRITE; /*!40000 ALTER TABLE `log_referrals` DISABLE KEYS */; INSERT INTO `log_referrals` VALUES (1,'2020-01-21 22:32:58','Sebastian_Prince (uid: 72) (IP: 209.33.119.159) has received 10 cookies for referring Sam_Alderman (uid: 71) (IP: 92.238.234.77).'); /*!40000 ALTER TABLE `log_referrals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_setstat` -- DROP TABLE IF EXISTS `log_setstat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_setstat` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=104 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_setstat` -- LOCK TABLES `log_setstat` WRITE; /*!40000 ALTER TABLE `log_setstat` DISABLE KEYS */; INSERT INTO `log_setstat` VALUES (76,'2020-01-20 04:20:06','Sebastian_Prince (uid: 72) set Sebastian_Prince\'s (uid: 72) hours to 2'),(77,'2020-01-20 16:08:34','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) hours to 9555'),(78,'2020-01-20 22:18:45','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) materials to 1'),(79,'2020-01-20 22:19:03','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) materials to 5555'),(80,'2020-01-20 22:19:15','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) job to 4'),(81,'2020-01-20 22:19:41','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) materials to 0'),(82,'2020-01-22 19:36:22','Alex_Bio (uid: 78) set Alex_Bio\'s (uid: 78) Cigars to 10'),(83,'2020-01-24 20:08:41','Alex_Bio (uid: 78) set Lester_Crest\'s (uid: 115) CarLicense to 1'),(84,'2020-01-24 21:54:07','Nicolas_Joshua (uid: 74) set Nicolas_Joshua\'s (uid: 74) hours to 10'),(85,'2020-01-25 01:48:49','Jesse_DiCaprio (uid: 90) set Jesse_DiCaprio\'s (uid: 90) job to 2'),(86,'2020-01-25 01:48:58','Jesse_DiCaprio (uid: 90) set Jesse_DiCaprio\'s (uid: 90) job to 5'),(87,'2020-01-25 14:25:47','Heidi_Aukje_Grundel (uid: 69) set Raze_Box\'s (uid: 90) level to 1'),(88,'2020-01-25 14:59:45','Jesse_DiCaprio (uid: 90) set Jesse_DiCaprio\'s (uid: 90) level to 9'),(89,'2020-01-25 15:22:17','Jesse_DiCaprio (uid: 90) set Jesse_DiCaprio\'s (uid: 90) level to 3'),(90,'2020-01-25 15:23:47','Jesse_DiCaprio (uid: 90) set Jesse_DiCaprio\'s (uid: 90) level to 1'),(91,'2020-01-25 17:02:46','Carlos_Vayne (uid: 73) set Jason_Rezar\'s (uid: 76) boombox to 1'),(92,'2020-01-25 18:14:36','Heidi_Aukje_Grundel (uid: 69) set James_Carter\'s (uid: 87) carlicense to 1'),(93,'2020-01-26 22:14:49','Heidi_Aukje_Grundel (uid: 69) set Edward_Collins\'s (uid: 116) Rimkits to 1'),(94,'2020-01-29 15:45:04','Alex_Bio (uid: 78) set Alex_Bio\'s (uid: 78) channel to 666'),(95,'2020-01-29 15:45:22','Cybernetic_Organism (uid: 68) set Cybernetic_Organism\'s (uid: 68) channel to 666'),(96,'2020-01-29 23:10:17','Alex_Bio (uid: 78) set Kane_King\'s (uid: 79) channel to 666'),(97,'2020-01-30 15:24:17','Heidi_Aukje_Grundel (uid: 69) set Kane_King\'s (uid: 79) materials to 100000'),(98,'2020-01-30 15:27:46','Heidi_Aukje_Grundel (uid: 69) set Kane_King\'s (uid: 79) materials to 100000'),(99,'2020-01-30 15:28:06','Heidi_Aukje_Grundel (uid: 69) set Kane_King\'s (uid: 79) materials to 500000'),(100,'2020-01-30 20:50:03','Alex_Bio (uid: 78) set Geoff_Brown\'s (uid: 77) walkietalkie to 1'),(101,'2020-01-30 20:50:10','Alex_Bio (uid: 78) set Geoff_Brown\'s (uid: 77) channel to 666'),(102,'2020-02-02 18:16:00','Alex_Bio (uid: 78) set Alex_Coleman\'s (uid: 149) channel to 666'),(103,'2020-02-07 22:34:59','Heidi_Aukje_Grundel (uid: 69) set Max_Callahan\'s (uid: 125) boombox to 1'); /*!40000 ALTER TABLE `log_setstat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `log_vip` -- DROP TABLE IF EXISTS `log_vip`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `log_vip` ( `id` int(10) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `log_vip` -- LOCK TABLES `log_vip` WRITE; /*!40000 ALTER TABLE `log_vip` DISABLE KEYS */; INSERT INTO `log_vip` VALUES (12,'2020-01-20 03:18:47','Sebastian_Prince (uid: 72) has given Sebastian_Prince (uid: 72) a Royal donator package for 1 days.'),(13,'2020-01-20 04:54:30','Rafael_Martinez (uid: 73) has given Rafael_Martinez (uid: 73) a Royal donator package for 1 days.'); /*!40000 ALTER TABLE `log_vip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phonebook` -- DROP TABLE IF EXISTS `phonebook`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `phonebook` ( `name` varchar(24) DEFAULT NULL, `number` int(10) unsigned DEFAULT NULL, `id` int(100) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`), UNIQUE KEY `number` (`number`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `phonebook` -- LOCK TABLES `phonebook` WRITE; /*!40000 ALTER TABLE `phonebook` DISABLE KEYS */; /*!40000 ALTER TABLE `phonebook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `playerbackpack` -- DROP TABLE IF EXISTS `playerbackpack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `playerbackpack` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `BackpackOwner` int(11) NOT NULL DEFAULT '-1', `BackpackSize` int(11) NOT NULL DEFAULT '0', `HouseStored` int(11) NOT NULL DEFAULT '0', `VehicleStored` int(11) NOT NULL DEFAULT '0', `Cash` int(11) NOT NULL DEFAULT '0', `Crack` int(11) NOT NULL DEFAULT '0', `Pot` int(11) NOT NULL DEFAULT '0', `Mats` int(11) NOT NULL DEFAULT '0', `Gun0` int(11) NOT NULL DEFAULT '0', `Gun1` int(11) NOT NULL DEFAULT '0', `Gun2` int(11) NOT NULL DEFAULT '0', `Gun3` int(11) NOT NULL DEFAULT '0', `Gun4` int(11) NOT NULL DEFAULT '0', `Spraycans` int(11) NOT NULL DEFAULT '0', `Ropes` int(11) NOT NULL DEFAULT '0', `Skins` int(1) DEFAULT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `ID_UNIQUE` (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `playerbackpack` -- LOCK TABLES `playerbackpack` WRITE; /*!40000 ALTER TABLE `playerbackpack` DISABLE KEYS */; INSERT INTO `playerbackpack` VALUES (4,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NULL); /*!40000 ALTER TABLE `playerbackpack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `points` -- DROP TABLE IF EXISTS `points`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `points` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `name` varchar(32) DEFAULT NULL, `capturedby` varchar(24) DEFAULT 'No-one', `capturedgang` tinyint(2) DEFAULT '-1', `type` tinyint(2) DEFAULT '0', `profits` int(10) DEFAULT '0', `time` tinyint(2) DEFAULT '24', `point_x` float DEFAULT '0', `point_y` float DEFAULT '0', `point_z` float DEFAULT '0', `pointinterior` tinyint(2) DEFAULT '0', `pointworld` int(10) DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `points` -- LOCK TABLES `points` WRITE; /*!40000 ALTER TABLE `points` DISABLE KEYS */; /*!40000 ALTER TABLE `points` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `shots` -- DROP TABLE IF EXISTS `shots`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `shots` ( `id` int(10) NOT NULL AUTO_INCREMENT, `playerid` smallint(3) DEFAULT NULL, `weaponid` tinyint(2) DEFAULT NULL, `hittype` tinyint(2) DEFAULT NULL, `hitid` int(10) DEFAULT NULL, `hitplayer` varchar(24) DEFAULT NULL, `pos_x` float DEFAULT NULL, `pos_y` float DEFAULT NULL, `pos_z` float DEFAULT NULL, `timestamp` int(10) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=994 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `shots` -- LOCK TABLES `shots` WRITE; /*!40000 ALTER TABLE `shots` DISABLE KEYS */; INSERT INTO `shots` VALUES (993,2,49,1,5,'Jason_Rezar',0,0,0,1581624015); /*!40000 ALTER TABLE `shots` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `speedcameras` -- DROP TABLE IF EXISTS `speedcameras`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `speedcameras` ( `1` int(11) NOT NULL, `speedRange` int(11) NOT NULL, `speedLimit` int(11) NOT NULL, `speedObjects` int(11) NOT NULL, `speedID` int(11) NOT NULL, `speedX` int(11) NOT NULL, `speedY` int(11) NOT NULL, `speedZ` int(11) NOT NULL, `speedAngle` int(11) NOT NULL, `id` int(10) NOT NULL AUTO_INCREMENT, `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `speedcameras` -- LOCK TABLES `speedcameras` WRITE; /*!40000 ALTER TABLE `speedcameras` DISABLE KEYS */; INSERT INTO `speedcameras` VALUES (0,0,0,0,0,0,0,0,0,1,'\0'),(0,0,0,0,0,0,0,0,0,2,'\0'),(0,0,0,0,0,0,0,0,0,3,'\0'),(0,0,0,0,0,0,0,0,0,4,'\0'),(0,0,0,0,0,0,0,0,0,5,'\0'),(0,0,0,0,0,0,0,0,0,6,'\0'),(0,0,0,0,0,0,0,0,0,7,'\0'); /*!40000 ALTER TABLE `speedcameras` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `texts` -- DROP TABLE IF EXISTS `texts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `texts` ( `id` int(10) NOT NULL AUTO_INCREMENT, `sender_number` int(10) DEFAULT NULL, `recipient_number` int(10) DEFAULT NULL, `sender` varchar(24) DEFAULT NULL, `date` datetime DEFAULT NULL, `message` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `texts` -- LOCK TABLES `texts` WRITE; /*!40000 ALTER TABLE `texts` DISABLE KEYS */; /*!40000 ALTER TABLE `texts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `turfs` -- DROP TABLE IF EXISTS `turfs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `turfs` ( `id` tinyint(2) unsigned NOT NULL, `name` varchar(32) DEFAULT NULL, `capturedby` varchar(24) DEFAULT 'No-one', `capturedgang` tinyint(2) DEFAULT '-1', `type` tinyint(2) DEFAULT '0', `time` tinyint(2) DEFAULT '12', `min_x` float DEFAULT '0', `min_y` float DEFAULT '0', `max_x` float DEFAULT '0', `max_y` float DEFAULT '0', `height` float DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `turfs` -- LOCK TABLES `turfs` WRITE; /*!40000 ALTER TABLE `turfs` DISABLE KEYS */; /*!40000 ALTER TABLE `turfs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `passwordchanged` tinyint(1) NOT NULL DEFAULT '0', `uid` int(10) NOT NULL AUTO_INCREMENT, `username` varchar(24) DEFAULT NULL, `password` varchar(129) DEFAULT NULL, `regdate` datetime DEFAULT NULL, `lastlogin` datetime DEFAULT NULL, `ip` varchar(16) DEFAULT NULL, `setup` tinyint(1) DEFAULT '1', `gender` tinyint(1) DEFAULT '0', `age` tinyint(3) DEFAULT '18', `skin` smallint(3) DEFAULT '299', `camera_x` float DEFAULT '0', `camera_y` float DEFAULT '0', `camera_z` float DEFAULT '0', `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `pos_a` float DEFAULT '0', `interior` tinyint(2) DEFAULT '0', `world` int(10) DEFAULT '0', `cash` int(10) DEFAULT '5000', `bank` int(10) DEFAULT '10000', `paycheck` int(10) DEFAULT '0', `level` int(10) DEFAULT '1', `exp` int(10) DEFAULT '0', `minutes` tinyint(2) DEFAULT '0', `hours` int(10) DEFAULT '0', `adminlevel` int(10) DEFAULT '0', `adminname` varchar(24) DEFAULT 'None', `helperlevel` tinyint(2) DEFAULT '0', `health` float DEFAULT '100', `armor` float DEFAULT '0', `upgradepoints` int(10) DEFAULT '0', `warnings` tinyint(3) DEFAULT '0', `injured` tinyint(1) DEFAULT '0', `hospital` tinyint(1) DEFAULT '0', `spawnhealth` float DEFAULT '50', `spawnarmor` float DEFAULT '0', `jailtype` tinyint(1) DEFAULT '0', `jailtime` int(10) DEFAULT '0', `newbiemuted` tinyint(1) DEFAULT '0', `helpmuted` tinyint(1) DEFAULT '0', `admuted` tinyint(1) DEFAULT '0', `livemuted` tinyint(1) DEFAULT '0', `globalmuted` tinyint(1) DEFAULT '0', `reportmuted` tinyint(2) DEFAULT '0', `reportwarns` tinyint(2) DEFAULT '0', `fightstyle` tinyint(2) DEFAULT '4', `locked` tinyint(1) DEFAULT '0', `accent` varchar(16) DEFAULT 'None', `cookies` int(10) DEFAULT '0', `phone` int(10) DEFAULT '0', `job` int(10) DEFAULT '-1', `secondjob` tinyint(2) DEFAULT '-1', `crimes` int(10) DEFAULT '0', `arrested` int(10) DEFAULT '0', `wantedlevel` tinyint(2) DEFAULT '0', `materials` int(10) DEFAULT '0', `weed` int(10) DEFAULT '0', `cocaine` int(10) DEFAULT '0', `meth` int(10) DEFAULT '0', `painkillers` int(10) DEFAULT '0', `seeds` int(10) DEFAULT '0', `ephedrine` int(10) DEFAULT '0', `muriaticacid` int(10) DEFAULT '0', `bakingsoda` int(10) DEFAULT '0', `cigars` int(10) DEFAULT '0', `walkietalkie` tinyint(1) DEFAULT '0', `channel` int(10) DEFAULT '0', `rentinghouse` int(10) DEFAULT '0', `spraycans` int(10) DEFAULT '0', `boombox` tinyint(1) DEFAULT '0', `mp3player` tinyint(1) DEFAULT '0', `phonebook` tinyint(1) DEFAULT '0', `fishingrod` tinyint(1) DEFAULT '0', `fishingbait` int(10) DEFAULT '0', `fishweight` int(10) DEFAULT '0', `components` int(10) DEFAULT '0', `courierskill` int(10) DEFAULT '0', `fishingskill` int(10) DEFAULT '0', `guardskill` int(10) DEFAULT '0', `weaponskill` int(10) DEFAULT '0', `mechanicskill` int(10) DEFAULT '0', `lawyerskill` int(10) DEFAULT '0', `detectiveskill` int(10) DEFAULT '0', `smugglerskill` int(10) DEFAULT '0', `toggletextdraws` tinyint(1) DEFAULT '0', `togglebug` tinyint(1) DEFAULT '0', `toggleooc` tinyint(1) DEFAULT '0', `togglephone` tinyint(1) DEFAULT '0', `toggleadmin` tinyint(1) DEFAULT '0', `togglehelper` tinyint(1) DEFAULT '0', `togglenewbie` tinyint(1) DEFAULT '0', `togglewt` tinyint(1) DEFAULT '0', `toggleradio` tinyint(1) DEFAULT '0', `togglevip` tinyint(1) DEFAULT '0', `togglemusic` tinyint(1) DEFAULT '0', `togglefaction` tinyint(1) DEFAULT '0', `togglegang` tinyint(1) DEFAULT '0', `togglenews` tinyint(1) DEFAULT '0', `toggleglobal` tinyint(1) DEFAULT '1', `togglecam` tinyint(1) DEFAULT '0', `carlicense` tinyint(1) DEFAULT '0', `vippackage` tinyint(2) DEFAULT '0', `viptime` int(10) DEFAULT '0', `vipcooldown` int(10) DEFAULT '0', `weapon_0` tinyint(2) DEFAULT '0', `weapon_1` tinyint(2) DEFAULT '0', `weapon_2` tinyint(2) DEFAULT '0', `weapon_3` tinyint(2) DEFAULT '0', `weapon_4` tinyint(2) DEFAULT '0', `weapon_5` tinyint(2) DEFAULT '0', `weapon_6` tinyint(2) DEFAULT '0', `weapon_7` tinyint(2) DEFAULT '0', `weapon_8` tinyint(2) DEFAULT '0', `weapon_9` tinyint(2) DEFAULT '0', `weapon_10` tinyint(2) DEFAULT '0', `weapon_11` tinyint(2) DEFAULT '0', `weapon_12` tinyint(2) DEFAULT '0', `ammo_0` smallint(5) DEFAULT '0', `ammo_1` smallint(5) DEFAULT '0', `ammo_2` smallint(5) DEFAULT '0', `ammo_3` smallint(5) DEFAULT '0', `ammo_4` smallint(5) DEFAULT '0', `ammo_5` smallint(5) DEFAULT '0', `ammo_6` smallint(5) DEFAULT '0', `ammo_7` smallint(5) DEFAULT '0', `ammo_8` smallint(5) DEFAULT '0', `ammo_9` smallint(5) DEFAULT '0', `ammo_10` smallint(5) DEFAULT '0', `ammo_11` smallint(5) DEFAULT '0', `ammo_12` smallint(5) DEFAULT '0', `faction` tinyint(2) DEFAULT '-1', `gang` tinyint(2) DEFAULT '-1', `factionrank` tinyint(2) DEFAULT '0', `gangrank` tinyint(2) DEFAULT '0', `division` tinyint(2) DEFAULT '-1', `contracted` int(10) DEFAULT '0', `contractby` varchar(24) DEFAULT 'Nobody', `bombs` int(10) DEFAULT '0', `completedhits` int(10) DEFAULT '0', `failedhits` int(10) DEFAULT '0', `reports` int(10) DEFAULT '0', `helprequests` int(10) DEFAULT '0', `speedometer` tinyint(1) DEFAULT '1', `factionmod` tinyint(1) DEFAULT '0', `gangmod` tinyint(1) DEFAULT '0', `banappealer` tinyint(1) DEFAULT '0', `helpermanager` tinyint(1) DEFAULT '0', `dynamicadmin` tinyint(1) DEFAULT '0', `adminpersonnel` tinyint(1) DEFAULT '0', `weedplanted` tinyint(1) DEFAULT '0', `weedtime` int(10) DEFAULT '0', `weedgrams` int(10) DEFAULT '0', `weed_x` float DEFAULT '0', `weed_y` float DEFAULT '0', `weed_z` float DEFAULT '0', `weed_a` float DEFAULT '0', `inventoryupgrade` int(10) DEFAULT '0', `addictupgrade` int(10) DEFAULT '0', `traderupgrade` int(10) DEFAULT '0', `assetupgrade` int(10) DEFAULT '0', `pistolammo` smallint(5) DEFAULT '0', `shotgunammo` smallint(5) DEFAULT '0', `smgammo` smallint(5) DEFAULT '0', `arammo` smallint(5) DEFAULT '0', `rifleammo` smallint(5) DEFAULT '0', `hpammo` smallint(5) DEFAULT '0', `poisonammo` smallint(5) DEFAULT '0', `fmjammo` smallint(5) DEFAULT '0', `ammotype` tinyint(2) DEFAULT '0', `ammoweapon` tinyint(2) DEFAULT '0', `dmwarnings` tinyint(2) DEFAULT '0', `weaponrestricted` int(10) DEFAULT '0', `referral_uid` int(10) DEFAULT '0', `refercount` int(10) DEFAULT '0', `watch` tinyint(1) DEFAULT '0', `gps` tinyint(1) DEFAULT '0', `prisonedby` varchar(24) DEFAULT 'No-one', `prisonreason` varchar(128) DEFAULT 'None', `togglehud` tinyint(1) DEFAULT '1', `clothes` smallint(3) DEFAULT '-1', `showturfs` tinyint(1) DEFAULT '0', `showlands` tinyint(1) DEFAULT '0', `watchon` tinyint(1) DEFAULT '0', `gpson` tinyint(1) DEFAULT '0', `doublexp` int(10) DEFAULT '0', `couriercooldown` int(10) DEFAULT '0', `pizzacooldown` int(10) DEFAULT '0', `detectivecooldown` int(10) DEFAULT '0', `gascan` tinyint(1) DEFAULT NULL, `duty` int(1) DEFAULT NULL, `bandana` tinyint(10) DEFAULT NULL, `login_date` date DEFAULT NULL, `FormerAdmin` tinyint(3) NOT NULL DEFAULT '0', `customtitle` varchar(128) NOT NULL, `customcolor` int(10) NOT NULL DEFAULT '-256', `scanneron` tinyint(1) DEFAULT '0', `rimkits` int(10) DEFAULT '0', `bodykits` int(10) DEFAULT '0', `policescanner` tinyint(1) DEFAULT '0', `firstaid` int(10) DEFAULT '0', `extraSongs` int(11) NOT NULL DEFAULT '0', `top10` tinyint(1) NOT NULL DEFAULT '1', `totalfires` int(10) DEFAULT '0', `totalpatients` int(10) DEFAULT '0', `money_earned` bigint(20) DEFAULT '0', `money_spent` bigint(20) DEFAULT '0', `rope` int(10) DEFAULT '0', `insurance` tinyint(1) DEFAULT '0', `adminhide` tinyint(1) DEFAULT '0', `passportphone` int(10) DEFAULT '0', `passportskin` smallint(3) DEFAULT '0', `passportlevel` int(10) DEFAULT '0', `passportname` varchar(24) DEFAULT 'None', `passport` tinyint(1) DEFAULT '0', `globalmutetime` int(10) DEFAULT '0', `reportmutetime` int(10) DEFAULT '0', `newbiemutetime` int(10) DEFAULT '0', `togglereports` tinyint(1) DEFAULT '0', `thiefcooldown` int(10) DEFAULT '0', `crackcooldown` int(10) DEFAULT '0', `laborupgrade` int(10) DEFAULT '0', `scripter` tinyint(1) DEFAULT '0', `factionleader` tinyint(1) DEFAULT '0', `thiefskill` int(10) DEFAULT '0', `togglewhisper` tinyint(1) DEFAULT '0', `landkeys` tinyint(3) NOT NULL DEFAULT '-1', `rarecooldown` int(8) DEFAULT '0', `diamonds` smallint(5) DEFAULT '0', `bugged` tinyint(1) DEFAULT '0', `gameaffairs` tinyint(1) DEFAULT '0', `crew` tinyint(2) DEFAULT '-1', `newbies` mediumint(5) DEFAULT '0', `rollerskates` tinyint(2) DEFAULT '0', `marriedto` int(10) DEFAULT '-1', `humanresources` tinyint(1) DEFAULT '0', `complaintmod` tinyint(1) DEFAULT '0', `webdev` tinyint(1) DEFAULT '0', `graphic` tinyint(1) DEFAULT '0', `vehlock` tinyint(1) DEFAULT '0', `sprunk` int(10) DEFAULT '0', `truckinglevel` int(10) DEFAULT '0', `truckingxp` int(10) DEFAULT '0', `santagifts` int(10) DEFAULT '0', `seckey` int(11) unsigned NOT NULL, `togglepoint` tinyint(4) NOT NULL DEFAULT '0', `togglepm` tinyint(1) DEFAULT '0', `toggleturfs` tinyint(1) DEFAULT '0', `togglepoints` tinyint(1) DEFAULT '0', `tuckinglevel` int(10) NOT NULL DEFAULT '1', `notoriety` int(11) DEFAULT '0', `gunlicense` int(11) NOT NULL DEFAULT '0', `togglevehicle` tinyint(1) NOT NULL DEFAULT '0', `hunger` int(10) NOT NULL DEFAULT '100', `thirst` int(10) NOT NULL DEFAULT '100', `mask` int(10) DEFAULT '0', PRIMARY KEY (`uid`) USING BTREE, UNIQUE KEY `uid_UNIQUE` (`uid`) ) ENGINE=InnoDB AUTO_INCREMENT=184 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,68,'Cybernetic_Organism','DF3210C97BB5895B32A09C3CD9A905248FD2F34720711152C92EE6D1828E3122B0844C565536C5214B5F2C137FF638BD86F03EBC412DDDDD4018F968819BEEC0','2020-01-19 23:50:45','2020-02-13 18:56:09','86.83.121.29',0,1,99,248,-72.145,1183.1,119.742,-72.145,1183.1,19.742,90,0,0,10380,5867,0,2,4,40,4,99,'tBKwtWS',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,303815470,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,666,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,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,2,0,1,1,1,1,0,0,1,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,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'DevOps',-256,0,0,0,0,0,0,1,0,0,21000,15620,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,64,46,NULL),(1,69,'Heidi_Aukje_Grundel','DF3210C97BB5895B32A09C3CD9A905248FD2F34720711152C92EE6D1828E3122B0844C565536C5214B5F2C137FF638BD86F03EBC412DDDDD4018F968819BEEC0','2020-01-19 23:51:41','2020-02-13 14:49:55','169.254.0.0',0,2,23,150,-2.928,1529.97,1502.78,-2.815,1527.55,1501.81,182.675,3,4,1247,391137,0,9,5,18,76,7,'Violent Violet',0,98.68,0,2,0,0,0,50,2,0,0,0,0,0,0,0,0,0,4,0,'None',2,1,0,-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,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,5,-1,5,0,-1,0,'Nobody',0,0,0,16,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'No-one','None',1,150,0,1,1,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,1634240,1638477,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,-1,24,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,52,36,NULL),(1,71,'Sam_Alderman','7FB993563A5021ECAB5BBE2CB54F563B40A15EF8A53D26DC11DD8B911CB3BF423E41FA43E20902F990A73A308168BFD4C68785842E9A967D2ECA8BF11C254A9D','2020-01-20 02:33:02','2020-02-13 18:08:51','92.238.234.77',0,2,31,216,1365.66,273.789,20.36,1368.95,272.611,19.567,336.904,0,0,2605,836278,0,3,104,4,59,3,'None',0,95.05,0,4,0,0,0,50,0,0,0,0,0,0,0,0,0,0,6,0,'None',2,807139641,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,5,-1,4,0,-1,0,'Nobody',0,0,0,13,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,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,309476,311871,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,3,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1,72,'Sebastian_Prince','D9F0D392FAD348BE1BE4724BF42D74A01AF2E3B4D0198A2EE266D8C22DE3067E432B59002EA472FF5B14E4DA733A056AEACFFB7F14653ADE0542B19053F03B87','2020-01-20 02:33:20','2020-02-11 01:07:13','209.33.119.159',0,1,25,59,-244.967,1080.06,22.095,-244.661,1083.47,20.759,354.876,0,0,120415,40068,0,3,8,127,12,7,'Drone',0,100,100,0,0,0,0,60,2,0,0,0,0,0,0,0,0,0,4,0,'None',10,1171695692,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,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,17,0,3,0,'Nobody',0,0,0,3,0,1,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,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,122000,6585,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,1,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,83,74,0),(1,73,'Carlos_Vayne','A4E4DA1EE33498F43A3A4FC2C85E502031D0FF8EFB81F35730F8D7B41537B3D7BCB49AC61372E2C6FF370472738F0FD212EF606542707F62051F1233048A70DF','2020-01-20 04:11:07','2020-02-09 12:49:20','197.26.117.67',0,1,28,24,-698.25,2375.91,131.601,-699.013,2379.44,129.673,12.213,0,0,2200,16550,426,4,3,127,15,9,'None',0,70.3,97.36,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,15,0,'None',0,252588208,6,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,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,-1,1,0,6,-1,0,'Nobody',0,0,0,11,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'No-one','None',1,61,0,1,1,0,0,0,0,0,NULL,0,0,NULL,0,'none',0,0,0,0,0,0,0,1,0,0,13020,16871,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,1,0,0,0,-1,331,0,0,0,-1,24,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,33,0,1),(1,74,'Nicolas_Joshua','4E0658D00F47D86D19A0E792E4BB94B16DB2E902D307DA5637F57CF60E7A174CB4BB6D7095621745B2065DF0C87B77AF69F5D0FBD63359AD3CC6B72F076C3E1E','2020-01-20 14:27:54','2020-01-24 23:10:35','41.237.120.138',0,1,24,7,-58.695,156.092,1001.32,-55.665,155.551,999.057,83.492,1,2,1656,26852,0,2,6,118,10,0,'TiMo',0,50,0,2,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,697465057,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,0,0,0,2,2,0,0,0,0,0,0,1,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,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,0,0,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,491999,381343,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,49,22,1),(1,75,'Michael_Joshua','A95C11ACF740AD97393AF4FE6DEC5B1163B4F46D55045AC43BC0B75C42D8E0D6384943BBE6155BBC126CC3731D11F5F5C220A7E868F21A36FA176F8A2726F714','2020-01-20 17:02:28','2020-02-13 18:37:13','41.107.252.238',0,1,23,171,-815.053,139.354,12.467,-814.813,136.999,10.641,185.8,0,0,4358,170406,0,7,6,30,45,0,'None',0,85.15,92.08,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,7,0,'None',0,2060962784,7,-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,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,-1,8,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,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,26,0,1497714,1498797,0,1,0,0,0,0,'None',0,0,0,0,0,0,0,3,0,1,0,0,-1,0,0,0,0,-1,6,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,85,78,0),(1,76,'Jason_Rezar','7CB56D946458B0E9DED44CFF909DA333070C1B139CEBB804D8AA9DF762D45207D0FBAFC4FCCFB1124F0530305C2DE2894999C4E3584BA161895E9167F6B839BC','2020-01-20 18:27:18','2020-02-13 19:52:35','185.171.62.5',0,1,19,223,-338.168,1178.29,22.31,-342.336,1179.26,20.021,336.883,0,0,2914,50000,3940,5,18,0,29,0,'None',0,65.35,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,1246389050,1,-1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,12,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,-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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'No-one','None',1,-1,0,1,1,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,194322,344157,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,12,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,84,72,1),(1,77,'Geoff_Brown','88489D3731D9BD755BC63E3410A04EC44906974C4702BA1BA34ACF4E380AF7C360BF33F774644A8762C3CD92247DB0860858D4F0FF7C21F72E878E625B68B489','2020-01-20 19:24:31','2020-02-05 20:21:08','46.19.228.1',0,1,19,100,1437.35,1463.99,-8.185,1440.04,1466,-9.724,304.601,1,1000017,687,32995,0,3,4,17,8,0,'None',4,50,100,4,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,1768696803,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,666,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,0,0,0,0,0,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,2,-1,0,'Nobody',0,0,0,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,0,0,'No-one','None',0,2,1,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,37400,41713,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,4,6,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,37,73,1),(1,78,'Alex_Bio','53186D17D544D11CB50ECA40BEDE8C56641E6E31F061CF0ECAD2488121E5281A8A9F1D23434661F438B202DA2CB50D49933F03486AB3E775C922C3B57914FA6B','2020-01-20 19:24:33','2020-02-13 20:31:31','94.69.229.120',0,1,25,181,-241.952,1090,20.741,-244.258,1082.79,19.526,88.789,0,0,6967,337506,0,9,14,25,79,6,'None',0,100,100,0,0,0,0,50,20,0,0,0,0,0,0,0,0,0,15,0,'Greek',1,69,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,9,1,666,54,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,-1,1,0,6,-1,0,'Nobody',0,0,0,10,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Server','Logging to avoid arrest',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,417009,415042,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,51,30,1),(1,79,'Kane_King','FA206A4DCF3AFCDEBEA7942B71668245C1BEFDD35C93E79A3E823BD59B8218236C3F416528674966A4AE8187AD0967A1E1594A33B52480FEE4DC183F6123E9F6','2020-01-20 19:30:46','2020-02-05 20:23:29','79.130.206.50',0,1,30,101,-143.433,971.649,20.6,-140.787,969.394,19.592,222.319,0,0,10947,36654,0,3,8,1,10,5,'Nitroboy',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Greek',-65,1312,-1,-1,0,0,0,204150,0,0,0,0,0,0,0,0,0,1,666,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,22,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,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'No-one','None',1,299,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,60929,54982,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,3,1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,65,45,1),(1,80,'Janet_Baker','403B1C9F125B3DD3148E1837B03C6BD72604A1D0FBF5D9E0FC30E6C142729E206C6A876336E42450EFD852B702DB300BA3F368DB78772B04899804EC0E8E8BCD','2020-01-20 19:45:01','2020-02-13 20:53:19','109.201.16.178',0,2,20,172,-341.627,1121.41,22.513,-340.179,1128.8,19.465,0.815,0,0,13879,60149,0,4,8,76,16,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'American',1,2126217488,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,54,0,0,0,1,0,0,0,0,4,0,0,0,0,0,26,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,2,-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,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Server','Logging to avoid arrest',0,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,1,0,0,0,1,0,0,32482,21603,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,-1,1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,84,66,1),(1,81,'Latjon_Rezar','26D59C9E314582924FC455635A6D748D8D38B5947A22225E9E0A5F270C86661A5EF0B945258F0F38F5D2E831AAAC8593DB8F7D7FEDF455FEE9F2F50587C22EC5','2020-01-20 19:49:09','2020-01-28 21:07:13','79.106.140.21',0,1,25,46,-174.321,995.984,21.501,-173.265,999.096,19.698,341.268,0,0,4500,10000,0,1,0,64,0,5,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,24,25,0,31,34,0,0,0,12,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,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,0,0,0,0,0,0,0,0,0,'No-one','None',1,46,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'Former Admin',-256,0,0,0,0,0,0,1,0,0,0,500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,76,67,0),(1,82,'Muhammad_Grundel','B414CD9E72A4D7A5DFBA1DF201265030F815905BFE5250BAABA6EA6AA97517B0D73617EB4D4321331754714486042BEEE68D01F6D2259D23767E4F6E041C22AE','2020-01-20 20:36:48','2020-01-20 20:36:48','79.46.100.199',0,3,99,157,214.088,122.143,1004.12,218.841,120.533,1003.22,82.32,0,99999,4500,10000,0,1,0,5,0,0,'None',0,50,0,0,0,0,0,50,0,1,1760,0,0,0,0,0,0,0,4,0,'None',0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,99,0),(1,83,'Kaylie_Charlotte','2EC7614964FE0B5E942C6E9893EFD16F7BEF516667A5AC7E09774F6F02F76219FDCA10B3A37BF97CAFF2A900FD4E34BF3A80B7D77E56D53A68ADCE1F5ADA42B5','2020-01-20 20:37:03','2020-02-06 18:42:06','196.235.64.144',0,2,25,309,-272.4,1025.92,20.939,-271.166,1004.98,19.809,359.667,0,0,0,4015,0,3,8,45,10,0,'None',0,75,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'British',0,2055706893,6,-1,0,0,0,10000,0,0,0,10,0,0,0,0,10,1,0,0,10,1,1,1,1,10,0,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,1,0,0,0,0,3,24,25,29,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,0,1,1,'No-one','None',1,194,0,0,1,1,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,54058,60550,2,0,0,0,0,0,'None',0,0,0,0,0,0,0,4,0,0,0,0,-1,0,0,0,0,-1,5,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,25,0,1),(1,84,'Yuri_Walker','5B6E06EB768A1A58F5C9A2837D18D5C5A93C0B023AFEE9AC302CCA467FB6733DF62B12896C350B1522D0C7851E91E06FDAA29B5D72332E44117C2D9DFDC53306','2020-01-20 20:49:16','2020-01-20 20:49:16','109.169.66.183',0,1,20,299,150.721,1167.91,17.225,150.608,1171.19,15.429,358.464,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,85,'Jay_Martin','AF8818F16E966769487B80E8770AE13E41DD20153801841FB1634B7B55723939DA78001DFA6FB413A9E3CDDFABDBCDC0D4E5428A121021332C9D40AD457E22AD','2020-01-20 20:50:37','2020-01-20 20:50:37','175.107.218.145',0,1,43,299,1275.28,-1332,14.098,1271.96,-1333.11,13.343,337.489,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,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,98,0),(1,86,'Kelsyus_Restgard','B2EB02F254E5DA44D5169191BC31D1DD082ADB877FAA07DF4FD1E0FF75E78B47702EEA07DECD89ECCC32F2DB0A19AEB0187A9D86D7E87424395359BEE20EA5A1','2020-01-20 20:51:46','2020-01-20 20:51:46','109.169.66.183',0,1,20,299,-100.44,1075.89,-33.586,-98.895,1075.87,-34.639,289.647,0,0,5000,10000,0,1,0,21,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,83,78,0),(1,87,'John_Alite','935393F72A7051C575A10A4CBCE42F42F4107BFEDF37305DED64F67407E0A218319D7986D2B5846D02611F3ED640A88D95C0104D1237156FF60CD01997A0E02F','2020-01-20 20:52:09','2020-01-26 15:33:18','92.60.23.3',0,1,24,288,1967.55,1557.46,11.746,1962.18,1556.01,10.478,105.123,0,0,1770,19655,0,1,2,4,1,0,'None',1,95.05,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Italian',0,868286447,11,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,3,24,25,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,13,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,78,0,0,0,'No-one','None',1,2,0,0,0,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,3230,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,1,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,35,18,1),(1,88,'Younes_Shelby','F57834F62062C6994176248A6D447B655B799DE8D95C1512339102657F69A39843E0761E6D4267576CFD0C080FE80AB9D38A29B7AAA8BE22FAA268218F010A8F','2020-01-20 20:55:54','2020-01-20 20:55:54','105.158.25.37',0,1,18,299,824.055,-1342.63,14.297,820.559,-1342.63,13.522,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,100,0),(1,89,'Emna_Furtune','E611CC6C2406350597D21A13A6184CD9FBDBE2F85879F9F2DC709E4F911338DF9CC679329B0ED41246154A8315418888D34202E56AE983935843AC32BC068685','2020-01-20 21:22:49','2020-01-20 21:22:49','197.25.201.213',0,1,19,299,158.097,1188.03,19.393,156.907,1190.74,16.928,23.686,0,0,15000,-300,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,96,0),(1,90,'Jesse_DiCaprio','8EA9D9C9E4CC528E5565422CBCA43FE2888422F8EBD53E87D405A68AD78D4736D4E53A184C3FA3BF5333958D94451FB56B84D4639705B54F90ABDF5784505CCA','2020-01-20 22:03:44','2020-01-28 20:36:38','197.1.5.150',0,1,22,2,-1.549,1520.48,1503.13,-2.905,1521.15,1501.81,358.831,3,4,-1995,800,0,1,4,44,2,5,'DiCaprio',0,55,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,1545332325,11,-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,2,0,0,0,0,0,6,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,-1,-1,0,0,-1,0,'Nobody',0,0,0,2,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,0,0,0,0,0,0,0,0,1,'No-one','None',1,299,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,12250,19245,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,3,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,54,0,0),(1,91,'Jose_Luis','176F05EDDAC673FE9D4E6B1D8C9D3EB8F27DB220F0AC683AE88A6BE668CDAB001F9883E0D03DB5486BDBBA8976FF87858A3501A5AD5125E5B8DAB687750D1E77','2020-01-20 22:30:48','2020-01-20 22:33:19','196.62.204.159',0,1,27,299,-214.572,977.165,20.683,-210.48,977.081,19.185,266.674,0,0,5000,10000,0,1,0,10,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,85,81,0),(1,92,'Mark_Refe','6AA964B047CF9BFE54C673BAF4E8728711AC141D744AC776BF13342B8E5FE3D6C8ADBC92BE6DF04C5C7306C80EE650B4B84EBABB39E38240F38631DD6EC83D34','2020-01-20 22:32:35','2020-01-20 22:32:35','180.190.191.68',0,1,20,299,-163.547,1156.39,23.435,-173.484,1151.13,19.659,311.691,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,98,0),(1,93,'Murat_Alemdar','C95B84DE58160BA67DE68BF588DA69151EE8353B90E7012D18670868E9EF49473296DE7267D84DE736F7A5C9B3AD3F21DF52AAFF321B163146AC3BF78C335DD8','2020-01-21 00:45:20','2020-01-23 00:04:45','197.252.0.213',0,1,32,294,-160.147,1210.22,22.507,-157.784,1214.8,19.742,41.629,0,0,3555,10000,0,1,0,93,0,0,'None',0,100,87.46,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1445,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,95,0),(1,94,'Cahit_Kayaoglu','96F6335DAD5E5A7ECD71BD96F7740617240218EE40CEA48CB9239E9343CDE9BC8A4BC6744A470FB62D5E0A9663B990F8D86A2FF9572391568C47F8548334CF40','2020-01-21 00:53:57','2020-01-21 01:16:51','41.40.172.163',0,1,35,299,-35.071,1128.44,21.16,-34.653,1127.83,20.604,359.053,0,0,5000,10000,0,1,0,10,0,0,'None',0,97.36,0,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,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,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,78,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,96,0),(1,95,'Darwin_Colombo','4391B817D53ADF7F6DBD1F7ED57208E8A9AD525636D8E16F71E012D3C016A1C2B251D6A955CAE9F103A57D73471FA8ACC2224B93E17FBC23A943A038CCE1D1D9','2020-01-21 02:54:59','2020-01-21 02:54:59','175.176.65.139',0,1,19,299,-120.317,880.232,21.17,-121.612,874.831,19.961,179.498,0,0,5000,10000,0,1,0,12,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,1,0,0,0,0,6,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,74,68,0),(1,96,'Chloe_Bebe','12A1317E44D1BB6C89ABAEE9F54D75045347984AB00485A915752C9C2169E94CE56A409F4AB36E529684F4CE931A1BB7951A7516920182E30584027B830EFCE5','2020-01-21 06:22:52','2020-01-21 06:22:52','204.145.4.149',0,2,21,69,-310.011,1140.19,20.773,-313.189,1139.02,19.742,163.546,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,97,0),(1,97,'Owen_Pastor','3F4811B9E6C37CE5900ADA5BC660C8632D13EA28A11DD0C54E3E0FD4C776F285AB1678C7FA708FF0078FB495BC05C09D654B063F07EB1859F3440E4B5F1B5449','2020-01-21 06:33:44','2020-01-21 06:33:44','49.144.68.201',0,1,45,299,156.577,1170.32,15.331,163.143,1165.53,14.572,147.538,0,0,0,10000,0,1,0,3,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,5000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,93,91,0),(1,98,'John_Pastor','1592CA97462AB394148F83C183AB77406D9321860079FCAE79032A5E0914646F82BD1C456E713444C9B226AAC602EEEF3ACF4BCFF605AF34C480ED1F7AAA5868','2020-01-21 06:34:08','2020-01-21 06:34:08','49.144.68.201',0,1,12,299,-68.715,1260.82,13.366,-72.07,1260.57,11.912,97.285,0,0,0,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,5000,10000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,96,0),(1,99,'Suman_person','4813B05C4E897A274329E18F37B897FA0D6E251E5A03BAE19F65EA0A6C8230A6B71789E2F90017D103CA84501C5095FCA9D5969C7C24F1BF705E33EEB12915A1','2020-01-21 10:05:00','2020-01-21 10:05:00','175.176.65.139',0,1,20,299,154.39,1171.83,17.448,148.409,1174.56,15.754,70.375,0,0,5000,10000,0,1,0,2,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,94,0),(1,100,'Matthew_Dark','C1D6B39FA33A0DDE0A764C0B5A347C664FD2B5FFA5A885446AE699341A51898B997D0F344A001F7E94CB1D9564C5E4AE1BD65016F455D350EC7580BAF5EBCFE1','2020-01-21 16:05:09','2020-02-02 16:35:05','79.67.48.10',0,1,29,17,-192.534,1016.74,20.73,-195.178,1008.66,19.594,161.88,0,0,0,645,0,1,10,127,5,0,'None',0,50,49.84,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Spanish',0,1200836494,10,-1,3,1,0,0,0,0,0,0,0,0,0,2,20,1,998,0,20,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,0,0,0,0,0,0,25,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,0,1,1,'No-one','None',1,111,0,0,0,0,0,0,0,0,20,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,21267,26267,10,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,8,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1),(1,101,'Harry_Lancaster','E0F4A877A3A9732BD824E227322A152E1A2261B5CD9F47AAB0EA03CC83729869D14C2ADC4B8ADE23A5B2EEDDE25DB54E5FAAC126FCD9CBB690110E21C81B5292','2020-01-21 16:50:23','2020-01-21 17:21:00','36.81.15.149',0,1,21,276,-145.638,1099.53,20.761,-144.69,1092.15,19.338,20.09,0,0,3500,17655,0,1,2,1,1,0,'None',0,98.304,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',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,2,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,0,0,0,0,0,2,-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,0,0,0,0,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,5,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,72,60,0),(1,102,'Nick_Jackson','F4FD81B9C3CB2F33629D312BC15CEFB13DA97814B8F9AE5C12FF6083580EC1FAE207D245B37F4D6D6A214510EB341CBF9BBBF993DD8AE18F9EE254A6C70C7DFA','2020-01-21 23:58:54','2020-02-10 04:08:37','108.46.242.68',0,1,21,288,-213.118,1098.54,20.468,-211.969,1091.2,19.506,188.898,0,0,0,36099,0,2,6,1,5,0,'None',0,95.05,100,2,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,3,24,25,29,31,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,16,0,3,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,78,0,0,0,'No-one','None',0,299,0,0,0,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,3100,8100,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17,10,0),(1,103,'QiQi_Paddlemar','99AC0F71536F5B54469E70F6DBFACB6E0828D13197013DFA727EDDD79214650267556B90DE700E28E4EAD6C464F1A379F6955E1D3F8C6E1615C2EC39BB973616','2020-01-22 18:34:44','2020-01-22 18:34:44','119.94.19.141',0,1,19,299,-48.27,159.299,981.607,-45.317,157.917,969.977,180,1,1,5000,10000,0,1,0,7,0,0,'None',0,95.05,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,99,0),(1,104,'Petar_Milovanovic','2B85AD7B2A3A283D321891BDC7250CCED486D81F5F2686A708687EC4047476B6E368FA774ED24667ED96084B620FB891BFDC1025CC473C8FF77D86E9C555E182','2020-01-22 18:58:31','2020-01-22 19:13:49','197.1.71.251',0,1,25,299,-113.454,1095.48,119.723,-113.454,1095.48,19.723,357.702,0,0,4500,10000,0,1,0,9,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,95,92,0),(1,105,'Mario_Rosenov','990FE953BCAF043E0D88B6134DE51B255E8DE2F4D2B20DC9C5A4673016849CD0688E07CD2D51E6E5AE5AC010109AA6E9010D386F320C89513C39C8431E8D549E','2020-01-22 19:30:17','2020-01-22 19:30:17','85.187.2.93',0,1,19,299,2093.6,-1826.05,15.468,2105.98,-1827.67,13.155,164.804,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,96,94,0),(1,106,'Adriqn_Vasilev','BB0A1A06A5F066E15D14F9C05797A2321F1D83E27609DF5CD90785A067A41956EC4DEB6F0228B68FBF57969015FC90ACE81E759B931DDDDAFCF292EA7145167F','2020-01-22 19:30:47','2020-01-22 19:30:47','151.237.15.226',0,1,18,299,-200.361,910.455,12.052,-197.895,915.338,11.941,332.442,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,97,0),(1,107,'Cahit_Kayaoglo','174CB5100F2E14945471972C4CECDD848536F6F2D3E7026467A1DA33C99FF2034A6E1B327F7002040074A2FB7FA7CE968C2F06F96D3BDA8BFD3E84D19628F6F5','2020-01-22 23:55:25','2020-01-23 00:10:26','41.40.172.163',0,1,35,111,-161.118,1216.25,20.035,-157.694,1215.6,19.742,100.642,0,0,3499,10000,0,1,0,44,0,0,'None',0,98.68,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,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,93,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1501,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,83,60,0),(1,108,'Larissa_Benetti','48CF70844E074A7A843972C783D7989F4B69092943EE89E1C3D10A1DBC75BE590051EDCF08B92881E310F5A64521FFA220AB994C4EF5F351822D3FC616F7A71B','2020-01-23 00:53:51','2020-01-31 01:27:24','176.19.152.204',0,2,20,76,-185.196,1052.5,21.396,-185.965,1046.1,19.586,173.154,0,0,0,10000,0,1,0,46,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,1,9999,0,0,0,0,0,0,0,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,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,0,0,0,'No-one','None',1,69,0,0,0,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,5000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,35,17,0),(1,109,'Jake_Bishop','C357E37DB6A434EE51A30A6521A603DD2DF84B9A314CA5F54E165E09EA88DED8362ECE2424B7940FDA787B7FB38DA8A76233D122BD1223BFB5A21CF0D735482C','2020-01-23 02:24:02','2020-01-23 02:24:02','64.188.31.74',0,3,10,157,64.795,1004.96,14.37,64.776,1005.42,13.747,2.278,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,95,99,0),(1,110,'Jayvon_Martin','F9CB3EE46C05FB0483B3D1AACF8BB19AC4A193AD28D623D345E5970F23FCF17173D59ADB04D3F6A6616DB8E9E9B41E73D1CFE3C59DE7B4C3E95E39C59AA05E22','2020-01-23 04:32:36','2020-01-23 04:32:36','76.220.27.124',0,1,21,299,-90.397,1196.07,20.777,-77.175,1194.04,19.503,147.528,0,0,0,-300,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,15000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,95,93,0),(1,111,'Julius_Banks','2709C3384E2625876040D643D59137D3586B2F5816E5D9B1CAABCE70748E8F756E074C82808839423A5AA719A4F335B25B32881E94F055E3BA71C92683272323','2020-01-23 05:46:27','2020-01-27 08:04:45','124.83.105.89',0,1,18,270,-27.124,-54.461,1005.21,-25.206,-55.935,1003.55,294.199,6,3000018,4000,0,0,1,0,47,0,0,'None',0,91.42,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,11000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,90,83,0),(1,112,'Gekyume_Xeno','1BDF55333907FABEB15C566582B1A26A6F6FA8329D33D0AAF39220BF8E8A1BA8423F9AFF5DD23CB2AF2507955DEE555B0F22D1AB4EABB5CAD323B0B8C3B70DE1','2020-01-23 14:40:17','2020-01-23 14:40:17','119.94.29.0',0,1,18,299,-268.452,1172.96,22.594,-269.976,1165.23,20.211,154.945,0,0,4475,10000,0,1,0,29,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,1146890407,-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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,525,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,94,93,0),(1,113,'Abu_Salem','2B689FD512021EE8914F06FA42187799A6DB5E30554251AE8FC72AE3368E35C191E99F1E530E305DDD654B344048357016A299DC595F8FCA28CE1E7A94A5599C','2020-01-24 01:41:35','2020-02-09 16:23:27','196.229.222.144',0,1,35,299,160.261,1168.11,15.583,161.505,1166.05,14.776,101.075,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,114,'Sam_Franklinstein','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2020-01-24 18:49:19','2020-01-24 18:49:19','196.228.100.2',0,1,30,299,-187.971,1090.73,22.312,-191.768,1095.42,19.594,39.039,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,115,'Julia_Betts','C5423FF55E0FF1341255732747B8EEFEBFF64F902DBEB87F32AF5A59AEDCBAC6FE3C61E48C0A33ADE9EBC5A7CD56CAC4200D96D5A1B3141EC1B36CCEA39FEC5B','2020-01-24 19:47:06','2020-02-10 04:20:07','79.67.48.10',0,1,20,150,-182.466,1138.85,20.625,-181.893,1136.96,19.742,16.838,0,0,18969,0,0,1,8,127,4,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,1336073298,10,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,998,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,0,0,0,0,0,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,-1,7,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,78,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,43303,29750,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,1,0,0,-1,0,0,0,0,-1,6,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,19,0,1),(1,116,'Samuel_Payne','E9A7A592F1FE559E9882270D7F86EDAAE9885D9D22932C6882E7C021E5091AE2BE409081D84BCF7FBB24F2D49F8D233EE9C0D9C19DD39685BFFFC6FFF60ADD0A','2020-01-24 23:37:20','2020-02-02 04:47:20','197.14.105.62',0,1,30,240,-57.491,961.278,27.158,-56.905,958.075,25.7,195.691,0,0,593,-300,0,1,0,95,0,0,'Edward_Collins',0,90.1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,15000,19925,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,52,33,1),(1,117,'Catherine_Fellinger','6825A0CA8EE8020AE66B987125485D2FF4EB0ECABC9EEF70DEFE9EF4FBB73EC117AA3BCDE35EFC7BEE5D650C3D4CD1898CA6183805FB45038EFAA9A5E1F731E3','2020-01-25 02:12:31','2020-01-25 22:10:57','185.233.194.15',0,2,23,151,-166.272,1222.75,20.872,-165.192,1221.94,19.742,255.364,0,0,25,-300,0,1,0,127,0,0,'None',0,100,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Southern',0,938238941,-1,-1,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,0,0,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,-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,0,0,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,14975,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,70,56,0),(1,118,'Jake_Alpha','D8FE74E4588D1176574BEE3D8927919D754F0A07CD8721B14AA44C78F02FD58A8C233B9138FA8736CE9D46956D95E0AB0EFBD4DA2F859BDB88E27DED264DC220','2020-01-25 02:59:39','2020-01-25 02:59:39','111.125.108.123',0,1,19,299,129.718,1180.72,17.79,127.396,1183.31,16.748,41.965,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,119,'Samantha_Spencer','44068D0225CF5117CDADF5DD7AB3F06EB55EEBB5C73AB2D59274F5BC6ACE255B86F1A2C3CC82F460C7E45A69637D3A10D6E01DE7DB48348BDB94D1D5E8C7495A','2020-01-25 18:04:37','2020-01-25 18:12:19','49.15.192.7',0,2,23,211,-320.774,1068.59,21.336,-324.024,1069.41,19.742,255.813,0,0,1000,10000,0,1,0,17,0,0,'None',0,95.71,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,5,0,'None',0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,4000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,97,0),(1,120,'Shanika_Preston','317A95ED35EF94F6BA70BE3B70D03B5C60A1517FBB8EC480FDE66605EFA68A21675ABC6E9C45E0DB5B70006CC296753872843E638CAAA7B162F4A49D8BBB002F','2020-01-25 22:40:20','2020-01-26 00:24:39','185.233.194.15',0,2,29,12,2370.69,-1122.35,1051.54,2370.59,-1123.18,1051.34,305.855,8,1000105,525,0,0,1,0,127,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,318777231,-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,0,0,1,0,1,0,0,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,-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,71,0,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,14475,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,86,78,0),(1,121,'Anton_Bortsov','5FE4A71EEE63B2335725C6F13C9E473ADD0A7B81A5C5890239F29EE89A3C9AE26619F2BCFD5BEED763D580CF4730B03B49C4CAC266CBE8B68687FE62630EE922','2020-01-25 23:54:32','2020-01-25 23:54:32','156.214.32.200',0,1,17,60,0,0,0,0,0,0,0,0,0,4000,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,NULL,NULL,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,124,'Terry_Collins','2F9959B230A44678DD2DC29F037BA1159F233AA9AB183CE3A0678EAAE002E5AA6F27F47144A1A4365116D3DB1B58EC47896623B92D85CB2F191705DAF11858B8','2020-01-26 21:09:21','2020-02-03 21:45:53','62.198.54.146',0,1,25,171,-182.662,1090.2,21.327,-179.545,1091.45,19.742,293.765,0,0,3500,10000,0,1,0,36,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,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,63,51,0),(1,125,'Max_Callahan','0AF6E3D5DB67E51DA9AF93B74DA99CB92CAF838DE8AFC4B9E87029836568E2E11F200A5E5205C3704C970DD4413B3C8A30AD7DC77F36E5C53465495B91E40FFB','2020-01-26 22:17:50','2020-02-13 18:58:18','178.237.210.1',0,1,35,223,-11.25,1522.08,1503.48,-9.538,1522.66,1501.81,103.078,3,4,2,10543,0,4,6,8,15,0,'None',0,76.142,100,0,0,0,0,50,6,0,0,0,0,0,0,0,0,0,4,0,'American',0,1818045744,11,-1,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,5,1,1,1,0,10,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,5,-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,0,0,1,'No-one','None',1,165,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,56700,62127,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,3,0,0,0,0,-1,0,0,0,0,-1,1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,40,97,1),(1,126,'Emilio_Thompson','2F9959B230A44678DD2DC29F037BA1159F233AA9AB183CE3A0678EAAE002E5AA6F27F47144A1A4365116D3DB1B58EC47896623B92D85CB2F191705DAF11858B8','2020-01-28 01:04:44','2020-01-28 21:30:06','46.193.164.91',0,1,25,230,1278.83,-1349.41,15.516,1280.65,-1346.85,13.371,324.789,0,0,33231,14312,0,1,4,36,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,34701,6470,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,4,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,73,57,0),(1,127,'Violet_Mallard','DF3210C97BB5895B32A09C3CD9A905248FD2F34720711152C92EE6D1828E3122B0844C565536C5214B5F2C137FF638BD86F03EBC412DDDDD4018F968819BEEC0','2020-01-28 16:24:58','2020-01-28 16:28:00','86.83.121.29',0,2,23,69,1717.27,-1380.3,15.148,1720.58,-1380.75,13.547,268.578,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,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,68,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,128,'Chloe_Barnes','AD17761F7337F87B921E2A575B57EE7F6AC0F45254D1D8354AAE5C141DB4C2B99B7EBA8E3FD3CF87356CA62B519920FD98CBAF2E64D2F06A164FA46CF19B7CAA','2020-01-28 17:49:18','2020-01-28 17:49:18','36.65.243.83',0,2,23,93,-21.216,1191.46,18.969,-19.415,1189.02,19.359,216.431,0,0,4000,10655,0,1,2,6,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,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,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,101,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,96,93,0),(1,129,'Antonio_Sosa','51F5B6109BC7A41F6A350AC67E667B0C4811226095C2D731F79BFE0345B1C271D510C75C4D9A6AFF09E8911A5A1C987814D9E1BF4281B06081B21178A1B81EDD','2020-01-28 19:19:45','2020-01-28 21:33:41','79.106.131.175',0,1,23,299,1279.42,-1345.23,16.665,1279.92,-1347.4,13.367,192.975,0,0,10325,14312,0,1,4,28,2,0,'None',0,100,100,0,0,0,0,50,0,0,0,0,0,0,0,1,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10075,4750,0,0,0,0,0,0,'None',0,1580258049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,3,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,79,68,0),(1,130,'Kate_Bauer','F4108D6E73ECABD3BF82B9662707C5963A2214E49BAF5161EC69851DC0BE8662B7002B5C0AD0893A483CF061D67A5A8D871EAB6A875D8AD65F0AD2DDE6860D19','2020-01-28 19:43:07','2020-01-28 19:43:07','188.64.207.36',0,2,24,69,-207.764,1118.3,21.513,-207.123,1118.28,20.43,268.067,0,0,3764,17412,0,1,2,1,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,115275728,7,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-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,0,0,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1775,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,72,57,0),(1,131,'Jax_Mounotripas','FA206A4DCF3AFCDEBEA7942B71668245C1BEFDD35C93E79A3E823BD59B8218236C3F416528674966A4AE8187AD0967A1E1594A33B52480FEE4DC183F6123E9F6','2020-01-28 20:30:32','2020-01-28 20:30:32','79.130.206.50',0,1,24,72,-96.77,1181.71,25.698,-99.993,1180.85,24.977,105.008,0,0,2500,10655,0,1,2,32,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,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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,71,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,2500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,5,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,67,47,0),(1,132,'James_Bio','53186D17D544D11CB50ECA40BEDE8C56641E6E31F061CF0ECAD2488121E5281A8A9F1D23434661F438B202DA2CB50D49933F03486AB3E775C922C3B57914FA6B','2020-01-29 15:04:31','2020-01-30 15:12:07','94.69.229.4',0,1,20,181,-2168.72,646.004,1054.2,-2168.75,642.724,1052.38,269.684,1,4000030,5000,10000,0,1,0,68,0,0,'None',0,100,100,0,0,1,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,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,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,0,0,0,0,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,75,62,0),(1,133,'Brian_Ramsey','DD782250B97A7DF7116F86F63575E8E80189F89BC9077B8E7E3D250B2402BC0CE224664DFB5FC69956C46808460EE77690C5EA1B151D17107134BF58AF3336D2','2020-01-30 13:45:04','2020-01-31 14:36:18','5.95.10.46',0,1,24,258,-204.785,1118.53,22.948,-202.538,1116.02,20.48,249.709,0,4,9,8691,0,2,4,29,4,0,'None',0,90,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,1803998708,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,18,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,-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,69,0,0,1,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10131,16557,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,2,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1),(1,134,'Trevor_Philips','2EC7614964FE0B5E942C6E9893EFD16F7BEF516667A5AC7E09774F6F02F76219FDCA10B3A37BF97CAFF2A900FD4E34BF3A80B7D77E56D53A68ADCE1F5ADA42B5','2020-01-30 19:24:52','2020-02-05 22:24:22','196.235.64.144',0,1,20,1,-167.987,1106.65,20.076,-164.294,1107.7,20.57,285.932,0,0,120,0,0,2,8,69,6,0,'None',0,30.1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,5,0,'American',0,1179773512,11,-1,3,1,0,0,0,0,0,0,0,0,0,0,9,1,666,0,0,0,0,1,0,0,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,0,0,0,0,0,22,0,32,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,196350,201230,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,2,0,0,0,0,-1,0,0,0,0,-1,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,29,0,1),(1,135,'James_Betts','C1D6B39FA33A0DDE0A764C0B5A347C664FD2B5FFA5A885446AE699341A51898B997D0F344A001F7E94CB1D9564C5E4AE1BD65016F455D350EC7580BAF5EBCFE1','2020-01-31 01:18:20','2020-01-31 01:18:20','79.67.48.10',0,1,11,299,824.055,-1342.63,14.297,820.559,-1342.63,13.522,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,136,'Kaylie_Charlottes','C5423FF55E0FF1341255732747B8EEFEBFF64F902DBEB87F32AF5A59AEDCBAC6FE3C61E48C0A33ADE9EBC5A7CD56CAC4200D96D5A1B3141EC1B36CCEA39FEC5B','2020-01-31 01:24:26','2020-01-31 01:38:31','79.67.48.10',0,2,20,172,-103.35,1075.38,-32.989,-101.77,1074.81,-34.639,70.191,0,0,4700,10000,0,1,0,48,0,0,'None',0,25,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,0,0,0,0,0,0,0,0,0,0,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,-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,0,0,0,83,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,1,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,700,1000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,1,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1,137,'Mason_Flame','9DC8238D5D042DBD4C0C76C7337EE4F641E7A157861C72726B2A3EAE48DE3BBF5E016576DF2DDD1FCA49C2DC2F2F7C1EBD9E87D92B713AEC898C5A771228984A','2020-01-31 01:25:47','2020-01-31 01:32:05','41.100.83.109',0,1,19,299,-33.142,146.792,1000.7,-33.315,145.536,999.057,143.846,1,1,4000,-300,0,1,0,8,0,0,'None',0,50,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,11000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,97,0),(1,138,'James_Devil','D083DBFF9241BF393600EECB08498DF8536B22EBCC1B6A6A6A0DFEC8BD231F0BADD8FF0431D527021BB850A23FA1D9628A1492A22D3CC17D31B61EC7152A64A6','2020-01-31 13:58:40','2020-01-31 13:58:40','49.151.5.205',0,1,18,299,151.804,1165.91,15.264,152.999,1162.79,14.913,200.942,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,100,0),(1,139,'Jaycon_Mendez','A3F6409D2DC963D7618AE1F3406DB54EE430CE9E372CACC411596DB794C833EBE24A5A3A852828A9B8554A1C49B8B76D3A05132B16F27E5FE7DCB041D7AD70CB','2020-02-01 19:48:34','2020-02-04 21:03:25','37.26.82.82',0,1,21,299,144.684,1336.05,11.677,144.63,1337.1,10.586,0,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,94,89,0),(1,140,'Larry_Parker','DEA2A8FF8C21CF486EB88D61010F432BB3C60C6FE552B25E477F5D803E29EE634AAB1B5B4AFB65AA353E272A595CD31AABC030AA55E0B626160984D35F003E73','2020-02-01 20:43:55','2020-02-01 20:43:55','108.46.242.68',1,0,18,299,824.055,-1342.63,14.297,820.559,-1342.63,13.522,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,141,'Harold_Shipmen','C1D6B39FA33A0DDE0A764C0B5A347C664FD2B5FFA5A885446AE699341A51898B997D0F344A001F7E94CB1D9564C5E4AE1BD65016F455D350EC7580BAF5EBCFE1','2020-02-01 23:14:54','2020-02-02 16:40:05','79.67.48.10',0,1,25,185,357.81,936.881,28.723,363.166,953.873,27.58,298.934,0,0,5106,1145,0,1,2,35,1,0,'None',0,92.41,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,1566171857,13,-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,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,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,0,0,0,'Server','Logging to avoid arrest',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,25209,25328,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,3,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,86,74,0),(1,142,'Jeffrey_Dahmer','C5423FF55E0FF1341255732747B8EEFEBFF64F902DBEB87F32AF5A59AEDCBAC6FE3C61E48C0A33ADE9EBC5A7CD56CAC4200D96D5A1B3141EC1B36CCEA39FEC5B','2020-02-01 23:43:05','2020-02-01 23:43:05','79.67.48.10',0,1,25,299,144.712,1173.49,16.661,141.521,1174.42,15.804,73.707,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,143,'Dennis_Rader','C5423FF55E0FF1341255732747B8EEFEBFF64F902DBEB87F32AF5A59AEDCBAC6FE3C61E48C0A33ADE9EBC5A7CD56CAC4200D96D5A1B3141EC1B36CCEA39FEC5B','2020-02-01 23:49:39','2020-02-02 16:36:46','79.67.48.10',0,1,25,111,-205.06,977.047,20.225,-204.225,975.148,18.775,203.717,0,0,100,0,0,1,0,127,0,0,'None',0,97.36,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',1,740594458,-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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10838,15738,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,79,69,1),(1,144,'Raf_Luciano','277AF9F8CA0D7B229DE9FA81A68754724EB9CBCBA077CD827203430EE3D92040276F29073782D4F44C2A12F80E048FDEE3488FB262F63343D97D1242AC61AB72','2020-02-01 23:54:12','2020-02-01 23:54:12','196.85.152.229',0,1,20,299,-174.886,986.914,20.659,-204.973,993.624,19.661,221.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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,145,'Richard_Hefiner','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2020-02-02 00:18:06','2020-02-02 00:18:06','213.127.68.160',0,1,33,299,-143.166,1104.4,21.346,-142.142,1117.45,19.529,86.637,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,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,99,0),(1,146,'Harold_Shipman','C1D6B39FA33A0DDE0A764C0B5A347C664FD2B5FFA5A885446AE699341A51898B997D0F344A001F7E94CB1D9564C5E4AE1BD65016F455D350EC7580BAF5EBCFE1','2020-02-02 03:29:35','2020-02-02 03:29:35','79.67.48.10',0,1,25,299,-102.626,1231.18,23.575,-102.716,1232.96,22.44,2.892,0,0,5000,10000,0,1,0,2,0,0,'None',0,95.05,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,147,'Rough_MacTavish','9C2B73325787C4822B804000B50FCF724E8F4C026C0BFA80508475BEE3AF4801D950CA3B68DA27344ED2FD0A3F0B5572BEE2CF9CEE0B13CFE53E5EA893C36BDE','2020-02-02 05:39:15','2020-02-02 05:39:15','112.134.45.77',0,1,21,299,155.714,1165.54,16.464,152.122,1168.19,15.146,80.06,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,99,0),(1,148,'Jhon_McDeen','A4866788666D5477EF118B268A9B0D25C1B20E401D8D2769118F9C66F1EDF5E63ADE1A6A8C9792A9FC3D2486C53CB8B9CD457B5D100527E61AD9AD390CCECE58','2020-02-02 11:22:03','2020-02-02 11:22:03','112.201.74.30',0,1,18,299,167.508,1171.49,15.841,164.047,1170,14.758,72.018,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,99,0),(1,149,'Alex_Coleman','403B1C9F125B3DD3148E1837B03C6BD72604A1D0FBF5D9E0FC30E6C142729E206C6A876336E42450EFD852B702DB300BA3F368DB78772B04899804EC0E8E8BCD','2020-02-02 16:46:07','2020-02-10 23:50:06','217.23.3.92',0,1,24,254,-223.61,1106.27,21.382,-226.669,1104.92,19.742,113.766,0,0,6060,10655,0,1,2,15,1,0,'None',0,95.05,1,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'American',0,699511186,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,666,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,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,78,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,43000,41940,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,41,0,0),(1,150,'Michael_Conner','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2020-02-02 19:39:41','2020-02-02 21:28:41','89.205.128.43',0,1,33,299,-32.133,1194.85,22.857,-44.471,1192.02,19.342,359.642,0,0,5000,10000,0,1,0,9,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,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,6,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,97,96,0),(1,151,'Melody_Kant','2EC7614964FE0B5E942C6E9893EFD16F7BEF516667A5AC7E09774F6F02F76219FDCA10B3A37BF97CAFF2A900FD4E34BF3A80B7D77E56D53A68ADCE1F5ADA42B5','2020-02-03 11:58:03','2020-02-03 13:04:26','185.128.27.99',0,3,25,157,-217.681,1166.97,23.092,379.104,886.53,21.679,236.322,0,0,5773,10655,0,1,2,2,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,0,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,83,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,180,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,94,81,0),(1,152,'Mara_Hellfire','3633D23D1EEFBFFB4A44266AA8A139F1568F30BAED771B36502C2CC920036D17B42127CF02454BA8A2EA56E487576B04DB5A57A0563B0F204593D5B1B508914C','2020-02-03 12:07:17','2020-02-03 12:07:17','107.242.120.93',0,3,16,93,-177.803,1156.06,21.212,-174.413,1156.15,19.75,271.978,0,0,4000,10000,0,1,0,5,0,0,'None',0,95.05,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,96,0),(1,153,'Betty_Boop','3633D23D1EEFBFFB4A44266AA8A139F1568F30BAED771B36502C2CC920036D17B42127CF02454BA8A2EA56E487576B04DB5A57A0563B0F204593D5B1B508914C','2020-02-03 12:14:26','2020-02-13 19:50:17','107.242.120.120',0,3,16,93,-222.46,1103.95,20.685,-224.975,1104.28,19.742,85.976,0,0,10673,158456,0,8,10,0,61,0,'None',4,100,100,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'Canadian',1,8675309,5,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,0,1,0,0,0,1,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,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,2,-1,2,0,-1,0,'Nobody',0,0,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'No-one','None',0,-1,0,1,1,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,305989,303932,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,-1,7,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,23,0,1),(1,154,'Jane_Segma','2EC7614964FE0B5E942C6E9893EFD16F7BEF516667A5AC7E09774F6F02F76219FDCA10B3A37BF97CAFF2A900FD4E34BF3A80B7D77E56D53A68ADCE1F5ADA42B5','2020-02-03 13:07:56','2020-02-03 13:07:56','185.128.27.100',0,3,26,157,348.948,882.144,24.667,-160.19,1233.66,21.355,298.975,0,0,5907,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,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,134,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,99,0),(1,155,'Mena_Royal','B7D16B06E74A2E1A71476927FC6855CDF60E5B75DB98708B31C8AD487EB07614D1F71B72F282DE189BA235A88A0FF7032DB864FD1BD84A9F0E28134E262D8409','2020-02-03 17:16:57','2020-02-03 17:16:57','102.190.247.120',1,0,18,299,50,50,50,820.559,-1342.63,13.999,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,100,0),(1,156,'Simon_Morrison','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2020-02-03 23:31:34','2020-02-03 23:31:34','89.205.128.219',0,1,33,299,-61.229,1178.14,22.545,-49.081,1169.58,19.556,8.765,0,0,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,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,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,82,86,0),(1,157,'Sky_Devil','5377E093180038834AD904F3A44A6BF97428C4AF36CF2D7E241F49868E9B8CB2E906129DDFD521BAA3C8EF2DB5EF0F00D89D0D0E8F6C1BFCBD375F3FB12FF711','2020-02-04 09:23:50','2020-02-04 09:23:50','49.145.123.38',0,1,18,299,181.278,1171.79,15.721,170.976,1169.72,14.758,114.696,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,96,92,0),(1,158,'Steven_Richter','D62D07B349F31C0B4DFDBB873BA1249E705AD8A70F099AFFE061DCB6199BCC082A2904E1EA6320603C986BBF9739261097DA6C0D0E46B875FA9A24EC17E13644','2020-02-04 10:34:56','2020-02-04 10:34:56','111.125.122.93',0,1,19,299,-212.381,-311.562,1.514,-187.696,-338.822,1.066,1.865,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,98,86,0),(1,159,'Ken_Mcgayman','2EC7614964FE0B5E942C6E9893EFD16F7BEF516667A5AC7E09774F6F02F76219FDCA10B3A37BF97CAFF2A900FD4E34BF3A80B7D77E56D53A68ADCE1F5ADA42B5','2020-02-04 11:31:49','2020-02-04 11:31:49','185.128.27.100',0,3,56,157,142.595,1171.07,16.337,140.003,1170.87,15.68,87.908,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,99,0),(1,160,'Chris_Jobs','2B689FD512021EE8914F06FA42187799A6DB5E30554251AE8FC72AE3368E35C191E99F1E530E305DDD654B344048357016A299DC595F8FCA28CE1E7A94A5599C','2020-02-04 21:06:44','2020-02-12 23:10:35','196.229.176.222',0,1,37,240,-226.01,1104.94,22.88,-221.727,1105.15,19.742,58.641,0,0,838,245,0,2,4,64,4,0,'None',0,50,0,2,0,0,0,50,0,0,0,0,0,0,0,0,0,0,5,0,'None',0,97335690,9,-1,0,0,0,0,0,0,0,0,0,0,1,1,20,0,0,0,5,0,0,1,1,0,0,0,0,0,0,0,4,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,-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,0,1,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,1,0,1,0,0,13419,17102,2,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,3,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,66,54,1),(1,161,'Soulaiman_Ait','559A0FD90B07D2A8E839984A3A7BED69CEBE7F48F7BC717498CE9D60ADF0175AEAED2BB9B9EB468B94A3D32FA1708C5252E772DDF2BD434AEE73D29CAD3032F7','2020-02-04 21:28:39','2020-02-04 21:28:39','196.113.16.16',0,1,20,299,-32.418,1167.12,20.456,-34.024,1164.72,19.445,126.82,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,96,93,0),(1,163,'Kevin_North','5B6E06EB768A1A58F5C9A2837D18D5C5A93C0B023AFEE9AC302CCA467FB6733DF62B12896C350B1522D0C7851E91E06FDAA29B5D72332E44117C2D9DFDC53306','2020-02-06 13:13:39','2020-02-06 20:25:30','79.45.55.136',0,1,21,304,-138.22,1217.89,22.415,-138.902,1219.34,20.748,16.773,0,0,52,2395,0,2,2,113,3,0,'None',0,95.05,0,0,0,0,0,50,2,0,0,0,0,0,0,0,0,0,15,0,'American',0,421152556,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,6,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,1,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'No-one','None',1,-1,0,1,1,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,14948,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,74,75,0),(1,164,'Jeff_Deaf','FD9D94340DBD72C11B37EBB0D2A19B4D05E00FD78E4E2CE8923B9EA3A54E900DF181CFB112A8A73228D1F3551680E2AD9701A4FCFB248FA7FA77B95180628BB2','2020-02-06 13:18:53','2020-02-06 13:18:53','185.128.27.101',0,3,90,157,-184.956,1116.16,21.599,-183.586,1113.19,19.742,221.645,0,0,15000,0,0,1,0,10,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,64,53,0),(1,165,'Andrew_Junior','11734CBCD00AC42AE15BB549C2007810F9576DFC544425841363EA988630107A6C6D77C1EE51C8D8536E1095191DC1E547350B9E82AFD35F38C35611BF2DDA97','2020-02-06 20:17:40','2020-02-06 20:17:40','92.84.1.197',0,1,18,299,173.313,1155.95,16.413,164.989,1153.87,14.701,114.291,0,0,5000,10000,0,1,0,2,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,99,92,0),(1,166,'Darwin_Escobar','4391B817D53ADF7F6DBD1F7ED57208E8A9AD525636D8E16F71E012D3C016A1C2B251D6A955CAE9F103A57D73471FA8ACC2224B93E17FBC23A943A038CCE1D1D9','2020-02-08 07:31:33','2020-02-08 07:31:33','175.176.67.66',0,1,19,299,-185.989,1188.02,21.793,-188.692,1183.31,19.333,272.104,0,0,5000,-300,0,1,0,11,0,0,'None',1,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,10000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,50,21,0),(1,167,'Daniel_Norris','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2020-02-09 03:15:26','2020-02-09 03:15:26','157.157.87.135',0,1,33,299,-180.76,994.771,23.022,-183.483,1006.78,19.385,0.466,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,168,'George_Herus','8512616BD0B1E84D7EEB57762EFCC5B0A73EA121939CCDFCEC1F3B920B35B202E8E6D61A2E85533D37A7DC8BFB07893308E4A6BD2B49422CE7C7F4BE4BCAF115','2020-02-09 19:53:04','2020-02-09 19:53:04','188.241.33.228',0,1,23,299,38.726,1215.18,20.117,38.617,1211.84,19.055,163.082,0,0,4750,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,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,0,0,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,250,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,169,'No_Baniero','277AF9F8CA0D7B229DE9FA81A68754724EB9CBCBA077CD827203430EE3D92040276F29073782D4F44C2A12F80E048FDEE3488FB262F63343D97D1242AC61AB72','2020-02-09 22:44:53','2020-02-09 22:44:53','154.147.186.112',0,1,20,299,131.426,1181.36,17.07,129.001,1182.28,16.641,62.27,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,170,'Skozak_Nelson','63430683929E8B600B8654F640B421634D14F6DF5AFEC378893389C7BC034C6CF4DD07ACC640E0292005A3F89EBD662B94D9E6A576630DE770B3C9AEBFC85C89','2020-02-10 18:31:13','2020-02-11 20:04:01','105.67.6.159',0,1,20,119,-45.725,156.72,1000.54,-45.76,158.329,999.057,358.036,1,2,250,1936,0,1,8,47,4,0,'None',0,50,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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,0,0,0,'Server','failing to change their name',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,11808,32004,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,171,'Skozak_F7','63430683929E8B600B8654F640B421634D14F6DF5AFEC378893389C7BC034C6CF4DD07ACC640E0292005A3F89EBD662B94D9E6A576630DE770B3C9AEBFC85C89','2020-02-10 19:15:50','2020-02-10 19:15:50','105.66.132.29',1,0,18,299,824.055,-1342.63,14.297,820.559,-1342.63,13.522,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,172,'Martin_Wick','A6AF3A2EDED2ABBC2BBAA8E4271127BB341466FC6BC3877A258684FEFE421D3B4C2FC244DD99CBE868D26C1A0901A9867D016267FCE092BEB48EEAC5D4BF29F9','2020-02-10 20:45:01','2020-02-10 20:45:01','91.219.236.217',0,1,52,299,-57.237,1162.61,21.051,-44.858,1164.94,19.221,0.437,0,0,5000,10000,0,1,0,9,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,173,'Eric_Hills','0DF1456FE5F667610D04F75CBE997A51B46810CA739E8EEDB15BFD450AC28323D0B7E62D99897050C541461E4271BEF06ADB3496F3BA4BD916B7F983CEDE9752','2020-02-11 00:41:43','2020-02-11 02:17:59','119.160.65.228',0,1,18,299,-209.839,1107.7,20.996,-210.908,1115.71,19.621,88.237,0,0,2000,10000,0,1,0,43,0,0,'None',0,50,0,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,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,-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,153,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,3000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,174,'Gordan_Musty','3633D23D1EEFBFFB4A44266AA8A139F1568F30BAED771B36502C2CC920036D17B42127CF02454BA8A2EA56E487576B04DB5A57A0563B0F204593D5B1B508914C','2020-02-11 03:25:21','2020-02-11 03:25:21','209.58.147.42',0,1,54,299,-697.995,2377.52,132.817,-699.537,2379.54,129.813,350.634,0,0,5000,-300,969,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,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,10000,10000,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,521,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,175,'Ricardo_Polo','63430683929E8B600B8654F640B421634D14F6DF5AFEC378893389C7BC034C6CF4DD07ACC640E0292005A3F89EBD662B94D9E6A576630DE770B3C9AEBFC85C89','2020-02-11 19:40:45','2020-02-11 19:43:27','105.67.6.159',0,1,20,72,458.451,885.617,-26.826,462.637,883.697,-28.181,258.215,0,0,3500,10000,0,1,0,15,0,0,'None',0,95.05,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,1500,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,176,'Ricardo_Kingston','96A71363E53BB9D9AE1F7A6AE2CEC5CB327ED85B28523C6D4BF4CE83D8EB01372BFA6B102BF04CF5945446D7B9FAF9891434D1832D68A8011AF06CAC9D43F89B','2020-02-11 20:00:17','2020-02-11 20:00:17','105.67.6.159',0,1,19,299,336.023,881.929,31.343,325.433,882.544,20.93,186.139,0,0,5000,10000,0,1,0,2,0,0,'None',0,95.05,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,13,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,177,'Chris_Muller','CCE08BBA3F2E3C029CD257104B06D4B075772D5F514CF1B7789506F9A69D53C51464881D2C18445AB290553B302F67A24B1C69E3E737A46215DEAF43517E4960','2020-02-12 18:26:16','2020-02-12 19:33:04','194.150.65.226',0,1,30,111,-30.701,1102.52,22.53,-27.955,1110.5,19.377,89.836,0,0,6210,27236,0,2,2,1,3,0,'None',0,100,0,2,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,1834409441,6,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,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,-1,4,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,0,0,1,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,55000,53790,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,278,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,178,'Flap_Jack','63430683929E8B600B8654F640B421634D14F6DF5AFEC378893389C7BC034C6CF4DD07ACC640E0292005A3F89EBD662B94D9E6A576630DE770B3C9AEBFC85C89','2020-02-12 19:01:52','2020-02-13 17:56:46','105.71.5.81',0,1,18,259,-54.915,1159.85,21.063,-57.557,1157.67,19.742,146.783,0,0,9089,10361,13257,3,4,0,8,0,'None',0,95.05,0,4,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,381568256,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,82,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,26046,52690,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,1),(1,179,'Justin_Case','C1E10544B37DD2E0EB3A10D2802655CB1DA83C8627EC002A4E66635FA6BAAF1AD62C7F92B920B07710F9D21DCC1C2B1AFDF360C0473B660B2ECF82CC3406D9EB','2020-02-12 20:45:07','2020-02-12 20:45:07','79.183.3.227',0,1,23,299,-54.314,1191.73,20.381,-51.255,1191.66,19.359,264.962,0,0,5000,10000,0,1,0,4,0,0,'None',0,90.1,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,4,0,'None',0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,28,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,180,'Nicole_West','403B1C9F125B3DD3148E1837B03C6BD72604A1D0FBF5D9E0FC30E6C142729E206C6A876336E42450EFD852B702DB300BA3F368DB78772B04899804EC0E8E8BCD','2020-02-13 00:42:09','2020-02-13 00:42:09','109.201.16.178',0,2,20,69,115.905,1182.28,19.191,112.718,1183.56,17.922,68.066,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,181,'Toruk_wooD','25FF57B5568312BB14C55B798F790E9129B70C581BD5CEDBEEAEC9EBCD3C7DBBAD1807D6585DC9161AE97A36CCAA65457BD315B1394C1DB96F0CE3CC616882DF','2020-02-13 07:02:30','2020-02-13 07:02:30','5.233.49.102',0,1,10,299,1342.23,-1241.04,14.249,1345.28,-1242.74,13.513,265.829,0,0,5000,10000,0,1,0,10,0,0,'None',0,83,0,0,0,1,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,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,80,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,182,'Mena_Gamer','B7D16B06E74A2E1A71476927FC6855CDF60E5B75DB98708B31C8AD487EB07614D1F71B72F282DE189BA235A88A0FF7032DB864FD1BD84A9F0E28134E262D8409','2020-02-13 18:15:38','2020-02-13 18:15:38','102.190.113.64',1,0,18,299,50,50,50,820.559,-1342.63,13.972,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,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,0,0,0,'No-one','None',1,-1,0,0,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,0),(1,183,'James_Hoffner','D90C1BD1A843B0F048E6C807D3A7512FA2441E79B1E012807EEE6C4F7381781F24C04D7B51D580AFB908A5553B50FFF6190F8842F0D3948011867F6C091E92E3','2020-02-13 18:32:21','2020-02-13 18:32:21','92.53.45.108',0,1,25,0,-170.269,1107.57,20.571,-175.806,1105.15,20.612,113.599,0,0,1250,10000,0,1,0,18,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,0,0,0,0,0,0,0,0,0,0,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,0,0,0,'No-one','None',1,-1,0,1,0,0,0,0,0,0,NULL,0,0,NULL,0,'',-256,0,0,0,0,0,0,1,0,0,0,3750,0,0,0,0,0,0,'None',0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,-1,8,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,100,100,1); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `vehicles` -- DROP TABLE IF EXISTS `vehicles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `vehicles` ( `id` int(10) NOT NULL AUTO_INCREMENT, `ownerid` int(10) DEFAULT '0', `owner` varchar(24) DEFAULT 'Nobody', `modelid` smallint(3) DEFAULT '0', `price` int(10) DEFAULT '0', `tickets` int(10) DEFAULT '0', `locked` tinyint(1) DEFAULT '0', `plate` varchar(32) DEFAULT 'None', `fuel` tinyint(3) DEFAULT '100', `health` float DEFAULT '1000', `pos_x` float DEFAULT '0', `pos_y` float DEFAULT '0', `pos_z` float DEFAULT '0', `pos_a` float DEFAULT '0', `color1` smallint(3) DEFAULT '0', `color2` smallint(3) DEFAULT '0', `paintjob` tinyint(2) DEFAULT '-1', `interior` tinyint(2) DEFAULT '0', `world` int(10) DEFAULT '0', `neon` smallint(5) DEFAULT '0', `neonenabled` tinyint(1) DEFAULT '0', `trunk` tinyint(1) DEFAULT '0', `mod_1` smallint(4) DEFAULT '0', `mod_2` smallint(4) DEFAULT '0', `mod_3` smallint(4) DEFAULT '0', `mod_4` smallint(4) DEFAULT '0', `mod_5` smallint(4) DEFAULT '0', `mod_6` smallint(4) DEFAULT '0', `mod_7` smallint(4) DEFAULT '0', `mod_8` smallint(4) DEFAULT '0', `mod_9` smallint(4) DEFAULT '0', `mod_10` smallint(4) DEFAULT '0', `mod_11` smallint(4) DEFAULT '0', `mod_12` smallint(4) DEFAULT '0', `mod_13` smallint(4) DEFAULT '0', `mod_14` smallint(4) DEFAULT '0', `cash` int(10) DEFAULT '0', `materials` int(10) DEFAULT '0', `weed` int(10) DEFAULT '0', `cocaine` int(10) DEFAULT '0', `meth` int(10) DEFAULT '0', `painkillers` int(10) DEFAULT '0', `weapon_1` tinyint(2) DEFAULT '0', `weapon_2` tinyint(2) DEFAULT '0', `weapon_3` tinyint(2) DEFAULT '0', `ammo_1` smallint(5) DEFAULT '0', `ammo_2` smallint(5) DEFAULT '0', `ammo_3` smallint(5) DEFAULT '0', `gangid` tinyint(2) DEFAULT '-1', `factiontype` tinyint(2) DEFAULT '0', `vippackage` tinyint(2) NOT NULL DEFAULT '0', `job` tinyint(2) DEFAULT '-1', `respawndelay` int(10) DEFAULT '0', `pistolammo` smallint(5) DEFAULT '0', `shotgunammo` smallint(5) DEFAULT '0', `smgammo` smallint(5) DEFAULT '0', `arammo` smallint(5) DEFAULT '0', `rifleammo` smallint(5) DEFAULT '0', `hpammo` smallint(5) DEFAULT '0', `poisonammo` smallint(5) DEFAULT '0', `fmjammo` smallint(5) DEFAULT '0', `alarm` tinyint(2) NOT NULL DEFAULT '0', `weapon_4` tinyint(2) NOT NULL DEFAULT '0', `weapon_5` tinyint(2) NOT NULL DEFAULT '0', `siren` tinyint(2) DEFAULT '0', `rank` tinyint(3) DEFAULT '0', `approved` bit(1) NOT NULL DEFAULT b'0', `rented` int(1) DEFAULT '0', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `id_UNIQUE` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `vehicles` -- LOCK TABLES `vehicles` WRITE; /*!40000 ALTER TABLE `vehicles` DISABLE KEYS */; INSERT INTO `vehicles` VALUES (10,0,'Nobody',416,0,0,0,'None',100,1000,-304.298,1007.51,19.708,270.218,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(11,0,'Nobody',416,0,0,0,'None',100,1000,-304.04,1011.97,19.707,269.242,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(12,0,'Nobody',407,0,0,0,'None',100,1000,-304.628,1015.93,19.844,267.762,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(13,0,'Nobody',407,0,0,0,'None',100,1000,-304.485,1019.98,19.829,270.112,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(14,0,'Nobody',490,0,0,0,'None',100,1000,-304.737,1023.64,19.722,271.161,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(15,0,'Nobody',490,0,0,0,'None',100,1000,-304.691,1027.97,19.728,271.921,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(16,0,'Nobody',426,0,0,0,'None',100,1000,-304.343,1032.65,19.375,271.521,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,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(17,0,'Nobody',426,0,0,0,'None',100,1000,-304.563,1036.22,19.382,268.538,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,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(18,0,'Nobody',582,0,0,0,'None',100,1000,-77.095,1077.28,19.797,0.85,106,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(19,0,'Nobody',582,0,0,0,'None',100,1000,-80.522,1076.96,19.798,359.192,106,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(20,0,'Nobody',582,0,0,0,'None',100,1000,-83.966,1077.08,19.799,0.108,106,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(21,0,'Nobody',582,0,0,0,'None',100,1000,-87.274,1076.47,19.839,0.26,106,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(24,0,'Nobody',420,0,0,0,'None',100,1000,-243.421,2609.01,62.481,179.05,-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,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(25,0,'Nobody',420,0,0,0,'None',100,1000,-240.407,2608.8,62.473,177.823,-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,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(26,0,'Nobody',420,0,0,0,'None',100,1000,-237.382,2608.83,62.474,178.753,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(27,0,'Nobody',420,0,0,0,'None',100,1000,-234.56,2608.67,62.473,174.762,-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,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(28,0,'Nobody',420,0,0,0,'None',100,1000,-243.623,2595.49,62.482,359.71,-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,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(29,0,'Nobody',563,0,0,0,'None',100,1000,-333.654,1050.62,26.74,358.688,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,2,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(30,0,'Nobody',487,0,0,0,'None',100,1000,-306.001,1046.69,26.262,357.093,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(35,0,'Nobody',598,0,0,0,'None',100,1000,-1398.91,2650.34,55.263,89.699,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'',0),(36,0,'Nobody',599,0,0,0,'None',100,1000,-1398.97,2643.91,55.67,89.538,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(61,98,'John_Pastor',401,10000,0,0,'None',99,1000,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(62,73,'Carlos_Vayne',421,15000,0,1,'None',58,777.31,-244.025,1013.01,19.546,272.466,1,1,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(63,0,'Nobody',489,0,0,0,'None',100,1000,796.643,1694.51,5.311,271.617,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(64,0,'Nobody',560,0,0,0,'None',100,1000,796.506,1682.07,4.986,270.309,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(65,0,'Nobody',597,0,0,0,'None',100,1000,-210.17,996.067,19.357,90.077,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(66,0,'Nobody',597,0,0,0,'None',100,1000,215.521,1115.34,-25.552,89.936,61,1,-1,0,4000020,0,0,0,0,0,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(67,0,'Nobody',597,0,0,0,'None',100,1000,215.741,1119.72,-25.553,89.14,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(68,0,'Nobody',598,0,0,0,'None',100,1000,215.966,1131.88,-25.571,88.444,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(69,0,'Nobody',598,0,0,0,'None',100,1000,216.054,1127.78,-25.576,90.198,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(71,0,'Nobody',490,0,0,0,'None',100,1000,152.722,1175.91,-25.194,178.681,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(72,0,'Nobody',523,0,0,0,'None',100,1000,199.382,1148.82,-25.751,271.471,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(74,0,'Nobody',523,0,0,0,'None',100,1000,199.499,1152.36,-25.752,271.738,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(75,0,'Nobody',427,0,0,0,'None',100,1000,159.055,1143.49,-25.162,89.405,1,61,-1,0,0,0,0,0,0,0,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(76,0,'Nobody',525,0,0,0,'None',100,1000,197.534,1108.43,-25.45,0.78,1,61,-1,0,0,0,0,0,0,0,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(77,0,'Nobody',525,0,0,0,'None',100,1000,192.904,1108.67,-25.451,359.444,1,61,-1,0,0,0,0,0,0,0,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(79,0,'Nobody',489,0,0,0,'None',100,1000,188.517,1108.88,-25.23,1.538,1,61,-1,0,0,0,0,0,0,0,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(81,0,'Nobody',560,0,0,0,'None',100,1000,160.178,1152.11,-25.615,92.005,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'',0),(82,0,'Nobody',415,0,0,0,'None',100,1000,160.388,1156.85,-25.548,89.482,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'',0),(83,0,'Nobody',506,0,0,0,'None',100,1000,160.302,1160.89,-25.616,89.853,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'',0),(84,0,'Nobody',426,0,0,0,'None',100,1000,148.583,1175.72,-25.578,180.197,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(85,0,'Nobody',426,0,0,0,'None',100,1000,144.62,1175.72,-25.578,180.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,-1,1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'',0),(86,0,'Nobody',431,0,0,0,'None',100,1000,156.522,1114.1,-25.19,231.075,61,61,-1,0,0,0,0,0,0,0,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(87,0,'Nobody',599,0,0,0,'None',100,1000,178.794,1108.84,-25.133,359.429,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(88,0,'Nobody',599,0,0,0,'None',100,1000,172.854,1108.76,-25.13,359.792,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(89,78,'Alex_Bio',463,40000,0,0,'None',92,801,-86.278,1368.13,9.781,305.364,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(90,0,'Nobody',599,0,0,0,'None',100,1000,-210.288,1000.13,19.857,90.28,61,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(91,73,'Carlos_Vayne',500,27500,0,0,'None',96,940.38,-233.008,1005.4,19.791,358.275,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(92,77,'Geoff_Brown',496,17500,0,1,'None',84,760.039,-91.648,1339.05,10.263,187.736,1,1,-1,0,0,0,0,1,0,0,0,0,0,0,0,1078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(99,0,'Nobody',533,0,0,0,'None',100,1000,-224.723,1142.16,19.457,179.641,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(100,0,'Nobody',445,0,0,0,'None',100,1000,-220.749,1135.72,19.622,90.298,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(101,0,'Nobody',580,0,0,0,'None',100,1000,-228.663,1142.19,19.543,179.833,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(102,0,'Nobody',490,0,0,0,'None',100,1000,-232.927,1142.24,19.874,179.17,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(105,110,'Jayvon_Martin',421,15000,0,0,'None',99,897.025,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(108,74,'Nicolas_Joshua',483,50000,0,0,'None',89,1000,524.186,2356.02,30.565,155.401,3,3,0,0,0,18647,0,0,0,0,0,0,0,1010,0,1083,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(109,0,'Nobody',528,0,0,0,'None',100,1000,159.745,1147.79,-25.278,89.57,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(110,116,'Samuel_Payne',542,10000,0,0,'None',78,996.355,-13.054,1221.78,19.103,270.921,1,1,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(111,117,'Catherine_Fellinger',401,10000,5000,0,'None',81,1000,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(112,90,'Raze_Box',462,9000,0,0,'None',88,847.931,1344.31,281.693,19.561,249.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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(113,73,'Carlos_Vayne',510,2500,0,1,'None',76,936.342,-214.155,1206.04,19.345,183.985,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(114,120,'Shanika_Preston',401,10000,0,1,'None',100,1000,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(115,111,'Julius_Banks',542,10000,0,0,'None',98,1000,185.454,1072.97,18.656,192.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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(116,71,'Sam_Alderman',402,180000,0,0,'None',30,725,-210.214,1121.08,19.578,89.282,22,22,-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,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(117,83,'Kaylie_Charlotte',445,35000,0,0,'None',80,1000,-205.664,969.156,18.326,270.908,166,158,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(124,0,'Nobody',463,0,0,0,'None',100,1000,-88,1364.42,9.815,200.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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(126,0,'Nobody',463,0,0,0,'None',100,1000,-89.616,1364.05,9.815,198.56,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(127,0,'Nobody',463,0,0,0,'None',100,1000,-91.277,1363.68,9.815,198.931,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(128,0,'Nobody',463,0,0,0,'None',100,1000,-92.765,1363.24,9.814,198.169,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(129,0,'Nobody',482,0,0,0,'None',100,1000,-101.68,1380.41,10.4,101.528,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(130,133,'Brian_Ramsey',401,10000,0,1,'None',61,1000,312.152,892.856,20.186,10.716,0,0,-1,0,0,0,0,0,0,1004,0,0,0,0,1020,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(131,137,'Mason_Flame',401,10000,0,0,'None',98,1000,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(134,134,'Brian_Mcgee',401,10000,0,0,'None',100,1000,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(135,0,'Nobody',422,-1040958725,0,0,'None',100,1000,1165.73,19.212,0.405,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(136,0,'Nobody',492,-1039573320,0,0,'None',100,1000,1165.59,19.226,0.834,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(137,0,'Nobody',422,-1037820572,0,0,'None',100,1000,1165.8,19.307,359.4,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(138,0,'Nobody',422,-1038671990,0,0,'None',100,1000,1165.66,19.254,359.67,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(139,0,'Nobody',409,0,0,0,'None',100,1000,-233.092,1126.59,19.545,359.033,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(140,75,'Michael_Joshua',405,62000,0,0,'None',50,1000,1516.83,-1643.91,1124.41,180,164,0,-1,1,2000056,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(141,75,'Michael_Joshua',586,23000,0,1,'None',72,941.216,-21.198,1110.15,19.27,136.742,236,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(142,0,'Nobody',422,-1040958725,0,0,'None',100,1000,1165.73,19.212,0.405,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(143,0,'Nobody',492,-1039573320,0,0,'None',100,1000,1165.59,19.226,0.834,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(144,0,'Nobody',422,-1037820572,0,0,'None',100,1000,1165.8,19.307,359.4,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(145,0,'Nobody',422,-1038671990,0,0,'None',100,1000,1165.66,19.254,359.67,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(146,149,'Alex_Coleman',463,0,0,0,'None',44,917.686,-86.729,1373.31,9.814,278.388,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(147,76,'Jason_Rezar',554,37500,0,1,'None',75,998.782,-341.093,1178.05,19.786,181.157,1,1,-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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(148,125,'Max_Callahan',475,40000,0,1,'None',61,887.858,-209.499,1115.97,19.643,270.805,43,1,2,0,0,0,0,0,0,0,0,0,0,1008,0,1073,0,1087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(149,0,'Nobody',487,0,0,0,'None',100,1000,-223.575,974.752,28.209,271.488,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,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(150,134,'Brian_Mcgee',551,65000,0,0,'None',64,939.383,-94.603,1338.47,10.259,186.928,205,105,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(153,80,'Janet_Baker',542,10000,0,0,'None',74,791.475,-243.181,1068.87,19.498,179.209,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(154,76,'Jason_Rezar',496,27500,0,0,'None',96,300,-247.374,1067.07,19.396,347.412,3,35,-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,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(155,76,'Jason_Rezar',507,62000,0,1,'None',70,912.831,-341.628,1166.89,19.569,177.067,1,1,-1,0,0,0,0,0,0,0,0,0,0,1010,0,1073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(156,166,'Darwin_Escobar',542,10000,0,0,'None',95,968.262,-302.148,1144.21,19.374,265.941,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(157,75,'Michael_Joshua',422,23000,0,1,'None',83,978.848,-802.209,125.348,10.696,333.316,252,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(158,0,'Nobody',410,-1040958725,0,0,'None',100,1000,1165.59,19.212,0.405,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(159,0,'Nobody',410,-1039573320,0,0,'None',100,1000,1165.59,19.212,0.405,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(160,0,'Nobody',410,-1037820572,0,0,'None',100,1000,1165.59,19.212,0.405,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(161,0,'Nobody',410,-1038671990,0,0,'None',100,1000,1165.59,19.212,0.405,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',-1),(162,71,'Sam_Alderman',496,27500,0,0,'None',98,1000,-910.323,2699.1,42.084,134.907,7,36,-1,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(163,153,'Betty_Boop',445,35000,0,1,'None',41,884.189,-245.975,1075.7,19.603,177.942,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(164,0,'Nobody',541,0,0,0,'None',100,1000,160.639,1164.96,-25.696,86.863,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,-1,1,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,'\0',0),(165,174,'Gordan_Musty',542,10000,0,0,'None',99,1000,163.142,1165.52,14.77,147.531,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0),(166,177,'Chris_Muller',529,50000,0,0,'None',66,1000,-28.47,1112.41,19.378,178.636,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,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\0',0); /*!40000 ALTER TABLE `vehicles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `weapons` -- DROP TABLE IF EXISTS `weapons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `weapons` ( `uid` int(10) DEFAULT NULL, `slot` tinyint(2) DEFAULT NULL, `weaponid` tinyint(2) DEFAULT NULL, `ammo` smallint(5) DEFAULT NULL, `id` int(100) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `id_UNIQUE` (`id`), UNIQUE KEY `uid` (`uid`,`slot`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `weapons` -- LOCK TABLES `weapons` WRITE; /*!40000 ALTER TABLE `weapons` DISABLE KEYS */; /*!40000 ALTER TABLE `weapons` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2020-02-13 22:03:01