-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUpdated2.0Clean.sql
More file actions
823 lines (746 loc) · 33.2 KB
/
Copy pathUpdated2.0Clean.sql
File metadata and controls
823 lines (746 loc) · 33.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 10.5.9-MariaDB - mariadb.org binary distribution
-- Server OS: Win64
-- HeidiSQL Version: 11.2.0.6213
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!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 */;
-- Dumping database structure for gta_rp2
CREATE DATABASE IF NOT EXISTS `gta_rp2` /*!40100 DEFAULT CHARACTER SET utf8mb4 */;
USE `gta_rp2`;
-- Dumping structure for table gta_rp2.characters
CREATE TABLE IF NOT EXISTS `characters` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`owner` varchar(50) DEFAULT NULL,
`first_name` varchar(50) NOT NULL DEFAULT 'John',
`last_name` varchar(50) NOT NULL DEFAULT 'Doe',
`date_created` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`dob` varchar(50) DEFAULT 'NULL',
`cash` int(9) DEFAULT 500,
`bank` int(9) NOT NULL DEFAULT 5000,
`phone_number` longtext NOT NULL,
`story` text NOT NULL,
`new` int(1) NOT NULL DEFAULT 1,
`deleted` int(11) NOT NULL DEFAULT 0,
`gender` int(1) NOT NULL DEFAULT 0,
`jail_time` int(11) NOT NULL DEFAULT 0,
`stress_level` int(11) DEFAULT 0,
`metaData` varchar(1520) DEFAULT '{}',
`bones` mediumtext DEFAULT '{}',
`emotes` varchar(4160) DEFAULT '{}',
`paycheck` int(11) DEFAULT 0,
`meta` text DEFAULT 'move_m@casual@d',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.characters: ~0 rows (approximately)
DELETE FROM `characters`;
/*!40000 ALTER TABLE `characters` DISABLE KEYS */;
/*!40000 ALTER TABLE `characters` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.characters_cars
CREATE TABLE IF NOT EXISTS `characters_cars` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`owner` varchar(50) DEFAULT NULL,
`cid` int(11) DEFAULT NULL,
`purchase_price` float DEFAULT NULL,
`model` varchar(50) DEFAULT NULL,
`vehicle_state` longtext DEFAULT NULL,
`fuel` int(11) DEFAULT 100,
`name` varchar(50) DEFAULT NULL,
`engine_damage` bigint(19) unsigned DEFAULT 1000,
`body_damage` bigint(20) DEFAULT 1000,
`degredation` longtext DEFAULT '100,100,100,100,100,100,100,100',
`current_garage` varchar(50) DEFAULT 'T',
`financed` int(11) DEFAULT 0,
`last_payment` int(11) DEFAULT 0,
`coords` longtext DEFAULT NULL,
`license_plate` varchar(255) NOT NULL DEFAULT '',
`payments_left` int(3) DEFAULT 0,
`server_number` int(11) DEFAULT NULL,
`data` longtext DEFAULT NULL,
`repoed` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.characters_cars: ~0 rows (approximately)
DELETE FROM `characters_cars`;
/*!40000 ALTER TABLE `characters_cars` DISABLE KEYS */;
/*!40000 ALTER TABLE `characters_cars` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.characters_weapons
CREATE TABLE IF NOT EXISTS `characters_weapons` (
`id` int(11) NOT NULL DEFAULT 0,
`type` varchar(255) DEFAULT NULL,
`ammo` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.characters_weapons: ~0 rows (approximately)
DELETE FROM `characters_weapons`;
/*!40000 ALTER TABLE `characters_weapons` DISABLE KEYS */;
/*!40000 ALTER TABLE `characters_weapons` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.character_current
CREATE TABLE IF NOT EXISTS `character_current` (
`cid` int(11) DEFAULT NULL,
`model` varchar(50) DEFAULT NULL,
`drawables` mediumtext DEFAULT NULL,
`props` mediumtext DEFAULT NULL,
`drawtextures` mediumtext DEFAULT NULL,
`proptextures` mediumtext DEFAULT NULL,
`assExists` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE `weapon_serials` (
`owner` TEXT NOT NULL COLLATE 'utf8mb4_general_ci',
`serial` TEXT NOT NULL COLLATE 'utf8mb4_general_ci'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.character_current: ~0 rows (approximately)
DELETE FROM `character_current`;
/*!40000 ALTER TABLE `character_current` DISABLE KEYS */;
/*!40000 ALTER TABLE `character_current` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.character_face
CREATE TABLE IF NOT EXISTS `character_face` (
`cid` int(11) DEFAULT NULL,
`hairColor` mediumtext DEFAULT NULL,
`headBlend` mediumtext DEFAULT NULL,
`headOverlay` mediumtext DEFAULT NULL,
`headStructure` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.character_face: ~0 rows (approximately)
DELETE FROM `character_face`;
/*!40000 ALTER TABLE `character_face` DISABLE KEYS */;
/*!40000 ALTER TABLE `character_face` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.character_outfits
CREATE TABLE IF NOT EXISTS `character_outfits` (
`cid` int(11) DEFAULT NULL,
`model` varchar(50) DEFAULT NULL,
`name` text DEFAULT NULL,
`slot` int(11) DEFAULT NULL,
`drawables` text DEFAULT '{}',
`props` text DEFAULT '{}',
`drawtextures` text DEFAULT '{}',
`proptextures` text DEFAULT '{}',
`hairColor` text DEFAULT '{}'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.character_outfits: ~0 rows (approximately)
DELETE FROM `character_outfits`;
/*!40000 ALTER TABLE `character_outfits` DISABLE KEYS */;
/*!40000 ALTER TABLE `character_outfits` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.character_passes
CREATE TABLE IF NOT EXISTS `character_passes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cid` int(11) NOT NULL,
`rank` int(11) NOT NULL DEFAULT 1,
`name` text NOT NULL,
`giver` text NOT NULL,
`pass_type` text NOT NULL,
`business_name` text NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.character_passes: ~0 rows (approximately)
DELETE FROM `character_passes`;
/*!40000 ALTER TABLE `character_passes` DISABLE KEYS */;
/*!40000 ALTER TABLE `character_passes` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.delivery_job
CREATE TABLE IF NOT EXISTS `delivery_job` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`active` float DEFAULT NULL,
`jobType` varchar(50) DEFAULT NULL,
`dropAmount` int(2) DEFAULT NULL,
`pickup` varchar(255) DEFAULT NULL,
`drop` varchar(255) DEFAULT NULL,
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
-- Dumping data for table gta_rp2.delivery_job: ~30 rows (approximately)
DELETE FROM `delivery_job`;
/*!40000 ALTER TABLE `delivery_job` DISABLE KEYS */;
INSERT INTO `delivery_job` (`id`, `active`, `jobType`, `dropAmount`, `pickup`, `drop`) VALUES
(1, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{-441.81, -75.55, 41.18}'),
(2, 1, 'trucker', 6, '{2747.82, 3454.10,56.01}', '{1170.60, -291.72, 69.02}'),
(3, 1, 'trucker', 4, '{2747.82, 3454.10,56.01}', '{-45.31, -1662.97, 29.28}'),
(4, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{378.23, -1028.82, 29.33}'),
(5, 1, 'trucker', 3, '{2747.82, 3454.10,56.01}', '{-580.60, -1008.78, 22.32}'),
(1, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{-441.81, -75.55, 41.18}'),
(2, 1, 'trucker', 6, '{2747.82, 3454.10,56.01}', '{1170.60, -291.72, 69.02}'),
(3, 1, 'trucker', 4, '{2747.82, 3454.10,56.01}', '{-45.31, -1662.97, 29.28}'),
(4, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{378.23, -1028.82, 29.33}'),
(5, 1, 'trucker', 3, '{2747.82, 3454.10,56.01}', '{-580.60, -1008.78, 22.32}'),
(1, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{-441.81, -75.55, 41.18}'),
(2, 1, 'trucker', 6, '{2747.82, 3454.10,56.01}', '{1170.60, -291.72, 69.02}'),
(3, 1, 'trucker', 4, '{2747.82, 3454.10,56.01}', '{-45.31, -1662.97, 29.28}'),
(4, 0, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{378.23, -1028.82, 29.33}'),
(5, 0, 'trucker', 3, '{2747.82, 3454.10,56.01}', '{-580.60, -1008.78, 22.32}'),
(1, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{-441.81, -75.55, 41.18}'),
(2, 1, 'trucker', 6, '{2747.82, 3454.10,56.01}', '{1170.60, -291.72, 69.02}'),
(3, 1, 'trucker', 4, '{2747.82, 3454.10,56.01}', '{-45.31, -1662.97, 29.28}'),
(4, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{378.23, -1028.82, 29.33}'),
(5, 1, 'trucker', 3, '{2747.82, 3454.10,56.01}', '{-580.60, -1008.78, 22.32}'),
(1, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{-441.81, -75.55, 41.18}'),
(2, 1, 'trucker', 6, '{2747.82, 3454.10,56.01}', '{1170.60, -291.72, 69.02}'),
(3, 1, 'trucker', 4, '{2747.82, 3454.10,56.01}', '{-45.31, -1662.97, 29.28}'),
(4, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{378.23, -1028.82, 29.33}'),
(5, 1, 'trucker', 3, '{2747.82, 3454.10,56.01}', '{-580.60, -1008.78, 22.32}'),
(1, 1, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{-441.81, -75.55, 41.18}'),
(2, 1, 'trucker', 6, '{2747.82, 3454.10,56.01}', '{1170.60, -291.72, 69.02}'),
(3, 1, 'trucker', 4, '{2747.82, 3454.10,56.01}', '{-45.31, -1662.97, 29.28}'),
(4, 0, 'trucker', 5, '{2747.82, 3454.10,56.01}', '{378.23, -1028.82, 29.33}'),
(5, 0, 'trucker', 3, '{2747.82, 3454.10,56.01}', '{-580.60, -1008.78, 22.32}');
/*!40000 ALTER TABLE `delivery_job` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.exploiters
CREATE TABLE IF NOT EXISTS `exploiters` (
`type` text DEFAULT NULL,
`log` text DEFAULT NULL,
`data` text DEFAULT NULL,
`cid` int(11) DEFAULT NULL,
`steam_id` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.exploiters: ~0 rows (approximately)
DELETE FROM `exploiters`;
/*!40000 ALTER TABLE `exploiters` DISABLE KEYS */;
/*!40000 ALTER TABLE `exploiters` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.fine_types
CREATE TABLE IF NOT EXISTS `fine_types` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`amount` int(11) DEFAULT NULL,
`jailtime` int(11) DEFAULT 0,
`category` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Dumping data for table gta_rp2.fine_types: ~143 rows (approximately)
DELETE FROM `fine_types`;
/*!40000 ALTER TABLE `fine_types` DISABLE KEYS */;
INSERT INTO `fine_types` (`id`, `label`, `amount`, `jailtime`, `category`) VALUES
(1, 'Failure to use signal', 30, 2, 0),
(2, 'Illegal Passing', 30, 2, 0),
(3, 'Excessive vehicle noise', 30, 2, 0),
(4, 'Failing to stop at a Stop Sign ', 50, 3, 0),
(5, 'Failing to stop at a Red Light', 50, 3, 0),
(6, 'Following to closely', 50, 3, 0),
(7, 'Failure to yield', 100, 3, 0),
(8, 'Illegal Parking', 100, 3, 0),
(9, 'Illegal Turn', 100, 3, 0),
(10, 'Illegal Passing', 100, 3, 0),
(11, 'Impeding traffic flow', 120, 3, 0),
(12, 'Illegal U-Turn', 140, 3, 0),
(13, 'Traveling Wrong Way', 150, 4, 0),
(14, 'Hit and Run', 300, 6, 0),
(15, 'Negligent Driving', 400, 6, 0),
(16, 'Driving an illegal Vehicle', 500, 10, 0),
(17, 'Operation of a Non-Street Legal Vehicle', 500, 10, 0),
(18, 'Driving without a License', 700, 10, 0),
(19, 'Reckless Driving', 800, 10, 0),
(20, 'Felony Speeding', 800, 10, 0),
(21, 'Exceeding Speeds Over < 5 mph', 30, 2, 0),
(22, 'Exceeding Speeds Over 5-15 mph', 80, 3, 0),
(23, 'Exceeding Speeds Over 15-30 mph', 175, 6, 0),
(24, 'Exceeding Speeds Over > 30 mph', 250, 10, 0),
(25, 'Improvised Armoured Vehicle', 800, 15, 0),
(26, 'Driving with a suspended license', 820, 10, 0),
(27, 'Vehicle Tampering', 800, 6, 0),
(28, 'Vehicle Theft', 1000, 15, 0),
(29, 'Possession of a stolen vehicle', 1000, 15, 0),
(30, 'Grand Theft Auto', 1200, 15, 0),
(31, 'Hit and Run', 1500, 15, 0),
(32, 'Driving Under the Influence / Driving While Intoxicated (DUI / DWI, 0),', 1500, 20, 0),
(33, 'Felony Evasion', 2000, 20, 0),
(34, 'Misuse of 911', 400, 2, 0),
(35, 'Loitering', 420, 2, 0),
(36, 'Public Intoxication', 450, 2, 0),
(37, 'Idecent Exposure', 500, 3, 0),
(38, 'Vandalism', 500, 3, 0),
(39, 'Trespassing', 500, 3, 0),
(40, 'Harassment', 500, 3, 0),
(41, 'Possession without a permit', 700, 5, 0),
(42, 'Possession of a Handgun in public', 700, 5, 0),
(43, 'Failure to Inform', 735, 5, 0),
(44, 'Failure to Identify', 740, 5, 0),
(45, 'Stalking', 750, 5, 0),
(46, 'Possession of a Shotgun in public', 800, 7, 0),
(47, 'Disturbing the Peace', 800, 8, 0),
(48, 'Theft', 1000, 10, 0),
(49, 'Battery', 1200, 10, 0),
(50, 'Destruction of Physical Evidence', 1500, 15, 0),
(51, 'Criminal Threats', 1500, 10, 0),
(52, 'Brandishing a Firearm', 1500, 10, 0),
(53, 'Failure to comply with a lawful order', 1530, 10, 0),
(54, 'Vandalism of Goverment Property', 1600, 15, 0),
(55, 'Possession of a Rifle in public', 2000, 15, 0),
(56, 'Assault', 2000, 15, 0),
(57, 'Unlawful Discharge of a Firearm', 2200, 15, 0),
(58, 'Brandishing a Deadly Weapon', 2250, 15, 0),
(59, 'Resisting Arrest', 2500, 12, 0),
(60, 'Obstruction of Justice', 2500, 12, 0),
(61, 'Reckless Endangerment', 2600, 12, 0),
(62, 'Bribery', 1000, 10, 0),
(64, 'Drive-By Shooting', 1500, 15, 0),
(65, 'Maintaining a Place for the Purpose of Distribution', 1500, 15, 0),
(66, 'Possesion of a Controlled Substance inside residence', 1550, 15, 0),
(67, 'Felon in Possession of Ammunition', 1600, 15, 0),
(68, 'Felon in Possession of a Firearm', 1650, 17, 0),
(69, 'Possesion of a Controlled Substance with Intent to sell', 2000, 15, 0),
(70, 'Distribution of Firearms', 2200, 18, 0),
(71, 'Transporting Illegal Firearms', 2300, 20, 0),
(72, 'Money Laundering', 2500, 20, 0),
(73, 'Sale of a Controlled Substance', 2700, 17, 0),
(74, 'Extortion', 2700, 20, 0),
(75, 'Drug Trafficking', 2800, 20, 0),
(76, 'Possession of Explosives', 3000, 25, 0),
(77, 'Possession of Illegal Firearm', 3000, 20, 0),
(78, 'Distribution of Illegal Firearms', 3200, 25, 0),
(79, 'Manufacture of a Controlled Substance', 3500, 20, 0),
(80, 'Racketeering / RICO', 50000, 99999999, 0),
(81, 'Terroristic Threat', 600, 15, 0),
(82, 'False Imprisonment', 600, 10, 0),
(83, 'Felony Battery', 750, 12, 0),
(84, 'Attempted Armed Roberry', 1000, 15, 0),
(85, 'Kidnapping', 1000, 15, 0),
(86, 'Terroristic Acts', 1000, 15, 0),
(87, 'Armed Robbery', 2000, 20, 0),
(88, 'Assault with Deadly Firearm', 2000, 20, 0),
(89, 'Vehicular Manslaughter', 2500, 20, 0),
(90, 'Battery on a Peace Officer', 3000, 25, 0),
(91, 'Attempted Murder', 3500, 25, 0),
(92, 'Bank Robbery', 3500, 20, 0),
(93, 'Second Degree Murder', 4000, 25, 0),
(94, 'Manslaughter', 4500, 28, 0),
(95, 'Arson', 4500, 25, 0),
(96, 'First Degree Murder', 5000, 30, 0),
(97, 'Attempted Murder of a Peace Officer', 6000, 30, 0),
(98, 'Organ Harvesting', 1500, 35, 0),
(99, 'Possession of Class 1 Weapon', 250, 3, 0),
(100, 'Possession of Class 2 Weapon', 1000, 6, 0),
(101, 'Possession of Government Equipment', 1000, 10, 0),
(102, 'Possession of Class 3 Firearm', 2500, 15, 0),
(103, 'Possession of Explosives', 1500, 10, 0),
(104, 'Drug Cultivation and Manufacturing', 500, 10, 0),
(105, 'Drug Distribution/Intent to Distrubute - Class 1', 500, 5, 0),
(106, 'Drug Distribution/Intent to Distrubute - Class 2', 1000, 10, 0),
(107, 'Possession of Class 1 Narcotics', 200, 5, 0),
(108, 'Sexual Harassment', 1500, 20, 0),
(109, 'Aiding & Abetting of a Felony', 1000, 10, 0),
(110, 'Escaping Custody', 750, 12, 0),
(111, 'Jail Break', 1500, 15, 0),
(112, 'Joy Riding', 200, 8, 0),
(113, 'Fleeing & Eluding', 600, 8, 0),
(114, 'Burglary', 500, 10, 0),
(115, 'Impersonation of a Government Official', 750, 12, 0),
(116, 'Destruction of Property', 0, 8, 0),
(117, 'Destruction of Government Property', 500, 10, 0),
(118, 'Possession of Weapon Attachment', 2000, 15, 0),
(119, 'Possession of Contraband', 150, 8, 0),
(120, 'Disorderly Conduct', 400, 5, 0),
(121, 'Poaching', 2000, 10, 0),
(122, 'Forgery', 500, 10, 0),
(123, 'Drug Paraphernalia', 150, 5, 0),
(124, 'Petty Theft', 500, 5, 0),
(125, 'Possession of Stolen Goods', 1000, 8, 0),
(126, 'Corruption', 0, 15, 0),
(127, 'Human Trafficking', 2500, 30, 0),
(128, 'Operation of a Aircraft', 1500, 10, 0),
(129, 'Violation of a No Fly Zone', 2000, 15, 0),
(130, 'Operation of Non-Street Legal Vehicle', 1500, 10, 0),
(131, 'Perjury', 1000, 18, 0),
(132, 'Obstruction of Justice', 2000, 20, 0),
(133, 'Contempt of Court', 2500, 15, 0),
(134, 'Breaking and Entering', 150, 10, 0),
(135, 'False Report', 100, 5, 0),
(136, 'Conspiracy', 500, 10, 0),
(137, 'Solicitation', 75, 6, 0),
(138, 'Attempted Commission of a Crime', 500, 10, 0),
(139, 'Illegal Window Tint', 250, 0, 0),
(140, 'Possession Of A PD Weapon', 15000, 25, 0),
(143, 'Possesion of Explosive\\\'s', 20000, 40, 0),
(144, 'Armed Robbery of the Union Depository', 10000, 30, 0),
(145, 'Armed Robbery Of The Vault', 8000, 30, 0),
(146, 'Usage Of A AirCraft without proper license', 5000, 30, 0);
/*!40000 ALTER TABLE `fine_types` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.group_banking
CREATE TABLE IF NOT EXISTS `group_banking` (
`group_type` mediumtext DEFAULT NULL,
`bank` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.group_banking: ~11 rows (approximately)
DELETE FROM `group_banking`;
/*!40000 ALTER TABLE `group_banking` DISABLE KEYS */;
INSERT INTO `group_banking` (`group_type`, `bank`) VALUES
('burger_shot', 0),
('police', 0),
('ems', 0),
('car_shop', 0),
('tuner_shop', 0),
('best_buds', 0),
('bean_machine', 0),
('vanilla_unicorn', 0),
('auto_bodies', 0),
('drift_school', 0),
('paleto_mech', 0);
/*!40000 ALTER TABLE `group_banking` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.jobs_whitelist
CREATE TABLE IF NOT EXISTS `jobs_whitelist` (
`id` int(11) NOT NULL,
`owner` varchar(50) DEFAULT NULL,
`cid` int(11) DEFAULT NULL,
`job` varchar(50) DEFAULT 'unemployed',
`rank` int(11) DEFAULT 0,
`callsign` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.jobs_whitelist: ~0 rows (approximately)
DELETE FROM `jobs_whitelist`;
/*!40000 ALTER TABLE `jobs_whitelist` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs_whitelist` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.logs
CREATE TABLE IF NOT EXISTS `logs` (
`type` text DEFAULT NULL,
`log` text DEFAULT NULL,
`data` text DEFAULT NULL,
`cid` int(11) DEFAULT NULL,
`steam_id` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.logs: ~0 rows (approximately)
DELETE FROM `logs`;
/*!40000 ALTER TABLE `logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `logs` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.mdt_reports
CREATE TABLE IF NOT EXISTS `mdt_reports` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`char_id` int(11) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`incident` longtext DEFAULT NULL,
`charges` longtext DEFAULT NULL,
`author` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`date` varchar(255) DEFAULT NULL,
`jailtime` mediumtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.mdt_reports: ~0 rows (approximately)
DELETE FROM `mdt_reports`;
/*!40000 ALTER TABLE `mdt_reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `mdt_reports` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.mdt_warrants
CREATE TABLE IF NOT EXISTS `mdt_warrants` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`char_id` int(11) DEFAULT NULL,
`report_id` int(11) DEFAULT NULL,
`report_title` varchar(255) DEFAULT NULL,
`charges` longtext DEFAULT NULL,
`date` varchar(255) DEFAULT NULL,
`expire` varchar(255) DEFAULT NULL,
`notes` varchar(255) DEFAULT NULL,
`author` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.mdt_warrants: ~0 rows (approximately)
DELETE FROM `mdt_warrants`;
/*!40000 ALTER TABLE `mdt_warrants` DISABLE KEYS */;
/*!40000 ALTER TABLE `mdt_warrants` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.mech_materials
CREATE TABLE IF NOT EXISTS `mech_materials` (
`Shop` mediumtext NOT NULL,
`rubber` int(11) NOT NULL DEFAULT 0,
`aluminium` int(11) NOT NULL DEFAULT 0,
`scrapmetal` int(11) NOT NULL DEFAULT 0,
`plastic` int(11) NOT NULL DEFAULT 0,
`copper` int(11) NOT NULL DEFAULT 0,
`steel` int(11) NOT NULL DEFAULT 0,
`glass` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Dumping data for table gta_rp2.mech_materials: ~4 rows (approximately)
DELETE FROM `mech_materials`;
/*!40000 ALTER TABLE `mech_materials` DISABLE KEYS */;
INSERT INTO `mech_materials` (`Shop`, `rubber`, `aluminium`, `scrapmetal`, `plastic`, `copper`, `steel`, `glass`) VALUES
('auto_exotics', 0, 0, 0, 0, 0, 0, 0),
('tuner_shop', 0, 0, 0, 0, 0, 0, 0),
('auto_bodies', 0, 0, 0, 0, 0, 0, 0),
('paleto_mech', 0, 0, 0, 0, 0, 0, 0);
/*!40000 ALTER TABLE `mech_materials` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.modded_cars
CREATE TABLE IF NOT EXISTS `modded_cars` (
`id` int(11) DEFAULT NULL,
`license_plate` varchar(255) DEFAULT NULL,
`Extractors` varchar(255) DEFAULT '{}',
`Filter` varchar(255) DEFAULT '{}',
`Suspension` varchar(255) DEFAULT '{}',
`Rollbars` varchar(255) DEFAULT '{}',
`Bored` varchar(255) DEFAULT '{}',
`Carbon` varchar(255) DEFAULT '{}',
`LFront` varchar(255) DEFAULT '{}',
`RFront` varchar(255) DEFAULT '{}',
`LBack` varchar(255) DEFAULT '{}',
`RBack` varchar(255) DEFAULT '{}'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.modded_cars: ~0 rows (approximately)
DELETE FROM `modded_cars`;
/*!40000 ALTER TABLE `modded_cars` DISABLE KEYS */;
/*!40000 ALTER TABLE `modded_cars` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.phone_yp
CREATE TABLE IF NOT EXISTS `phone_yp` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`job` varchar(500) DEFAULT NULL,
`phonenumber` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.phone_yp: ~0 rows (approximately)
DELETE FROM `phone_yp`;
/*!40000 ALTER TABLE `phone_yp` DISABLE KEYS */;
/*!40000 ALTER TABLE `phone_yp` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.playerstattoos
CREATE TABLE IF NOT EXISTS `playerstattoos` (
`identifier` int(11) DEFAULT NULL,
`tattoos` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.playerstattoos: ~0 rows (approximately)
DELETE FROM `playerstattoos`;
/*!40000 ALTER TABLE `playerstattoos` DISABLE KEYS */;
/*!40000 ALTER TABLE `playerstattoos` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.racing_tracks
CREATE TABLE IF NOT EXISTS `racing_tracks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`checkPoints` text DEFAULT NULL,
`track_names` text DEFAULT NULL,
`creator` text DEFAULT NULL,
`distance` text DEFAULT NULL,
`races` text DEFAULT NULL,
`fastest_car` text DEFAULT NULL,
`fastest_name` text DEFAULT NULL,
`fastest_lap` int(11) DEFAULT NULL,
`fastest_sprint` int(11) DEFAULT NULL,
`fastest_sprint_name` text DEFAULT NULL,
`description` text DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.racing_tracks: ~0 rows (approximately)
DELETE FROM `racing_tracks`;
/*!40000 ALTER TABLE `racing_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `racing_tracks` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.tweets
CREATE TABLE IF NOT EXISTS `tweets` (
`handle` longtext NOT NULL,
`message` varchar(500) NOT NULL,
`time` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.tweets: ~0 rows (approximately)
DELETE FROM `tweets`;
/*!40000 ALTER TABLE `tweets` DISABLE KEYS */;
/*!40000 ALTER TABLE `tweets` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.users
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hex_id` varchar(100) DEFAULT NULL,
`steam_id` varchar(50) DEFAULT NULL,
`community_id` varchar(100) DEFAULT NULL,
`license` varchar(255) DEFAULT NULL,
`name` varchar(255) NOT NULL DEFAULT 'Uknown',
`ip` varchar(50) NOT NULL DEFAULT 'Uknown',
`rank` varchar(50) NOT NULL DEFAULT 'user',
`date_created` timestamp NULL DEFAULT current_timestamp(),
`controls` text DEFAULT '{}',
`settings` text DEFAULT '{}',
`inventory_settings` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.users: ~0 rows (approximately)
DELETE FROM `users`;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.user_contacts
CREATE TABLE IF NOT EXISTS `user_contacts` (
`identifier` varchar(40) NOT NULL,
`name` longtext NOT NULL,
`number` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.user_contacts: ~0 rows (approximately)
DELETE FROM `user_contacts`;
/*!40000 ALTER TABLE `user_contacts` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_contacts` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.user_convictions
CREATE TABLE IF NOT EXISTS `user_convictions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`char_id` int(11) DEFAULT NULL,
`offense` varchar(255) DEFAULT NULL,
`count` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.user_convictions: ~0 rows (approximately)
DELETE FROM `user_convictions`;
/*!40000 ALTER TABLE `user_convictions` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_convictions` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.user_inventory2
CREATE TABLE IF NOT EXISTS `user_inventory2` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(500) CHARACTER SET utf8 NOT NULL DEFAULT '0',
`item_id` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
`quality` int(11) NOT NULL DEFAULT 100,
`information` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '0',
`slot` int(11) NOT NULL,
`dropped` tinyint(4) NOT NULL DEFAULT 0,
`creationDate` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Dumping data for table gta_rp2.user_inventory2: ~0 rows (approximately)
DELETE FROM `user_inventory2`;
/*!40000 ALTER TABLE `user_inventory2` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_inventory2` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.user_licenses
CREATE TABLE IF NOT EXISTS `user_licenses` (
`owner` longtext NOT NULL,
`type` longtext NOT NULL,
`status` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.user_licenses: ~0 rows (approximately)
DELETE FROM `user_licenses`;
/*!40000 ALTER TABLE `user_licenses` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_licenses` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.user_mdt
CREATE TABLE IF NOT EXISTS `user_mdt` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`char_id` int(11) DEFAULT NULL,
`notes` varchar(255) DEFAULT NULL,
`mugshot_url` varchar(255) DEFAULT NULL,
`bail` bit(1) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.user_mdt: ~0 rows (approximately)
DELETE FROM `user_mdt`;
/*!40000 ALTER TABLE `user_mdt` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_mdt` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.user_messages
CREATE TABLE IF NOT EXISTS `user_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sender` varchar(10) NOT NULL,
`receiver` varchar(10) NOT NULL,
`message` varchar(255) NOT NULL DEFAULT '0',
`date` timestamp NOT NULL DEFAULT current_timestamp(),
`isRead` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- Dumping data for table gta_rp2.user_messages: 0 rows
DELETE FROM `user_messages`;
/*!40000 ALTER TABLE `user_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_messages` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.vehicle_display
CREATE TABLE IF NOT EXISTS `vehicle_display` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`model` varchar(60) COLLATE utf8mb4_turkish_ci NOT NULL,
`name` varchar(60) COLLATE utf8mb4_turkish_ci NOT NULL,
`commission` int(11) NOT NULL DEFAULT 10,
`baseprice` int(11) NOT NULL DEFAULT 25,
`price` int(11) DEFAULT 25000,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_turkish_ci;
-- Dumping data for table gta_rp2.vehicle_display: ~9 rows (approximately)
DELETE FROM `vehicle_display`;
/*!40000 ALTER TABLE `vehicle_display` DISABLE KEYS */;
INSERT INTO `vehicle_display` (`id`, `model`, `name`, `commission`, `baseprice`, `price`) VALUES
(1, 'gauntlet', 'Gauntlet', 15, 100000, 100000),
(2, 'dubsta3', 'Dubsta3', 15, 100000, 100000),
(3, 'landstalker', 'landstalker', 15, 100000, 100000),
(4, 'bobcatxl', 'bobcatxl', 15, 100000, 100000),
(5, 'surfer', 'surfer', 15, 100000, 100000),
(6, 'glendale', 'glendale', 15, 100000, 100000),
(7, 'washington', 'washington', 15, 100000, 100000),
(8, 'fixter', 'Fixter (velo)', 10, 100000, 100000),
(9, 'trophytruck', 'Trophy Truck', 10, 100000, 100000);
/*!40000 ALTER TABLE `vehicle_display` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.vehicle_mdt
CREATE TABLE IF NOT EXISTS `vehicle_mdt` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`plate` varchar(255) DEFAULT NULL,
`stolen` bit(1) DEFAULT b'0',
`notes` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.vehicle_mdt: ~0 rows (approximately)
DELETE FROM `vehicle_mdt`;
/*!40000 ALTER TABLE `vehicle_mdt` DISABLE KEYS */;
/*!40000 ALTER TABLE `vehicle_mdt` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.weapon_serials
CREATE TABLE IF NOT EXISTS `weapon_serials` (
`owner` text NOT NULL,
`serial` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.weapon_serials: ~0 rows (approximately)
DELETE FROM `weapon_serials`;
/*!40000 ALTER TABLE `weapon_serials` DISABLE KEYS */;
/*!40000 ALTER TABLE `weapon_serials` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.weed
CREATE TABLE IF NOT EXISTS `weed` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`x` int(11) DEFAULT 0,
`y` int(11) DEFAULT 0,
`z` int(11) DEFAULT 0,
`growth` int(11) DEFAULT 0,
`type` varchar(50) DEFAULT NULL,
`time` longtext DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=latin1;
-- Dumping data for table gta_rp2.weed: ~0 rows (approximately)
DELETE FROM `weed`;
/*!40000 ALTER TABLE `weed` DISABLE KEYS */;
/*!40000 ALTER TABLE `weed` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.__banking_logs
CREATE TABLE IF NOT EXISTS `__banking_logs` (
`cid` int(11) DEFAULT NULL,
`amount` int(11) DEFAULT NULL,
`reason` longtext NOT NULL,
`withdraw` int(11) DEFAULT NULL,
`business` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table gta_rp2.__banking_logs: ~0 rows (approximately)
DELETE FROM `__banking_logs`;
/*!40000 ALTER TABLE `__banking_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `__banking_logs` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.__housedata
CREATE TABLE IF NOT EXISTS `__housedata` (
`cid` int(11) NOT NULL,
`house_id` int(11) DEFAULT NULL,
`house_model` int(11) DEFAULT NULL,
`data` longtext COLLATE utf8mb4_bin NOT NULL DEFAULT '{}',
`upfront` int(11) DEFAULT NULL,
`housename` longtext COLLATE utf8mb4_bin DEFAULT NULL,
`garages` longtext COLLATE utf8mb4_bin NOT NULL DEFAULT '{}',
`furniture` longtext COLLATE utf8mb4_bin NOT NULL DEFAULT '{}',
`status` mediumtext COLLATE utf8mb4_bin NOT NULL DEFAULT 'locked',
`force_locked` mediumtext COLLATE utf8mb4_bin NOT NULL DEFAULT 'unlocked',
`due` int(11) NOT NULL,
`overall` int(11) NOT NULL,
`payments` int(11) NOT NULL,
`days` int(11) NOT NULL,
`can_pay` mediumtext COLLATE utf8mb4_bin NOT NULL DEFAULT 'true'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
-- Dumping data for table gta_rp2.__housedata: ~0 rows (approximately)
DELETE FROM `__housedata`;
/*!40000 ALTER TABLE `__housedata` DISABLE KEYS */;
/*!40000 ALTER TABLE `__housedata` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.__housekeys
CREATE TABLE IF NOT EXISTS `__housekeys` (
`cid` int(11) DEFAULT NULL,
`house_id` int(11) DEFAULT NULL,
`house_model` int(11) DEFAULT NULL,
`housename` longtext COLLATE utf8mb4_bin DEFAULT NULL,
`name` mediumtext COLLATE utf8mb4_bin NOT NULL,
`garages` longtext COLLATE utf8mb4_bin NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ROW_FORMAT=DYNAMIC;
-- Dumping data for table gta_rp2.__housekeys: ~0 rows (approximately)
DELETE FROM `__housekeys`;
/*!40000 ALTER TABLE `__housekeys` DISABLE KEYS */;
/*!40000 ALTER TABLE `__housekeys` ENABLE KEYS */;
-- Dumping structure for table gta_rp2.__motels
CREATE TABLE IF NOT EXISTS `__motels` (
`cid` int(11) DEFAULT NULL,
`roomType` int(11) DEFAULT NULL,
`roomNumber` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
-- Dumping data for table gta_rp2.__motels: ~0 rows (approximately)
DELETE FROM `__motels`;
/*!40000 ALTER TABLE `__motels` DISABLE KEYS */;
/*!40000 ALTER TABLE `__motels` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
characters