· 6 years ago · Oct 19, 2019, 01:58 PM
1-- --------------------------------------------------------
2-- Värd: 127.0.0.1
3-- Serverversion: 10.1.37-MariaDB - mariadb.org binary distribution
4-- Server OS: Win32
5-- HeidiSQL Version: 9.5.0.5196
6-- --------------------------------------------------------
7
8/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
9/*!40101 SET NAMES utf8 */;
10/*!50503 SET NAMES utf8mb4 */;
11/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
12/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
13
14
15-- Dumping database structure for rsrp
16CREATE DATABASE IF NOT EXISTS `rsrp` /*!40100 DEFAULT CHARACTER SET utf8 */;
17USE `rsrp`;
18
19-- Dumping structure for tabell rsrp.user_motel_storage
20CREATE TABLE IF NOT EXISTS `user_motel_storage` (
21 `itemId` int(11) NOT NULL AUTO_INCREMENT,
22 `id` int(11) DEFAULT NULL,
23 `item` varchar(50) COLLATE utf8mb4_bin DEFAULT NULL,
24 `count` int(11) DEFAULT NULL,
25 `weapon` int(11) DEFAULT NULL,
26 PRIMARY KEY (`itemId`)
27) ENGINE=InnoDB AUTO_INCREMENT=1863 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
28
29-- Dumpar data för tabell rsrp.user_motel_storage: ~664 rows (ungefär)
30/*!40000 ALTER TABLE `user_motel_storage` DISABLE KEYS */;
31INSERT INTO `user_motel_storage` (`itemId`, `id`, `item`, `count`, `weapon`) VALUES
32 (16, 2088, 'fixkit', 9, 0),
33 (17, 2088, 'phone', 4, 0),
34 (19, 9982, 'handcuffs', 9, 0),
35 (20, 9982, 'dildo', 4, 0),
36 (26, 2088, 'clip', 6, 0),
37 (76, 4811, 'key', 15, 0),
38 (77, 4811, 'blowpipe', 4, 0),
39 (78, 4811, 'binoculars', 5, 0),
40 (79, 9306, 'fixkit', 5, 0),
41 (86, 1967, 'key', 15, 0),
42 (88, 2088, 'weed_pooch', 263, 0),
43 (89, 1952, 'fixkit', 2, 0),
44 (106, 9982, 'clip', 6, 0),
45 (108, 2088, 'stripcard', 1, 0),
46 (110, 9982, 'fishingrod', 2, 0),
47 (120, 9982, 'key', 11, 0),
48 (121, 9982, 'fixkit', 5, 0),
49 (122, 9982, 'magasin', 2, 0),
50 (133, 6893, 'key', 11, 0),
51 (134, 6893, 'binoculars', 5, 0),
52 (136, 5830, 'fishingrod', 2, 0),
53 (142, 1967, 'WEAPON_KNUCKLE', 0, 1),
54 (143, 1967, 'handcuffs', 9, 0),
55 (149, 4202, 'blowpipe', 13, 0),
56 (150, 4202, 'handcuffs', 9, 0),
57 (151, 4202, 'cigarett', 111, 0),
58 (152, 4202, 'colazero', 81, 0),
59 (154, 6000, 'water1', 24, 0),
60 (155, 6000, 'lighter', 2, 0),
61 (156, 6000, 'tvattsvamp', 26, 0),
62 (158, 6000, 'bread', 19, 0),
63 (160, 6000, 'fishingrod', 2, 0),
64 (161, 6000, 'key', 11, 0),
65 (163, 5415, 'morfin', 39, 0),
66 (165, 8593, 'key', 15, 0),
67 (166, 8593, 'fishingrod', 2, 0),
68 (167, 8593, 'marijuana', 6, 0),
69 (171, 1770, 'key', 15, 0),
70 (172, 1770, 'handcuffs', 9, 0),
71 (173, 1770, 'phone', 3, 0),
72 (174, 1770, 'Salmon', 4, 0),
73 (175, 1770, 'Pike', 6, 0),
74 (176, 1770, 'Bass', 2, 0),
75 (177, 4202, 'radiobil', 2, 0),
76 (181, 6104, 'key', 9, 0),
77 (185, 6023, 'clip', 6, 0),
78 (188, 6023, 'fixkit', 6, 0),
79 (194, 1952, 'key', 13, 0),
80 (215, 2115, 'fixtool', 1, 0),
81 (230, 9923, 'seed', 23, 0),
82 (233, 9923, 'fishingrod', 2, 0),
83 (234, 9923, 'key', 9, 0),
84 (235, 9923, 'binoculars', 5, 0),
85 (236, 9306, 'key', 12, 0),
86 (238, 9306, 'water', 21, 0),
87 (245, 7772, 'seed', 23, 0),
88 (246, 7772, 'silver', 80, 0),
89 (247, 6104, 'clip', 6, 0),
90 (248, 6104, 'seed', 23, 0),
91 (250, 6104, 'silver', 220, 0),
92 (251, 6104, 'radiobil', 2, 0),
93 (254, 7772, 'magasin', 3, 0),
94 (264, 9825, 'binoculars', 5, 0),
95 (267, 9923, 'magasin', 3, 0),
96 (275, 2115, 'WEAPON_CROWBAR', 0, 1),
97 (277, 4202, 'silver', 1148, 0),
98 (278, 5830, 'cola', 5, 0),
99 (293, 7772, 'key', 9, 0),
100 (298, 6104, 'weed_pooch', 2, 0),
101 (299, 4202, 'magasin', 3, 0),
102 (309, 6893, 'beer2', 3, 0),
103 (310, 6893, 'beer', 8, 0),
104 (311, 6893, 'tequila', 1, 0),
105 (315, 4757, 'WEAPON_KNUCKLE', 0, 1),
106 (316, 4757, 'kondom', 22, 0),
107 (317, 4757, 'magasin', 3, 0),
108 (329, 9923, 'blowpipe', 4, 0),
109 (332, 1986, 'seed', 110, 0),
110 (333, 3956, 'marijuana', 576, 0),
111 (335, 3956, 'WEAPON_BAT', 0, 1),
112 (336, 3956, 'WEAPON_CROWBAR', 0, 1),
113 (337, 3956, 'seed', 104, 0),
114 (355, 5830, 'clip', 6, 0),
115 (361, 2115, 'handcuffs', 9, 0),
116 (370, 6447, 'blowpipe', 4, 0),
117 (371, 6447, 'seed', 50, 0),
118 (372, 6447, 'silver', 80, 0),
119 (385, 1986, 'key', 9, 0),
120 (391, 1952, 'handcuffs', 9, 0),
121 (392, 6000, 'block', 2, 0),
122 (393, 6000, 'korkort', 2, 0),
123 (395, 6000, 'phone', 4, 0),
124 (396, 6000, 'WEAPON_NIGHTSTICK', 0, 1),
125 (398, 6000, 'stripcard', 1, 0),
126 (415, 1986, 'fishingrod', 2, 0),
127 (417, 4202, 'kondom', 22, 0),
128 (424, 4202, 'bandage', 5, 0),
129 (425, 6000, 'policekey2', 2, 0),
130 (426, 6000, 'card', 2, 0),
131 (427, 5265, 'blowpipe', 4, 0),
132 (428, 5265, 'fishingrod', 2, 0),
133 (429, 5265, 'fixkit', 4, 0),
134 (430, 2330, 'dildo', 4, 0),
135 (432, 9982, 'bait', 53, 0),
136 (433, 5445, 'key', 9, 0),
137 (435, 5445, 'fixkit', 4, 0),
138 (436, 5445, 'handcuffs', 9, 0),
139 (438, 9982, 'Salmon', 1, 0),
140 (439, 9982, 'tvattsvamp', 2, 0),
141 (441, 5265, 'card', 2, 0),
142 (443, 6104, 'rizla', 220, 0),
143 (444, 6104, 'marijuana', 4, 0),
144 (446, 6104, 'card', 2, 0),
145 (447, 6837, 'kondom', 22, 0),
146 (449, 4202, 'medikit', 1, 0),
147 (450, 4202, 'sjukvardnyckel', 1, 0),
148 (451, 6893, 'silver', 20, 0),
149 (461, 5395, 'seed', 10, 0),
150 (462, 5395, 'water', 17, 0),
151 (468, 9982, 'water', 12, 0),
152 (471, 2115, 'WEAPON_CROWBAR', 0, 1),
153 (473, 2115, 'key', 9, 0),
154 (477, 2115, 'clip', 6, 0),
155 (478, 2115, 'fixkit', 6, 0),
156 (489, 65, 'binoculars', 5, 0),
157 (490, 65, 'phone', 5, 0),
158 (491, 2414, 'policekey2', 1, 0),
159 (510, 1085, 'clip', 6, 0),
160 (515, 9825, 'card', 2, 0),
161 (529, 2115, 'silver', 170, 0),
162 (531, 6893, 'absint', 5, 0),
163 (535, 5445, 'fishingrod', 2, 0),
164 (538, 5265, 'key', 9, 0),
165 (539, 65, 'WEAPON_CROWBAR', 0, 1),
166 (542, 65, 'fixkit', 6, 0),
167 (543, 65, 'seed', 97, 0),
168 (544, 65, 'weed_pooch', 271, 0),
169 (545, 65, 'marijuana', 843, 0),
170 (551, 7035, 'coke_pooch', 57, 0),
171 (558, 1085, 'water', 31, 0),
172 (560, 6000, 'binoculars', 5, 0),
173 (567, 9982, 'marijuana', 80, 0),
174 (568, 6507, 'magasin', 3, 0),
175 (575, 5830, 'seed', 1, 0),
176 (576, 5830, 'binoculars', 5, 0),
177 (577, 5830, 'marijuana', 11, 0),
178 (578, 5830, 'magasin', 3, 0),
179 (592, 7772, 'weed_pooch', 29, 0),
180 (593, 1085, 'rizla', 6, 0),
181 (594, 1085, 'marijuana', 91, 0),
182 (595, 1085, 'seed', 10, 0),
183 (598, 1085, 'cola', 10, 0),
184 (603, 9923, 'WEAPON_CROWBAR', 0, 1),
185 (615, 5265, 'seed', 2, 0),
186 (616, 5265, 'WEAPON_KNUCKLE', 0, 1),
187 (618, 5265, 'handcuffs', 9, 0),
188 (626, 1085, 'blowpipe', 4, 0),
189 (627, 8866, 'clip', 6, 0),
190 (628, 8866, 'handcuffs', 9, 0),
191 (629, 8866, 'key', 9, 0),
192 (630, 8866, 'blowpipe', 4, 0),
193 (631, 8866, 'seed', 30, 0),
194 (632, 8866, 'bandage', 2, 0),
195 (633, 8866, 'magasin', 3, 0),
196 (638, 9982, 'morfin', 32, 0),
197 (647, 6893, 'handcuffs', 2, 0),
198 (650, 1952, 'binoculars', 2, 0),
199 (655, 9825, 'WEAPON_KNUCKLE', 0, 1),
200 (662, 1986, 'WEAPON_CROWBAR', 0, 1),
201 (670, 9923, 'phone', 3, 0),
202 (671, 4202, 'beer', 8, 0),
203 (672, 5265, 'cocaineleaf', 2, 0),
204 (673, 5265, 'smallplasticbag', 2, 0),
205 (675, 6023, 'kondom', 22, 0),
206 (677, 2115, 'WEAPON_PETROLCAN', 3595, 1),
207 (680, 2115, 'kokaplanta', 16, 0),
208 (681, 2115, 'seed', 51, 0),
209 (684, 1770, 'rizla', 105, 0),
210 (699, 9306, 'clip', 6, 0),
211 (700, 9306, 'phone', 3, 0),
212 (702, 4811, 'coke_pooch', 657, 0),
213 (703, 6000, 'bait', 166, 0),
214 (705, 2115, 'water', 17, 0),
215 (709, 2115, 'marijuana', 11, 0),
216 (710, 2115, 'rizla', 34, 0),
217 (714, 8587, 'binoculars', 5, 0),
218 (715, 8587, 'fixkit', 6, 0),
219 (716, 8587, 'rizla', 8, 0),
220 (717, 8587, 'magasin', 3, 0),
221 (719, 6893, 'phone', 3, 0),
222 (720, 6000, 'magasin', 2, 0),
223 (723, 6837, 'seed', 10, 0),
224 (726, 5830, 'WEAPON_CROWBAR', 0, 1),
225 (727, 1952, 'magasin', 2, 0),
226 (733, 5265, 'water', 17, 0),
227 (734, 5265, 'kokaplanta', 3, 0),
228 (737, 9749, 'fixkit', 6, 0),
229 (738, 9749, 'water', 10, 0),
230 (739, 9749, 'tvattsvamp', 1, 0),
231 (740, 9749, 'phone', 3, 0),
232 (742, 9749, 'seed', 134, 0),
233 (743, 9749, 'handcuffs', 9, 0),
234 (744, 9749, 'clip', 6, 0),
235 (745, 9749, 'key', 11, 0),
236 (750, 6023, 'binoculars', 2, 0),
237 (753, 9825, 'WEAPON_CROWBAR', 0, 1),
238 (757, 6159, 'clip', 6, 0),
239 (765, 6000, 'fixkit', 6, 0),
240 (766, 6000, 'WEAPON_PETROLCAN', 1762, 1),
241 (767, 6000, 'WEAPON_FIREEXTINGUISHER', 2000, 1),
242 (768, 6000, 'cigarett', 10, 0),
243 (769, 6000, 'silver', 1, 0),
244 (770, 2115, 'bandage', 18, 0),
245 (771, 2115, 'cigarett', 9, 0),
246 (772, 2115, 'binoculars', 5, 0),
247 (773, 2115, 'korkort', 1, 0),
248 (774, 2115, 'medikit', 5, 0),
249 (775, 2115, 'morfin', 19, 0),
250 (786, 7491, 'smallplasticbag', 20, 0),
251 (791, 2414, 'WEAPON_KNUCKLE', 0, 1),
252 (794, 8587, 'key', 9, 0),
253 (799, 2414, 'WEAPON_CROWBAR', 0, 1),
254 (801, 8587, 'morfin', 6, 0),
255 (802, 2330, 'coke_pooch', 37, 0),
256 (803, 7484, 'kondom', 22, 0),
257 (804, 7484, 'seed', 23, 0),
258 (805, 7484, 'fishingrod', 2, 0),
259 (806, 4202, 'block', 1, 0),
260 (809, 6447, 'WEAPON_FIREEXTINGUISHER', 0, 1),
261 (810, 6447, 'WEAPON_PETROLCAN', 1499, 1),
262 (812, 7484, 'dildo', 4, 0),
263 (813, 8587, 'absint', 3, 0),
264 (814, 8587, 'bolpistache', 2, 0),
265 (815, 8587, 'whisky', 6, 0),
266 (816, 8587, 'tequila', 8, 0),
267 (820, 6507, 'kondom', 13, 0),
268 (821, 6507, 'dildo', 4, 0),
269 (827, 8587, 'smallplasticbag', 1, 0),
270 (828, 8587, 'tvattsvamp', 5, 0),
271 (833, 4202, 'key', 15, 0),
272 (834, 4202, 'vodkaenergy', 5, 0),
273 (837, 1741, 'tequila', 3, 0),
274 (839, 2115, 'cocaineleaf', 1, 0),
275 (840, 2115, 'WEAPON_KNUCKLE', 0, 1),
276 (847, 9982, 'blowpipe', 4, 0),
277 (849, 7008, 'rolex', 2, 0),
278 (864, 8587, 'GADGET_PARACHUTE', 0, 1),
279 (865, 8587, 'jewels', 1, 0),
280 (866, 8587, 'wine', 5, 0),
281 (867, 8587, 'vodka', 10, 0),
282 (870, 4202, 'binoculars', 5, 0),
283 (873, 7484, 'fixkit', 9, 0),
284 (885, 7484, 'magasin', 2, 0),
285 (886, 2330, 'key', 15, 0),
286 (887, 2330, 'korkort', 1, 0),
287 (890, 8063, 'blowpipe', 4, 0),
288 (891, 8063, 'phone', 3, 0),
289 (894, 8631, 'seed', 23, 0),
290 (895, 8631, 'coke_pooch', 19, 0),
291 (900, 8631, 'magasin', 2, 0),
292 (904, 5265, 'phone', 3, 0),
293 (907, 8587, 'water', 18, 0),
294 (908, 8587, 'kondom', 22, 0),
295 (915, 1770, 'lighter', 1, 0),
296 (917, 1770, 'colazero', 33, 0),
297 (918, 1770, 'cigarett', 30, 0),
298 (919, 1770, 'card', 1, 0),
299 (920, 1770, 'korkort', 1, 0),
300 (921, 1770, 'phoneclosed', 1, 0),
301 (922, 5416, 'coke_pooch', 18, 0),
302 (929, 1741, 'key', 9, 0),
303 (933, 1741, 'clip', 6, 0),
304 (934, 1952, 'seed', 10, 0),
305 (935, 9982, 'meat', 2, 0),
306 (948, 8631, 'key', 9, 0),
307 (958, 1741, 'absint', 45, 0),
308 (959, 1741, 'mojito', 50, 0),
309 (968, 5265, 'clip', 2, 0),
310 (974, 7484, 'weed_pooch', 46, 0),
311 (977, 4202, 'WEAPON_CROWBAR', 0, 1),
312 (980, 8631, 'water', 15, 0),
313 (981, 8631, 'rizla', 50, 0),
314 (982, 8631, 'marijuana', 3, 0),
315 (983, 8631, 'WEAPON_KNUCKLE', 0, 1),
316 (987, 6507, 'WEAPON_GOLFCLUB', 0, 1),
317 (989, 7484, 'key', 9, 0),
318 (990, 7484, 'WEAPON_KNUCKLE', 0, 1),
319 (993, 6507, 'Salmon', 3, 0),
320 (995, 6507, 'Pike', 4, 0),
321 (996, 6507, 'Bass', 2, 0),
322 (997, 6000, 'rakel', 1, 0),
323 (998, 6000, 'handcuffs', 9, 0),
324 (999, 6000, 'cola', 1, 0),
325 (1002, 8590, 'seed', 14, 0),
326 (1003, 8590, 'weed_pooch', 330, 0),
327 (1004, 8590, 'jewels', 1, 0),
328 (1007, 6104, 'stripcard', 2, 0),
329 (1008, 6104, 'phone', 4, 0),
330 (1009, 6104, 'fixkit', 7, 0),
331 (1014, 5415, 'bait', 129, 0),
332 (1015, 5415, 'marijuana', 80, 0),
333 (1016, 5415, 'seed', 8, 0),
334 (1017, 5415, 'binoculars', 2, 0),
335 (1019, 1762, 'magasin', 1, 0),
336 (1020, 7484, 'beer', 9, 0),
337 (1022, 7484, 'phone', 3, 0),
338 (1023, 7484, 'silver', 101, 0),
339 (1026, 7210, 'dildo', 1, 0),
340 (1030, 7210, 'fixkit', 4, 0),
341 (1033, 1967, 'champagne', 1, 0),
342 (1047, 2088, 'WEAPON_CROWBAR', 0, 1),
343 (1055, 8063, 'weed_pooch', 8, 0),
344 (1059, 5325, 'binoculars', 5, 0),
345 (1060, 5325, 'sjukvardnyckel', 1, 0),
346 (1061, 5325, 'morfin', 32, 0),
347 (1062, 5325, 'kondom', 10, 0),
348 (1063, 5325, 'key', 9, 0),
349 (1064, 6000, 'rolex', 7, 0),
350 (1065, 6000, 'ring', 6, 0),
351 (1066, 6000, 'mp3', 2, 0),
352 (1067, 6000, 'ipod', 3, 0),
353 (1074, 1741, 'fixkit', 9, 0),
354 (1077, 1741, 'WEAPON_GOLFCLUB', 0, 1),
355 (1078, 1741, 'fishingrod', 3, 0),
356 (1083, 2088, 'WEAPON_CROWBAR', 0, 1),
357 (1087, 5265, 'silver', 450, 0),
358 (1093, 7210, 'meat', 1, 0),
359 (1094, 1741, 'bait', 166, 0),
360 (1096, 1741, 'WEAPON_PETROLCAN', 4500, 1),
361 (1097, 1741, 'phone', 4, 0),
362 (1115, 7210, 'morfin', 28, 0),
363 (1116, 1741, 'WEAPON_SWITCHBLADE', 0, 1),
364 (1117, 6000, 'morfin', 32, 0),
365 (1119, 7720, 'WEAPON_CROWBAR', 0, 1),
366 (1123, 7720, 'fixkit', 4, 0),
367 (1124, 7720, 'key', 9, 0),
368 (1125, 7720, 'handcuffs', 9, 0),
369 (1127, 7720, 'water', 4, 0),
370 (1129, 7720, 'cola', 10, 0),
371 (1130, 7720, 'kondom', 22, 0),
372 (1131, 7720, 'binoculars', 5, 0),
373 (1140, 8587, 'card', 1, 0),
374 (1143, 6023, 'Salmon', 1, 0),
375 (1145, 1741, 'champagne', 3, 0),
376 (1149, 7484, 'coke_pooch', 16, 0),
377 (1151, 1741, 'kondom', 10, 0),
378 (1154, 2088, 'kondom', 10, 0),
379 (1155, 2088, 'dildo', 1, 0),
380 (1173, 3496, 'key', 3, 0),
381 (1176, 8631, 'weed_pooch', 90, 0),
382 (1190, 1976, 'WEAPON_KNUCKLE', 0, 1),
383 (1192, 1976, 'morfin', 32, 0),
384 (1193, 1976, 'fishingrod', 2, 0),
385 (1201, 1741, 'WEAPON_CROWBAR', 0, 1),
386 (1202, 6837, 'WEAPON_KNUCKLE', 0, 1),
387 (1203, 5325, 'WEAPON_KNUCKLE', 0, 1),
388 (1204, 5325, 'water', 2, 0),
389 (1205, 5325, 'lighter', 1, 0),
390 (1206, 5325, 'beer', 8, 0),
391 (1208, 5325, 'seed', 19, 0),
392 (1209, 5325, 'jewels', 1, 0),
393 (1211, 1741, 'WEAPON_CROWBAR', 0, 1),
394 (1218, 1956, 'meat', 7, 0),
395 (1219, 1956, 'cigarett', 9, 0),
396 (1220, 1956, 'binoculars', 2, 0),
397 (1221, 1956, 'jagerbomb', 2, 0),
398 (1222, 7210, 'silver', 180, 0),
399 (1224, 7210, 'bait', 5, 0),
400 (1225, 7210, 'fishingrod', 2, 0),
401 (1226, 7210, 'binoculars', 5, 0),
402 (1227, 9306, 'ring', 1, 0),
403 (1235, 8866, 'rizla', 4, 0),
404 (1237, 8866, 'marijuana', 4, 0),
405 (1238, 8866, 'water', 4, 0),
406 (1240, 5445, 'blowpipe', 2, 0),
407 (1243, 7720, 'whisky', 4, 0),
408 (1247, 8587, 'beer', 12, 0),
409 (1248, 8587, 'mojito', 5, 0),
410 (1249, 8587, 'rhum', 1, 0),
411 (1250, 1741, 'WEAPON_KNUCKLE', 0, 1),
412 (1253, 4682, 'sjukvardnyckel', 2, 0),
413 (1257, 5035, 'cola', 1, 0),
414 (1258, 5265, 'WEAPON_KNUCKLE', 0, 1),
415 (1259, 5265, 'binoculars', 2, 0),
416 (1260, 5265, 'ring', 6, 0),
417 (1262, 5265, 'WEAPON_PETROLCAN', 2995, 1),
418 (1277, 1922, 'dildo', 6, 0),
419 (1278, 1922, 'silver', 19, 0),
420 (1281, 3496, 'fishingrod', 2, 0),
421 (1287, 1741, 'jewels', 1, 0),
422 (1288, 1741, 'bandage', 50, 0),
423 (1289, 1741, 'handcuffs', 4, 0),
424 (1298, 2414, 'key', 3, 0),
425 (1304, 8587, 'WEAPON_PETROLCAN', 3747, 1),
426 (1305, 8587, 'blowpipe', 2, 0),
427 (1310, 1085, 'weed_pooch', 83, 0),
428 (1319, 1741, 'WEAPON_PETROLCAN', 4500, 1),
429 (1342, 9825, 'WEAPON_KNUCKLE', 0, 1),
430 (1349, 9825, 'skullridersnyckel', 1, 0),
431 (1351, 9982, 'anti', 20, 0),
432 (1353, 2414, 'clip', 2, 0),
433 (1355, 1762, 'dildo', 1, 0),
434 (1370, 8590, 'systemkamera', 1, 0),
435 (1371, 8590, 'ipod', 1, 0),
436 (1372, 8590, 'rolex', 2, 0),
437 (1374, 8590, 'laddare', 1, 0),
438 (1375, 9923, 'ring', 5, 0),
439 (1377, 1741, 'ring', 6, 0),
440 (1378, 3091, 'hifi', 1, 0),
441 (1379, 3091, 'magasin', 1, 0),
442 (1380, 3091, 'jagerbomb', 6, 0),
443 (1381, 3091, 'key', 3, 0),
444 (1387, 9923, 'WEAPON_SWITCHBLADE', 0, 1),
445 (1388, 8650, 'dildo', 5, 0),
446 (1389, 8650, 'weed_pooch', 99, 0),
447 (1390, 8650, 'water', 8, 0),
448 (1391, 9923, 'systemkamera', 2, 0),
449 (1392, 7484, 'WEAPON_CROWBAR', 0, 1),
450 (1393, 5833, 'water', 3, 0),
451 (1394, 7210, 'champagne', 1, 0),
452 (1401, 1741, 'WEAPON_KNUCKLE', 0, 1),
453 (1402, 2414, 'bolchips', 5, 0),
454 (1403, 9306, 'WEAPON_KNUCKLE', 0, 1),
455 (1404, 955, 'bait', 4, 0),
456 (1405, 955, 'phone', 3, 0),
457 (1406, 955, 'fishingrod', 2, 0),
458 (1407, 6507, 'korkort', 1, 0),
459 (1408, 7141, 'meat', 1, 0),
460 (1411, 7141, 'handcuffs', 4, 0),
461 (1412, 7141, 'key', 3, 0),
462 (1420, 1741, 'silver', 50, 0),
463 (1421, 1741, 'beer', 50, 0),
464 (1422, 1741, 'binoculars', 2, 0),
465 (1423, 4202, 'policekey2', 1, 0),
466 (1424, 4202, 'champagne', 9, 0),
467 (1425, 4202, 'jagerbomb', 2, 0),
468 (1431, 6159, 'WEAPON_KNUCKLE', 0, 1),
469 (1432, 955, 'kondom', 22, 0),
470 (1433, 955, 'key', 3, 0),
471 (1434, 955, 'WEAPON_CROWBAR', 0, 1),
472 (1435, 955, 'WEAPON_FIREEXTINGUISHER', 1251, 1),
473 (1436, 3091, 'kondom', 22, 0),
474 (1438, 3091, 'card', 1, 0),
475 (1439, 3091, 'korkort', 4, 0),
476 (1440, 7720, 'menthe', 2, 0),
477 (1441, 2088, 'WEAPON_SWITCHBLADE', 0, 1),
478 (1446, 5642, 'coke_pooch', 5, 0),
479 (1451, 2088, 'WEAPON_CROWBAR', 0, 1),
480 (1452, 2088, 'systemkamera', 5, 0),
481 (1454, 2088, 'magasin', 1, 0),
482 (1455, 2088, 'ipod', 2, 0),
483 (1458, 955, 'bandage', 50, 0),
484 (1459, 1762, 'cola', 3, 0),
485 (1460, 8564, 'handcuffs', 1, 0),
486 (1461, 8564, 'key', 3, 0),
487 (1462, 8564, 'hifi', 1, 0),
488 (1467, 3091, 'fishingrod', 2, 0),
489 (1468, 955, 'rizla', 1, 0),
490 (1469, 955, 'seed', 8, 0),
491 (1470, 1741, 'WEAPON_CROWBAR', 0, 1),
492 (1472, 7210, 'WEAPON_KNUCKLE', 0, 1),
493 (1473, 7720, 'wine', 3, 0),
494 (1474, 1952, 'coke_pooch', 11, 0),
495 (1475, 7141, 'seed', 8, 0),
496 (1477, 3496, 'handcuffs', 1, 0),
497 (1478, 3496, 'kondom', 22, 0),
498 (1483, 5416, 'seed', 29, 0),
499 (1484, 9749, 'WEAPON_CROWBAR', 0, 1),
500 (1485, 9749, 'WEAPON_KNIFE', 0, 1),
501 (1486, 7484, 'WEAPON_CROWBAR', 0, 1),
502 (1488, 1741, 'weed_pooch', 99, 0),
503 (1489, 7484, 'systemkamera', 9, 0),
504 (1490, 7484, 'ipod', 6, 0),
505 (1491, 7484, 'binoculars', 2, 0),
506 (1492, 7484, 'laddare', 1, 0),
507 (1493, 7484, 'mp3', 12, 0),
508 (1494, 7484, 'rolex', 11, 0),
509 (1498, 7991, 'key', 3, 0),
510 (1499, 7991, 'silver', 250, 0),
511 (1500, 7991, 'phone', 4, 0),
512 (1501, 7991, 'fixkit', 1, 0),
513 (1502, 8590, 'silver', 100, 0),
514 (1503, 9306, 'weed_pooch', 10, 0),
515 (1504, 9306, 'WEAPON_CROWBAR', 0, 1),
516 (1506, 955, 'weed_pooch', 99, 0),
517 (1507, 955, 'WEAPON_KNUCKLE', 0, 1),
518 (1510, 7991, 'hifi', 1, 0),
519 (1514, 7991, 'korkort', 1, 0),
520 (1516, 7210, 'clip', 1, 0),
521 (1518, 8590, 'weedhus', 1, 0),
522 (1522, 6104, 'nyckelinp', 1, 0),
523 (1525, 6104, 'bread', 4, 0),
524 (1528, 7991, 'bait', 152, 0),
525 (1529, 7991, 'fishingrod', 2, 0),
526 (1531, 7991, 'Salmon', 1, 0),
527 (1532, 7991, 'Pike', 3, 0),
528 (1533, 7991, 'Bass', 4, 0),
529 (1536, 8564, 'jewels', 5, 0),
530 (1545, 5415, 'phone', 3, 0),
531 (1547, 339, 'champagne', 1, 0),
532 (1553, 5415, 'WEAPON_PETROLCAN', 4500, 1),
533 (1554, 5415, 'skullridersnyckel', 1, 0),
534 (1555, 3496, 'water', 3, 0),
535 (1556, 3496, 'seed', 1, 0),
536 (1559, 7491, 'key', 15, 0),
537 (1560, 7491, 'silver', 65, 0),
538 (1561, 7491, 'medlem', 1, 0),
539 (1562, 7491, 'water1', 1, 0),
540 (1563, 7491, 'phone', 4, 0),
541 (1564, 7491, 'kondom', 10, 0),
542 (1565, 7491, 'magasin', 3, 0),
543 (1566, 7491, 'weedhus', 1, 0),
544 (1567, 7491, 'tvattsvamp', 1, 0),
545 (1568, 8631, 'bait', 192, 0),
546 (1569, 2414, 'WEAPON_CROWBAR', 0, 1),
547 (1572, 6837, 'beer', 28, 0),
548 (1573, 5416, 'medlem', 1, 0),
549 (1577, 1952, 'WEAPON_KNUCKLE', 0, 1),
550 (1582, 1952, 'jager', 3, 0),
551 (1584, 2414, 'jager', 16, 0),
552 (1596, 5416, 'sjukvardnyckel', 1, 0),
553 (1597, 5416, 'key', 3, 0),
554 (1598, 5416, 'Bass', 1, 0),
555 (1599, 5416, 'medikit', 4, 0),
556 (1604, 1770, 'kokaplanta', 11, 0),
557 (1607, 2414, 'WEAPON_CROWBAR', 0, 1),
558 (1610, 2414, 'weed_pooch', 4, 0),
559 (1618, 7141, 'WEAPON_VINTAGEPISTOL', -1, 1),
560 (1619, 7141, 'phoneclosed', 1, 0),
561 (1620, 1952, 'WEAPON_MACHETE', 0, 1),
562 (1621, 1952, 'WEAPON_PETROLCAN', 3511, 1),
563 (1622, 1741, 'ipod', 3, 0),
564 (1623, 1741, 'laddare', 11, 0),
565 (1624, 1741, 'mp3', 3, 0),
566 (1632, 1085, 'WEAPON_STUNGUN', 250, 1),
567 (1633, 1085, 'WEAPON_SWITCHBLADE', 0, 1),
568 (1634, 1085, 'WEAPON_FLASHLIGHT', 0, 1),
569 (1635, 1085, 'water1', 6, 0),
570 (1636, 1085, 'lighter', 1, 0),
571 (1637, 1085, 'phone', 1, 0),
572 (1638, 1085, 'korkort', 1, 0),
573 (1639, 1085, 'stripcard', 1, 0),
574 (1640, 1085, 'card', 1, 0),
575 (1641, 1085, 'bread', 6, 0),
576 (1644, 4682, 'clip', 4, 0),
577 (1645, 2414, 'rizla', 30, 0),
578 (1646, 2414, 'seed', 8, 0),
579 (1647, 2414, 'water', 30, 0),
580 (1650, 7991, 'binoculars', 2, 0),
581 (1654, 6893, 'medlem', 1, 0),
582 (1660, 4682, 'kondom', 5, 0),
583 (1661, 4682, 'dildo', 2, 0),
584 (1662, 6104, 'morfin', 2, 0),
585 (1664, 1952, 'Bass', 4, 0),
586 (1665, 1952, 'Salmon', 2, 0),
587 (1666, 1952, 'Pike', 3, 0),
588 (1674, 5416, 'WEAPON_KNUCKLE', 0, 1),
589 (1676, 5416, 'bandage', 10, 0),
590 (1678, 955, 'clip', 1, 0),
591 (1679, 955, 'ring', 6, 0),
592 (1681, 955, 'beer', 180, 0),
593 (1682, 955, 'fixkit', 5, 0),
594 (1683, 955, 'blowpipe', 4, 0),
595 (1684, 955, 'whisky', 40, 0),
596 (1685, 955, 'vodka', 50, 0),
597 (1686, 955, 'morfin', 1, 0),
598 (1687, 955, 'tequila', 50, 0),
599 (1692, 4682, 'WEAPON_CROWBAR', 0, 1),
600 (1694, 4202, 'dildo', 25428, 0),
601 (1700, 339, 'dildo', 2, 0),
602 (1706, 8587, 'WEAPON_FIREEXTINGUISHER', 2000, 1),
603 (1711, 7991, 'blowpipe', 2, 0),
604 (1718, 7991, 'WEAPON_PETROLCAN', 4500, 1),
605 (1720, 7991, 'phoneclosed', 1, 0),
606 (1722, 7991, 'radiobil', 1, 0),
607 (1725, 9923, 'medlem', 1, 0),
608 (1726, 9923, 'weed_pooch', 30, 0),
609 (1727, 9923, 'marijuana', 50, 0),
610 (1728, 4816, 'seed', 8, 0),
611 (1729, 4816, 'marijuana', 71, 0),
612 (1730, 6096, 'cola', 2, 0),
613 (1735, 1770, 'seed', 10, 0),
614 (1736, 1770, 'marijuana', 3, 0),
615 (1738, 5642, 'blowpipe', 2, 0),
616 (1739, 1770, 'WEAPON_PETROLCAN', 1116, 1),
617 (1740, 7491, 'policekey2', 1, 0),
618 (1741, 7491, 'coke_pooch', 1, 0),
619 (1742, 7491, 'handcuffs', 3, 0),
620 (1744, 9894, 'WEAPON_FLASHLIGHT', 0, 1),
621 (1749, 5416, 'jewels', 7, 0),
622 (1751, 5416, 'phone', 1, 0),
623 (1755, 7720, 'coke_pooch', 18, 0),
624 (1756, 7850, 'ring', 1, 0),
625 (1758, 7491, 'WEAPON_SWITCHBLADE', 0, 1),
626 (1760, 1952, 'policekey2', 1, 0),
627 (1765, 4682, 'morfin', 12, 0),
628 (1766, 4682, 'medlem', 97, 0),
629 (1770, 4682, 'fixtool', 2, 0),
630 (1771, 4682, 'bread', 80, 0),
631 (1772, 4682, 'weed_pooch', 7, 0),
632 (1773, 4682, 'cigarett', 12, 0),
633 (1774, 4682, 'silver', 20, 0),
634 (1775, 4682, 'water1', 26, 0),
635 (1776, 4682, 'phone', 1, 0),
636 (1777, 4682, 'fishingrod', 2, 0),
637 (1778, 4682, 'bait', 13, 0),
638 (1779, 4682, 'colazero', 17, 0),
639 (1781, 8590, 'WEAPON_STUNGUN', -1, 1),
640 (1783, 6000, 'WEAPON_SWITCHBLADE', 0, 1),
641 (1784, 1770, 'WEAPON_KNIFE', 0, 1),
642 (1785, 1770, 'fixkit', 1, 0),
643 (1786, 1770, 'WEAPON_BATTLEAXE', 0, 1),
644 (1787, 3496, 'magasin', 1, 0),
645 (1788, 3496, 'bait', 2, 0),
646 (1790, 6318, 'bandage', 14, 0),
647 (1792, 5415, 'kokaplanta', 28, 0),
648 (1794, 5373, 'colazero', 17, 0),
649 (1795, 5373, 'water1', 28, 0),
650 (1796, 5373, 'bread', 34, 0),
651 (1797, 5373, 'nugget', 55, 0),
652 (1803, 7991, 'weed_pooch', 14, 0),
653 (1804, 5373, 'dildo', 4, 0),
654 (1805, 5373, 'kondom', 5, 0),
655 (1806, 8590, 'WEAPON_COMBATPISTOL', 242, 1),
656 (1807, 8590, 'hifi', 1, 0),
657 (1810, 4686, 'cola', 5, 0),
658 (1811, 4686, 'WEAPON_KNIFE', 0, 1),
659 (1815, 3091, 'phone', 2, 0),
660 (1816, 3091, 'phoneclosed', 1, 0),
661 (1817, 3091, 'coke_pooch', 1, 0),
662 (1818, 3091, 'handcuffs', 3, 0),
663 (1819, 3091, 'champagne', 2, 0),
664 (1820, 3091, 'weed_pooch', 26, 0),
665 (1822, 7491, 'WEAPON_MACHINEPISTOL', 243, 1),
666 (1823, 5415, 'clip', 2, 0),
667 (1824, 5415, 'colazero', 70, 0),
668 (1825, 5415, 'key', 9, 0),
669 (1826, 5415, 'silver', 150, 0),
670 (1827, 5415, 'jager', 49, 0),
671 (1829, 1770, 'WEAPON_VINTAGEPISTOL', 50, 1),
672 (1830, 9825, 'kondom', 5, 0),
673 (1833, 4686, 'WEAPON_FLASHLIGHT', 0, 1),
674 (1835, 4686, 'WEAPON_VINTAGEPISTOL', 250, 1),
675 (1836, 7666, 'Salmon', 1, 0),
676 (1839, 7141, 'bolnoixcajou', 1, 0),
677 (1840, 7141, 'rhumcoca', 5, 0),
678 (1841, 8590, 'WEAPON_CROWBAR', 0, 1),
679 (1842, 7141, 'WEAPON_KNUCKLE', 0, 1),
680 (1843, 7141, 'blowpipe', 1, 0),
681 (1844, 5373, 'coke_pooch', 2, 0),
682 (1847, 4811, 'fishingrod', 1, 0),
683 (1848, 4811, 'water', 17, 0),
684 (1849, 4811, 'medikit', 1, 0),
685 (1850, 4811, 'policekey2', 1, 0),
686 (1851, 4811, 'sjukvardnyckel', 1, 0),
687 (1852, 4811, 'medlem', 1, 0),
688 (1853, 4811, 'bandage', 8, 0),
689 (1854, 4811, 'smallplasticbag', 91, 0),
690 (1855, 4811, 'cocaineleaf', 2, 0),
691 (1857, 9894, 'WEAPON_COMBATPISTOL', 238, 1),
692 (1858, 9894, 'WEAPON_VINTAGEPISTOL', 206, 1),
693 (1859, 7720, 'seed', 3, 0),
694 (1860, 6023, 'kokaplanta', 3, 0),
695 (1862, 6447, 'WEAPON_KNIFE', 0, 1);
696/*!40000 ALTER TABLE `user_motel_storage` ENABLE KEYS */;
697
698/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
699/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
700/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;