· 8 years ago · Jan 24, 2018, 05:58 AM
1-- dump by formatme
2-- https://citizenhack.me/drama/
3
4-- --------------------------------------------------------
5-- Host: 127.0.0.1
6-- Server version: 10.1.6-MariaDB - mariadb.org binary distribution
7-- Server OS: Win64
8-- HeidiSQL Version: 9.3.0.4984
9-- --------------------------------------------------------
10
11/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
12/*!40101 SET NAMES utf8mb4 */;
13/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
14/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
15
16-- Dumping database structure for rp_stats
17CREATE DATABASE IF NOT EXISTS `rp_stats` /*!40100 DEFAULT CHARACTER SET latin1 */;
18USE `rp_stats`;
19
20
21-- Dumping structure for table rp_stats.global_chat
22CREATE TABLE IF NOT EXISTS `global_chat` (
23 `Server` varchar(50) NOT NULL,
24 `Color` int(11) NOT NULL,
25 `Name` varchar(50) NOT NULL,
26 `Message` text NOT NULL
27) ENGINE=MyISAM DEFAULT CHARSET=utf8;
28
29-- Dumping data for table rp_stats.global_chat: 0 rows
30/*!40000 ALTER TABLE `global_chat` DISABLE KEYS */;
31/*!40000 ALTER TABLE `global_chat` ENABLE KEYS */;
32
33
34-- Dumping structure for table rp_stats.orgs
35CREATE TABLE IF NOT EXISTS `orgs` (
36 `Owner` bigint(20) NOT NULL,
37 `Name` text CHARACTER SET utf8 NOT NULL,
38 `Color` char(9) CHARACTER SET utf8 NOT NULL,
39 `MoTD` text CHARACTER SET utf8 NOT NULL
40) ENGINE=MyISAM DEFAULT CHARSET=latin1;
41
42-- Dumping data for table rp_stats.orgs: 0 rows
43/*!40000 ALTER TABLE `orgs` DISABLE KEYS */;
44/*!40000 ALTER TABLE `orgs` ENABLE KEYS */;
45
46
47-- Dumping structure for table rp_stats.org_banner
48CREATE TABLE IF NOT EXISTS `org_banner` (
49 `Org` varchar(80) NOT NULL,
50 `Time` bigint(20) DEFAULT NULL,
51 `Data` text,
52 PRIMARY KEY (`Org`)
53) ENGINE=MyISAM DEFAULT CHARSET=latin1;
54
55-- Dumping data for table rp_stats.org_banner: 0 rows
56/*!40000 ALTER TABLE `org_banner` DISABLE KEYS */;
57/*!40000 ALTER TABLE `org_banner` ENABLE KEYS */;
58
59
60-- Dumping structure for table rp_stats.org_player
61CREATE TABLE IF NOT EXISTS `org_player` (
62 `SteamID` bigint(20) NOT NULL,
63 `Org` text CHARACTER SET utf8 NOT NULL,
64 `Rank` text CHARACTER SET utf8 NOT NULL
65) ENGINE=MyISAM DEFAULT CHARSET=latin1;
66
67-- Dumping data for table rp_stats.org_player: 0 rows
68/*!40000 ALTER TABLE `org_player` DISABLE KEYS */;
69/*!40000 ALTER TABLE `org_player` ENABLE KEYS */;
70
71
72-- Dumping structure for table rp_stats.org_rank
73CREATE TABLE IF NOT EXISTS `org_rank` (
74 `Org` text CHARACTER SET utf8 NOT NULL,
75 `RankName` text CHARACTER SET utf8 NOT NULL,
76 `Weight` int(11) NOT NULL,
77 `Invite` tinyint(1) NOT NULL,
78 `Kick` tinyint(1) NOT NULL,
79 `Rank` tinyint(1) NOT NULL,
80 `MoTD` tinyint(1) NOT NULL
81) ENGINE=MyISAM DEFAULT CHARSET=latin1;
82
83-- Dumping data for table rp_stats.org_rank: 0 rows
84/*!40000 ALTER TABLE `org_rank` DISABLE KEYS */;
85/*!40000 ALTER TABLE `org_rank` ENABLE KEYS */;
86
87
88-- Dumping structure for table rp_stats.player_data
89CREATE TABLE IF NOT EXISTS `player_data` (
90 `SteamID` bigint(20) NOT NULL,
91 `Name` varchar(50) NOT NULL,
92 `Money` int(11) NOT NULL,
93 `Karma` int(11) NOT NULL,
94 `Pocket` text NOT NULL,
95 PRIMARY KEY (`SteamID`)
96) ENGINE=MyISAM DEFAULT CHARSET=utf8;
97
98-- Dumping data for table rp_stats.player_data: 0 rows
99/*!40000 ALTER TABLE `player_data` DISABLE KEYS */;
100/*!40000 ALTER TABLE `player_data` ENABLE KEYS */;
101
102
103-- Dumping structure for table rp_stats.player_hats
104CREATE TABLE IF NOT EXISTS `player_hats` (
105 `SteamID` bigint(20) NOT NULL,
106 `Model` varchar(255) NOT NULL,
107 `Active` tinyint(4) NOT NULL,
108 PRIMARY KEY (`SteamID`,`Model`)
109) ENGINE=MyISAM DEFAULT CHARSET=utf8;
110
111-- Dumping data for table rp_stats.player_hats: 859 rows
112/*!40000 ALTER TABLE `player_hats` DISABLE KEYS */;
113INSERT INTO `player_hats` (`SteamID`, `Model`, `Active`) VALUES
114 (76561198026175948, 'models/player/items/demo/veteran_hat.mdl', 0),
115 (76561198026175948, 'models/player/items/all_class/bdayhat_engineer.mdl', 0),
116 (76561198026175948, 'models/player/items/pyro/pyro_plunger.mdl', 0),
117 (76561198026175948, 'models/chefhat.mdl', 0),
118 (76561198026175948, 'models/player/items/soldier/armored_authority.mdl', 0),
119 (76561198026175948, 'models/props_2fort/hardhat001.mdl', 0),
120 (76561198026175948, 'models/player/items/pyro/traffic_cone.mdl', 0),
121 (76561198026175948, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
122 (76561197978939244, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 0),
123 (76561198026175948, 'models/player/items/spy/fez.mdl', 0),
124 (76561198026175948, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
125 (76561198122420786, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
126 (76561197978939244, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 0),
127 (76561198018745756, 'models/player/items/soldier/armored_authority.mdl', 1),
128 (76561198071755972, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
129 (76561198114355733, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
130 (76561198061727008, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
131 (76561198087878055, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
132 (76561198087878055, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
133 (76561198119465394, 'models/player/items/demo/hardhat.mdl', 0),
134 (76561198087878055, 'models/player/items/soldier/armored_authority.mdl', 0),
135 (76561198079750813, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
136 (76561198055466890, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
137 (76561198001836786, 'models/player/items/demo/stunt_helmet.mdl', 0),
138 (76561198082340453, 'models/player/items/demo/summer_hat_demo.mdl', 1),
139 (76561198085048798, 'models/player/items/heavy/capones_capper.mdl', 0),
140 (76561198055466890, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
141 (76561198087878055, 'models/player/items/demo/hardhat.mdl', 0),
142 (76561198085605359, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
143 (76561198050356114, 'models/player/items/demo/stunt_helmet.mdl', 0),
144 (76561197987787583, 'models/player/items/demo/summer_hat_demo.mdl', 1),
145 (76561197978939244, 'models/player/items/demo/hardhat.mdl', 1),
146 (76561198077710878, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
147 (76561198115693066, 'models/player/items/demo/stunt_helmet.mdl', 0),
148 (76561198079750813, 'models/props_2fort/hardhat001.mdl', 0),
149 (76561198025452875, 'models/player/items/demo/veteran_hat.mdl', 1),
150 (76561198086950884, 'models/player/items/demo/stunt_helmet.mdl', 1),
151 (76561198085605359, 'models/player/items/soldier/armored_authority.mdl', 1),
152 (76561197978939244, 'models/props_2fort/hardhat001.mdl', 0),
153 (76561197978939244, 'models/player/items/heavy/capones_capper.mdl', 0),
154 (76561198026601724, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 0),
155 (76561198017540356, 'models/player/items/demo/stunt_helmet.mdl', 1),
156 (76561198026601724, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 0),
157 (76561198044953428, 'models/player/items/soldier/armored_authority.mdl', 1),
158 (76561198119770109, 'models/player/items/demo/stunt_helmet.mdl', 0),
159 (76561198051754623, 'models/player/items/demo/stunt_helmet.mdl', 0),
160 (76561198080686886, 'models/player/items/demo/stunt_helmet.mdl', 1),
161 (76561198065982320, 'models/player/items/soldier/armored_authority.mdl', 1),
162 (76561198087878055, 'models/player/items/demo/stunt_helmet.mdl', 0),
163 (76561198204706852, 'models/player/items/demo/stunt_helmet.mdl', 0),
164 (76561198100920684, 'models/player/items/demo/stunt_helmet.mdl', 1),
165 (76561198131368631, 'models/player/items/demo/stunt_helmet.mdl', 0),
166 (76561197993593958, 'models/player/items/demo/stunt_helmet.mdl', 1),
167 (76561198169294704, 'models/player/items/demo/stunt_helmet.mdl', 0),
168 (76561198083339513, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
169 (76561198026117804, 'models/player/items/demo/crown.mdl', 1),
170 (76561198034389590, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 1),
171 (76561197982655932, 'models/props_2fort/hardhat001.mdl', 1),
172 (76561198156663825, 'models/player/items/demo/stunt_helmet.mdl', 1),
173 (76561198076837247, 'models/player/items/demo/stunt_helmet.mdl', 0),
174 (76561198134456204, 'models/player/items/soldier/armored_authority.mdl', 0),
175 (76561198122233495, 'models/player/items/demo/stunt_helmet.mdl', 1),
176 (76561198066707787, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
177 (76561198061426016, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
178 (76561198169294704, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
179 (76561198112203904, 'models/player/items/demo/stunt_helmet.mdl', 0),
180 (76561198091612734, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
181 (76561198112203904, 'models/player/items/demo/summer_hat_demo.mdl', 1),
182 (76561198071571693, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
183 (76561197970662879, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
184 (76561198076509259, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
185 (76561198095905505, 'models/player/items/demo/stunt_helmet.mdl', 1),
186 (76561198153632374, 'models/player/items/demo/stunt_helmet.mdl', 1),
187 (76561197987651986, 'models/player/items/demo/summer_hat_demo.mdl', 0),
188 (76561198073570331, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
189 (76561198123787321, 'models/player/items/demo/hardhat.mdl', 0),
190 (76561198104521706, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
191 (76561198204706852, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
192 (76561198087878055, 'models/player/items/demo/summer_hat_demo.mdl', 0),
193 (76561198059129193, 'models/player/items/demo/stunt_helmet.mdl', 1),
194 (76561198140216530, 'models/player/items/demo/summer_hat_demo.mdl', 1),
195 (76561198069058930, 'models/player/items/demo/veteran_hat.mdl', 1),
196 (76561198060346122, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
197 (76561198043995920, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
198 (76561198071112273, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
199 (76561198071112273, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
200 (76561198097946075, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
201 (76561198052986599, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
202 (76561198109645737, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
203 (76561197963599673, 'models/player/items/demo/summer_hat_demo.mdl', 0),
204 (76561198087878055, 'models/props_2fort/hardhat001.mdl', 0),
205 (76561198009669749, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
206 (76561198076672702, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
207 (76561198028929222, 'models/player/items/demo/crown.mdl', 1),
208 (76561198066506694, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
209 (76561197997692640, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
210 (76561198066771016, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
211 (76561198066506694, 'models/player/items/demo/summer_hat_demo.mdl', 0),
212 (76561198117635861, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
213 (76561198062877884, 'models/player/items/demo/stunt_helmet.mdl', 1),
214 (76561198098139357, 'models/player/items/demo/stunt_helmet.mdl', 1),
215 (76561198163775504, 'models/player/items/demo/stunt_helmet.mdl', 1),
216 (76561198078155418, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
217 (76561198112052013, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
218 (76561198133319876, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
219 (76561198104518412, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
220 (76561198011687146, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
221 (76561198146265553, 'models/player/items/demo/stunt_helmet.mdl', 1),
222 (76561198072197351, 'models/player/items/demo/hardhat.mdl', 0),
223 (76561198144537728, 'models/player/items/demo/summer_hat_demo.mdl', 0),
224 (76561198135540567, 'models/player/items/demo/crown.mdl', 1),
225 (76561198027830143, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
226 (76561198120723997, 'models/player/items/demo/stunt_helmet.mdl', 1),
227 (76561198087878055, 'models/player/items/demo/veteran_hat.mdl', 0),
228 (76561198170090449, 'models/player/items/demo/stunt_helmet.mdl', 1),
229 (76561198034630921, 'models/player/items/demo/stunt_helmet.mdl', 0),
230 (76561198096130745, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
231 (76561198119778670, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
232 (76561198119778670, 'models/player/items/demo/stunt_helmet.mdl', 1),
233 (76561198169483427, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
234 (76561198059223105, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
235 (76561198123787321, 'models/player/items/demo/stunt_helmet.mdl', 1),
236 (76561198204706852, 'models/player/items/demo/hardhat.mdl', 0),
237 (76561198006727100, 'models/player/items/demo/stunt_helmet.mdl', 1),
238 (76561198110454636, 'models/player/items/demo/hardhat.mdl', 1),
239 (76561198059223105, 'models/player/items/demo/hardhat.mdl', 0),
240 (76561198066506694, 'models/player/items/demo/veteran_hat.mdl', 0),
241 (76561198053738092, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
242 (76561198076903968, 'models/player/items/demo/stunt_helmet.mdl', 1),
243 (76561198108063092, 'models/player/items/demo/stunt_helmet.mdl', 0),
244 (76561198002479355, 'models/player/items/demo/stunt_helmet.mdl', 0),
245 (76561198052986599, 'models/player/items/demo/stunt_helmet.mdl', 0),
246 (76561198046585390, 'models/player/items/demo/summer_hat_demo.mdl', 1),
247 (76561198058107177, 'models/player/items/demo/stunt_helmet.mdl', 1),
248 (76561198026175948, 'models/player/items/demo/hardhat.mdl', 0),
249 (76561198026175948, 'models/player/items/soldier/bucket.mdl', 0),
250 (76561198026175948, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
251 (76561198026175948, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
252 (76561198077710878, 'models/player/items/soldier/soldier_samurai.mdl', 0),
253 (76561198011687146, 'models/player/items/soldier/soldier_samurai.mdl', 0),
254 (76561198204706852, 'models/player/items/pyro/traffic_cone.mdl', 0),
255 (76561198190343347, 'models/player/items/demo/stunt_helmet.mdl', 1),
256 (76561198009669749, 'models/player/items/pyro/pyro_plunger.mdl', 0),
257 (76561198016194423, 'models/player/items/demo/stunt_helmet.mdl', 1),
258 (76561198141693380, 'models/player/items/demo/summer_hat_demo.mdl', 0),
259 (76561198075845216, 'models/player/items/demo/stunt_helmet.mdl', 0),
260 (76561198066506694, 'models/player/items/demo/stunt_helmet.mdl', 0),
261 (76561198142643704, 'models/player/items/pyro/traffic_cone.mdl', 1),
262 (76561198135620130, 'models/player/items/demo/stunt_helmet.mdl', 1),
263 (76561198119465394, 'models/player/items/soldier/soldier_samurai.mdl', 1),
264 (76561198052986599, 'models/player/items/soldier/bucket.mdl', 0),
265 (76561198087878055, 'models/player/items/pyro/pyro_plunger.mdl', 0),
266 (76561198087878055, 'models/player/items/soldier/bucket.mdl', 1),
267 (76561198075845216, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
268 (76561198204706852, 'models/player/items/soldier/bucket.mdl', 0),
269 (76561198067435274, 'models/player/items/demo/stunt_helmet.mdl', 0),
270 (76561198066506694, 'models/player/items/pyro/traffic_cone.mdl', 0),
271 (76561198104323246, 'models/player/items/demo/stunt_helmet.mdl', 0),
272 (76561198095934623, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
273 (76561198104323246, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
274 (76561198204706852, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 0),
275 (76561198072197351, 'models/player/items/demo/stunt_helmet.mdl', 0),
276 (76561198108048531, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
277 (76561198106811669, 'models/player/items/demo/stunt_helmet.mdl', 1),
278 (76561198027684587, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
279 (76561198039852295, 'models/player/items/pyro/pyro_plunger.mdl', 0),
280 (76561198039852295, 'models/player/items/soldier/bucket.mdl', 0),
281 (76561198039852295, 'models/player/items/demo/stunt_helmet.mdl', 1),
282 (76561198066707787, 'models/player/items/demo/veteran_hat.mdl', 1),
283 (76561198140215676, 'models/player/items/demo/stunt_helmet.mdl', 1),
284 (76561198108048531, 'models/player/items/demo/hardhat.mdl', 0),
285 (76561197987651986, 'models/player/items/demo/stunt_helmet.mdl', 0),
286 (76561197987651986, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
287 (76561197983977982, 'models/player/items/demo/stunt_helmet.mdl', 1),
288 (76561198104323246, 'models/player/items/pyro/traffic_cone.mdl', 1),
289 (76561198064670427, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
290 (76561198088874276, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
291 (76561198069058930, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
292 (76561198124699725, 'models/player/items/demo/stunt_helmet.mdl', 1),
293 (76561198060653816, 'models/player/items/soldier/armored_authority.mdl', 1),
294 (76561198075670723, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
295 (76561198108063092, 'models/player/items/pyro/traffic_cone.mdl', 0),
296 (76561197978001573, 'models/player/items/demo/stunt_helmet.mdl', 0),
297 (76561198052986599, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
298 (76561198103047567, 'models/player/items/demo/stunt_helmet.mdl', 0),
299 (76561198141693380, 'models/player/items/demo/stunt_helmet.mdl', 1),
300 (76561198141119847, 'models/player/items/demo/stunt_helmet.mdl', 1),
301 (76561198160397651, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
302 (76561198112966233, 'models/player/items/demo/summer_hat_demo.mdl', 1),
303 (76561198110697882, 'models/player/items/demo/stunt_helmet.mdl', 1),
304 (76561198144297588, 'models/player/items/demo/stunt_helmet.mdl', 1),
305 (76561198066506694, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
306 (76561198068401490, 'models/player/items/demo/summer_hat_demo.mdl', 1),
307 (76561198086256858, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
308 (76561198023848764, 'models/player/items/soldier/bucket.mdl', 1),
309 (76561197990701281, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
310 (76561198002479355, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
311 (76561198144537728, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
312 (76561198121013951, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
313 (76561198166800783, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
314 (76561198031981625, 'models/player/items/demo/stunt_helmet.mdl', 1),
315 (76561198099560237, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
316 (76561197985224663, 'models/player/items/demo/stunt_helmet.mdl', 0),
317 (76561198108048531, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
318 (76561198079410169, 'models/player/items/demo/stunt_helmet.mdl', 1),
319 (76561198045908772, 'models/player/items/soldier/bucket.mdl', 1),
320 (76561198032716494, 'models/player/items/demo/stunt_helmet.mdl', 1),
321 (76561198059223105, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
322 (76561198040119133, 'models/player/items/demo/stunt_helmet.mdl', 1),
323 (76561198115693066, 'models/player/items/demo/summer_hat_demo.mdl', 0),
324 (76561198079750813, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
325 (76561198204706852, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
326 (76561198098062598, 'models/player/items/demo/stunt_helmet.mdl', 1),
327 (76561198041840027, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
328 (76561198060799456, 'models/player/items/demo/summer_hat_demo.mdl', 1),
329 (76561197985224663, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
330 (76561198026601724, 'models/player/items/soldier/armored_authority.mdl', 1),
331 (76561198044843313, 'models/player/items/soldier/armored_authority.mdl', 1),
332 (76561198125531062, 'models/player/items/demo/stunt_helmet.mdl', 1),
333 (76561198131368631, 'models/player/items/soldier/armored_authority.mdl', 1),
334 (76561198109645737, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
335 (76561198027684587, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
336 (76561198109645737, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 1),
337 (76561198202473104, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
338 (76561197998556506, 'models/player/items/demo/summer_hat_demo.mdl', 1),
339 (76561198046850659, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
340 (76561198051754623, 'models/player/items/demo/summer_hat_demo.mdl', 0),
341 (76561198120556624, 'models/player/items/demo/stunt_helmet.mdl', 1),
342 (76561198158379056, 'models/player/items/demo/stunt_helmet.mdl', 0),
343 (76561198115693066, 'models/player/items/demo/hardhat.mdl', 1),
344 (76561198119770109, 'models/props_2fort/hardhat001.mdl', 0),
345 (76561198011687146, 'models/player/items/demo/crown.mdl', 1),
346 (76561198204706852, 'models/player/items/demo/crown.mdl', 0),
347 (76561198204706852, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 0),
348 (76561198016634534, 'models/player/items/soldier/armored_authority.mdl', 1),
349 (76561198103047567, 'models/player/items/soldier/bucket.mdl', 1),
350 (76561198025772893, 'models/player/items/demo/stunt_helmet.mdl', 1),
351 (76561198090673210, 'models/player/items/demo/stunt_helmet.mdl', 1),
352 (76561197978001573, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
353 (76561198052986599, 'models/player/items/demo/hardhat.mdl', 0),
354 (76561198199834126, 'models/player/items/soldier/armored_authority.mdl', 1),
355 (76561198064594339, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
356 (76561198078387933, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
357 (76561198092286058, 'models/player/items/demo/stunt_helmet.mdl', 1),
358 (76561198138957432, 'models/player/items/demo/stunt_helmet.mdl', 1),
359 (76561198032693983, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
360 (76561198120462220, 'models/player/items/demo/stunt_helmet.mdl', 1),
361 (76561198078214537, 'models/player/items/demo/stunt_helmet.mdl', 0),
362 (76561198047942667, 'models/player/items/demo/stunt_helmet.mdl', 1),
363 (76561198109645737, 'models/player/items/demo/stunt_helmet.mdl', 0),
364 (76561198109645737, 'models/player/items/demo/summer_hat_demo.mdl', 0),
365 (76561198041737405, 'models/player/items/soldier/bucket.mdl', 1),
366 (76561198153881566, 'models/player/items/demo/stunt_helmet.mdl', 1),
367 (76561198109645737, 'models/player/items/demo/hardhat.mdl', 0),
368 (76561198158379056, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
369 (76561198155013592, 'models/player/items/soldier/bucket.mdl', 1),
370 (76561198107323996, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
371 (76561198067435274, 'models/player/items/pyro/traffic_cone.mdl', 0),
372 (76561198073654562, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
373 (76561198159215380, 'models/player/items/demo/hardhat.mdl', 0),
374 (76561198139493158, 'models/player/items/demo/stunt_helmet.mdl', 1),
375 (76561198045516756, 'models/player/items/demo/stunt_helmet.mdl', 1),
376 (76561198018337422, 'models/player/items/demo/stunt_helmet.mdl', 1),
377 (76561198092751713, 'models/player/items/demo/summer_hat_demo.mdl', 1),
378 (76561198073583825, 'models/player/items/demo/stunt_helmet.mdl', 1),
379 (76561197985224663, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
380 (76561198066986342, 'models/player/items/soldier/bucket.mdl', 1),
381 (76561198134074802, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
382 (76561198065420044, 'models/player/items/soldier/bucket.mdl', 1),
383 (76561198140745875, 'models/player/items/soldier/bucket.mdl', 1),
384 (76561198027830143, 'models/player/items/demo/summer_hat_demo.mdl', 1),
385 (76561197969396353, 'models/player/items/demo/stunt_helmet.mdl', 1),
386 (76561198158126432, 'models/player/items/soldier/bucket.mdl', 0),
387 (76561198032009694, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
388 (76561198170093227, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
389 (76561198209093236, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
390 (76561198170247590, 'models/player/items/demo/stunt_helmet.mdl', 1),
391 (76561198077710878, 'models/player/items/soldier/bucket.mdl', 0),
392 (76561198019920611, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
393 (76561198095642015, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
394 (76561198132696003, 'models/player/items/demo/stunt_helmet.mdl', 1),
395 (76561198047162047, 'models/player/items/soldier/bucket.mdl', 1),
396 (76561198058770418, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
397 (76561198073570331, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
398 (76561198190411629, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
399 (76561198185418190, 'models/player/items/demo/stunt_helmet.mdl', 1),
400 (76561198072498061, 'models/player/items/demo/stunt_helmet.mdl', 1),
401 (76561198109911210, 'models/player/items/demo/stunt_helmet.mdl', 1),
402 (76561198076693724, 'models/player/items/demo/stunt_helmet.mdl', 1),
403 (76561197967728059, 'models/player/items/demo/stunt_helmet.mdl', 1),
404 (76561198054855057, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
405 (76561198039401677, 'models/player/items/soldier/bucket.mdl', 1),
406 (76561198047682015, 'models/player/items/soldier/bucket.mdl', 1),
407 (76561198026175948, 'models/player/items/soldier/soldier_samurai.mdl', 0),
408 (76561198094412310, 'models/player/items/demo/stunt_helmet.mdl', 1),
409 (76561198102953536, 'models/player/items/demo/summer_hat_demo.mdl', 1),
410 (76561198057507987, 'models/player/items/demo/summer_hat_demo.mdl', 1),
411 (76561198079750813, 'models/chefhat.mdl', 0),
412 (76561198142406187, 'models/player/items/soldier/bucket.mdl', 1),
413 (76561198044552992, 'models/player/items/soldier/bucket.mdl', 0),
414 (76561198149965355, 'models/player/items/demo/summer_hat_demo.mdl', 1),
415 (76561198118029842, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
416 (76561198041957266, 'models/player/items/demo/stunt_helmet.mdl', 1),
417 (76561198137104215, 'models/player/items/demo/summer_hat_demo.mdl', 1),
418 (76561198019920611, 'models/player/items/demo/veteran_hat.mdl', 0),
419 (76561198083595605, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
420 (76561198041701048, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
421 (76561198220664600, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
422 (76561198204706852, 'models/player/items/all_class/bdayhat_engineer.mdl', 0),
423 (76561198140944203, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
424 (76561198140944203, 'models/player/items/demo/stunt_helmet.mdl', 0),
425 (76561198058770418, 'models/player/items/demo/stunt_helmet.mdl', 0),
426 (76561198158126432, 'models/player/items/pyro/traffic_cone.mdl', 1),
427 (76561198064662205, 'models/player/items/soldier/armored_authority.mdl', 1),
428 (76561198190411629, 'models/props_2fort/hardhat001.mdl', 0),
429 (76561198063159496, 'models/props_2fort/hardhat001.mdl', 1),
430 (76561198050356114, 'models/player/items/pyro/pyro_plunger.mdl', 0),
431 (76561198050356114, 'models/player/items/soldier/armored_authority.mdl', 1),
432 (76561198221951456, 'models/player/items/pyro/traffic_cone.mdl', 1),
433 (76561198129253150, 'models/player/items/soldier/bucket.mdl', 1),
434 (76561198087575605, 'models/player/items/demo/stunt_helmet.mdl', 1),
435 (76561198055870569, 'models/player/items/demo/stunt_helmet.mdl', 1),
436 (76561198063998552, 'models/player/items/demo/stunt_helmet.mdl', 1),
437 (76561198079622209, 'models/player/items/demo/stunt_helmet.mdl', 1),
438 (76561198053275935, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
439 (76561198057122139, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
440 (76561198070754983, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
441 (76561198190411629, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
442 (76561198120163313, 'models/player/items/soldier/bucket.mdl', 1),
443 (76561198011259687, 'models/player/items/demo/summer_hat_demo.mdl', 1),
444 (76561198073827669, 'models/player/items/soldier/bucket.mdl', 1),
445 (76561198059184322, 'models/player/items/all_class/bdayhat_engineer.mdl', 0),
446 (76561198072645178, 'models/player/items/demo/stunt_helmet.mdl', 0),
447 (76561198119490058, 'models/player/items/demo/summer_hat_demo.mdl', 1),
448 (76561198074514353, 'models/player/items/demo/stunt_helmet.mdl', 0),
449 (76561198025319188, 'models/player/items/heavy/capones_capper.mdl', 1),
450 (76561198120666352, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
451 (76561198136100404, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
452 (76561198194538509, 'models/player/items/demo/summer_hat_demo.mdl', 1),
453 (76561198027426870, 'models/player/items/demo/summer_hat_demo.mdl', 1),
454 (76561198047623859, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
455 (76561198047623859, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
456 (76561198163251877, 'models/player/items/soldier/bucket.mdl', 1),
457 (76561198040951566, 'models/player/items/demo/summer_hat_demo.mdl', 1),
458 (76561198054311773, 'models/player/items/demo/summer_hat_demo.mdl', 1),
459 (76561197998971815, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
460 (76561198045289540, 'models/player/items/demo/stunt_helmet.mdl', 1),
461 (76561198010285244, 'models/player/items/soldier/soldier_samurai.mdl', 1),
462 (76561198051754623, 'models/player/items/soldier/bucket.mdl', 1),
463 (76561198107700471, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
464 (76561198069039688, 'models/player/items/soldier/armored_authority.mdl', 1),
465 (76561198128277318, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
466 (76561198043253618, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
467 (76561198199776215, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
468 (76561198129676528, 'models/player/items/demo/stunt_helmet.mdl', 1),
469 (76561197996619777, 'models/player/items/soldier/bucket.mdl', 1),
470 (76561198125816893, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
471 (76561198122352244, 'models/player/items/demo/stunt_helmet.mdl', 1),
472 (76561198058770418, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
473 (76561198170818951, 'models/player/items/soldier/bucket.mdl', 1),
474 (76561198001958605, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
475 (76561198057789647, 'models/player/items/demo/stunt_helmet.mdl', 1),
476 (76561198105238929, 'models/player/items/soldier/bucket.mdl', 1),
477 (76561198067899041, 'models/player/items/demo/summer_hat_demo.mdl', 1),
478 (76561198122601035, 'models/player/items/soldier/bucket.mdl', 1),
479 (76561198122730301, 'models/player/items/demo/summer_hat_demo.mdl', 0),
480 (76561198086685427, 'models/player/items/demo/stunt_helmet.mdl', 1),
481 (76561198055506432, 'models/chefhat.mdl', 0),
482 (76561198085246732, 'models/player/items/demo/stunt_helmet.mdl', 1),
483 (76561198065044882, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
484 (76561198065009340, 'models/player/items/demo/stunt_helmet.mdl', 1),
485 (76561198062615563, 'models/player/items/soldier/bucket.mdl', 0),
486 (76561198123442655, 'models/player/items/demo/stunt_helmet.mdl', 1),
487 (76561198051019692, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
488 (76561198064746682, 'models/player/items/soldier/bucket.mdl', 1),
489 (76561198141235811, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
490 (76561198039315412, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
491 (76561198039315412, 'models/player/items/demo/stunt_helmet.mdl', 0),
492 (76561198103214425, 'models/player/items/demo/stunt_helmet.mdl', 1),
493 (76561198164464864, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
494 (76561198041947884, 'models/player/items/demo/stunt_helmet.mdl', 1),
495 (76561198094708014, 'models/player/items/demo/stunt_helmet.mdl', 0),
496 (76561198145709237, 'models/player/items/soldier/bucket.mdl', 1),
497 (76561198126020770, 'models/player/items/demo/hardhat.mdl', 1),
498 (76561198040833395, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
499 (76561198042764635, 'models/player/items/soldier/armored_authority.mdl', 0),
500 (76561198042764635, 'models/player/items/demo/stunt_helmet.mdl', 0),
501 (76561198042764635, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
502 (76561198026175948, 'models/player/items/demo/crown.mdl', 1),
503 (76561198026175948, 'models/player/items/demo/summer_hat_demo.mdl', 0),
504 (76561198083313792, 'models/player/items/demo/stunt_helmet.mdl', 1),
505 (76561198059080723, 'models/player/items/demo/stunt_helmet.mdl', 0),
506 (76561198059080723, 'models/player/items/demo/summer_hat_demo.mdl', 1),
507 (76561198079750813, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 0),
508 (76561198165366761, 'models/player/items/demo/stunt_helmet.mdl', 1),
509 (76561198103835961, 'models/player/items/demo/stunt_helmet.mdl', 1),
510 (76561198127640452, 'models/player/items/soldier/bucket.mdl', 0),
511 (76561198009669749, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
512 (76561198010671436, 'models/player/items/soldier/bucket.mdl', 1),
513 (76561198011687146, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 0),
514 (76561198117410014, 'models/player/items/demo/stunt_helmet.mdl', 1),
515 (76561198074514353, 'models/player/items/demo/summer_hat_demo.mdl', 1),
516 (76561198088674283, 'models/player/items/soldier/bucket.mdl', 1),
517 (76561198079245433, 'models/player/items/soldier/bucket.mdl', 1),
518 (76561198038460812, 'models/player/items/demo/summer_hat_demo.mdl', 1),
519 (76561198204706852, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 1),
520 (76561198095417946, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
521 (76561198044552992, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
522 (76561198158681415, 'models/player/items/demo/stunt_helmet.mdl', 1),
523 (76561198145795564, 'models/player/items/demo/stunt_helmet.mdl', 1),
524 (76561198104347823, 'models/chefhat.mdl', 1),
525 (76561198008667843, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
526 (76561198059423872, 'models/player/items/demo/stunt_helmet.mdl', 1),
527 (76561198055466890, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
528 (76561198061871469, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
529 (76561198154094212, 'models/player/items/soldier/bucket.mdl', 1),
530 (76561198121990851, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
531 (76561198072197351, 'models/player/items/soldier/armored_authority.mdl', 0),
532 (76561198140008664, 'models/player/items/demo/summer_hat_demo.mdl', 1),
533 (76561198172269569, 'models/player/items/demo/stunt_helmet.mdl', 0),
534 (76561198104347823, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
535 (76561198136227201, 'models/player/items/demo/stunt_helmet.mdl', 1),
536 (76561197962142204, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
537 (76561198051816669, 'models/props_2fort/hardhat001.mdl', 1),
538 (76561198041982332, 'models/player/items/spy/fez.mdl', 1),
539 (76561197963599673, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
540 (76561198124146987, 'models/player/items/soldier/bucket.mdl', 1),
541 (76561198102443446, 'models/player/items/demo/summer_hat_demo.mdl', 0),
542 (76561198102443446, 'models/player/items/demo/stunt_helmet.mdl', 1),
543 (76561198081084085, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
544 (76561198169424750, 'models/player/items/soldier/bucket.mdl', 1),
545 (76561198199668331, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
546 (76561198132104935, 'models/player/items/soldier/bucket.mdl', 1),
547 (76561198039546410, 'models/player/items/soldier/bucket.mdl', 1),
548 (76561198129171623, 'models/player/items/soldier/bucket.mdl', 0),
549 (76561198070370718, 'models/player/items/demo/summer_hat_demo.mdl', 1),
550 (76561198176910062, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
551 (76561198199668331, 'models/player/items/demo/hardhat.mdl', 1),
552 (76561198081609068, 'models/player/items/soldier/bucket.mdl', 0),
553 (76561198122730301, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
554 (76561198077710878, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 1),
555 (76561198097168593, 'models/player/items/soldier/bucket.mdl', 1),
556 (76561198220664600, 'models/player/items/demo/stunt_helmet.mdl', 0),
557 (76561197987651986, 'models/player/items/heavy/capones_capper.mdl', 1),
558 (76561198084303458, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
559 (76561198168588022, 'models/player/items/demo/summer_hat_demo.mdl', 1),
560 (76561198108924338, 'models/player/items/demo/stunt_helmet.mdl', 1),
561 (76561198017603332, 'models/player/items/heavy/capones_capper.mdl', 1),
562 (76561198046648241, 'models/player/items/demo/stunt_helmet.mdl', 1),
563 (76561198059755685, 'models/player/items/demo/stunt_helmet.mdl', 1),
564 (76561198073314071, 'models/player/items/pyro/traffic_cone.mdl', 0),
565 (76561198010017447, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
566 (76561198046278862, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
567 (76561198201719943, 'models/player/items/demo/summer_hat_demo.mdl', 0),
568 (76561198150959184, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
569 (76561198201719943, 'models/player/items/demo/stunt_helmet.mdl', 1),
570 (76561198120643536, 'models/player/items/soldier/bucket.mdl', 1),
571 (76561198176673411, 'models/player/items/soldier/bucket.mdl', 1),
572 (76561198139811940, 'models/player/items/pyro/pyro_plunger.mdl', 1),
573 (76561198012076813, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
574 (76561198200940170, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
575 (76561198071753835, 'models/player/items/demo/summer_hat_demo.mdl', 0),
576 (76561198071753835, 'models/player/items/demo/stunt_helmet.mdl', 1),
577 (76561198088054570, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
578 (76561198039315412, 'models/player/items/soldier/armored_authority.mdl', 1),
579 (76561198053417784, 'models/player/items/soldier/bucket.mdl', 0),
580 (76561198090605172, 'models/chefhat.mdl', 1),
581 (76561198127987300, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
582 (76561198126358489, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
583 (76561198067088152, 'models/player/items/demo/stunt_helmet.mdl', 1),
584 (76561198044552992, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
585 (76561198191173228, 'models/player/items/demo/summer_hat_demo.mdl', 1),
586 (76561198121465921, 'models/player/items/demo/stunt_helmet.mdl', 0),
587 (76561198073314071, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
588 (76561198044552992, 'models/player/items/soldier/soldier_samurai.mdl', 1),
589 (76561198122298088, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
590 (76561198041643604, 'models/player/items/demo/stunt_helmet.mdl', 1),
591 (76561198139406227, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
592 (76561198162929110, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
593 (76561198119396572, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
594 (76561198090013869, 'models/player/items/pyro/traffic_cone.mdl', 1),
595 (76561198119396572, 'models/player/items/soldier/bucket.mdl', 0),
596 (76561198119396572, 'models/player/items/demo/stunt_helmet.mdl', 0),
597 (76561198098442867, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
598 (76561198220664600, 'models/chefhat.mdl', 0),
599 (76561198119396572, 'models/player/items/demo/summer_hat_demo.mdl', 0),
600 (76561197989705542, 'models/player/items/soldier/bucket.mdl', 1),
601 (76561198145443955, 'models/player/items/soldier/bucket.mdl', 1),
602 (76561198172269569, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
603 (76561198118053561, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
604 (76561198144528129, 'models/player/items/demo/stunt_helmet.mdl', 0),
605 (76561198025502794, 'models/player/items/demo/summer_hat_demo.mdl', 0),
606 (76561198025502794, 'models/player/items/demo/stunt_helmet.mdl', 0),
607 (76561198073314071, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
608 (76561198092393875, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
609 (76561198218852393, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
610 (76561198055506432, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
611 (76561198231509040, 'models/player/items/pyro/traffic_cone.mdl', 1),
612 (76561198009097380, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
613 (76561198091546076, 'models/player/items/demo/summer_hat_demo.mdl', 1),
614 (76561198087652286, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
615 (76561198052025257, 'models/player/items/demo/stunt_helmet.mdl', 1),
616 (76561198094424158, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
617 (76561198168215364, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
618 (76561198044288822, 'models/player/items/demo/summer_hat_demo.mdl', 1),
619 (76561198064009418, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
620 (76561198061522091, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
621 (76561198074752188, 'models/workshop/player/items/all_class/jul13_sweet_shades/jul13_sweet_shades_demo.mdl', 0),
622 (76561197982802123, 'models/player/items/soldier/bucket.mdl', 0),
623 (76561198079104728, 'models/player/items/soldier/armored_authority.mdl', 0),
624 (76561197981269621, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
625 (76561198113094781, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
626 (76561198060876419, 'models/player/items/demo/hardhat.mdl', 0),
627 (76561198068083547, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
628 (76561198046383761, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
629 (76561198127977576, 'models/player/items/soldier/bucket.mdl', 1),
630 (76561198214492959, 'models/player/items/demo/stunt_helmet.mdl', 0),
631 (76561198025608070, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
632 (76561198017485303, 'models/player/items/demo/summer_hat_demo.mdl', 1),
633 (76561198074752188, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
634 (76561197982802123, 'models/player/items/demo/stunt_helmet.mdl', 1),
635 (76561198037152875, 'models/player/items/heavy/capones_capper.mdl', 0),
636 (76561198125341531, 'models/player/items/soldier/bucket.mdl', 0),
637 (76561198064238366, 'models/player/items/demo/stunt_helmet.mdl', 1),
638 (76561198071241411, 'models/player/items/demo/stunt_helmet.mdl', 1),
639 (76561198074752188, 'models/player/items/demo/veteran_hat.mdl', 1),
640 (76561198074752188, 'models/player/items/soldier/armored_authority.mdl', 0),
641 (76561198113140663, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
642 (76561198133636313, 'models/player/items/demo/summer_hat_demo.mdl', 0),
643 (76561198215786731, 'models/player/items/demo/stunt_helmet.mdl', 0),
644 (76561198157937328, 'models/player/items/demo/summer_hat_demo.mdl', 0),
645 (76561198091485090, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
646 (76561198094644076, 'models/player/items/demo/stunt_helmet.mdl', 0),
647 (76561198107068862, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
648 (76561198136087880, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
649 (76561198155704592, 'models/player/items/demo/summer_hat_demo.mdl', 1),
650 (76561198220464631, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
651 (76561198072612476, 'models/player/items/demo/stunt_helmet.mdl', 0),
652 (76561198160502131, 'models/player/items/demo/stunt_helmet.mdl', 0),
653 (76561198121465921, 'models/player/items/pyro/pyro_plunger.mdl', 1),
654 (76561198156343022, 'models/player/items/demo/summer_hat_demo.mdl', 0),
655 (76561198156343022, 'models/player/items/demo/stunt_helmet.mdl', 1),
656 (76561198096123135, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
657 (76561198194817847, 'models/player/items/soldier/bucket.mdl', 0),
658 (76561198105369897, 'models/player/items/demo/stunt_helmet.mdl', 1),
659 (76561198164968657, 'models/player/items/demo/summer_hat_demo.mdl', 1),
660 (76561198137223989, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
661 (76561197970724194, 'models/player/items/demo/stunt_helmet.mdl', 1),
662 (76561198217540609, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
663 (76561197990765423, 'models/player/items/demo/crown.mdl', 1),
664 (76561198119696008, 'models/player/items/demo/stunt_helmet.mdl', 0),
665 (76561198141763632, 'models/player/items/demo/stunt_helmet.mdl', 1),
666 (76561198194817847, 'models/player/items/soldier/soldier_samurai.mdl', 0),
667 (76561198059026361, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
668 (76561198023902214, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
669 (76561198164781752, 'models/player/items/pyro/traffic_cone.mdl', 0),
670 (76561198119396572, 'models/props_2fort/hardhat001.mdl', 0),
671 (76561197964476437, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 1),
672 (76561198109906537, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
673 (76561198176561970, 'models/player/items/demo/summer_hat_demo.mdl', 1),
674 (76561198004298459, 'models/player/items/demo/summer_hat_demo.mdl', 1),
675 (76561198088025360, 'models/player/items/soldier/bucket.mdl', 0),
676 (76561198060876419, 'models/player/items/demo/veteran_hat.mdl', 1),
677 (76561198066375569, 'models/player/items/pyro/traffic_cone.mdl', 0),
678 (76561198119472104, 'models/player/items/demo/summer_hat_demo.mdl', 1),
679 (76561198000914972, 'models/player/items/demo/stunt_helmet.mdl', 0),
680 (76561198220664600, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
681 (76561198202779047, 'models/player/items/demo/summer_hat_demo.mdl', 1),
682 (76561198095640172, 'models/player/items/demo/summer_hat_demo.mdl', 1),
683 (76561198250443734, 'models/player/items/demo/stunt_helmet.mdl', 1),
684 (76561198167973632, 'models/player/items/soldier/bucket.mdl', 1),
685 (76561198161697106, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
686 (76561198074798191, 'models/player/items/demo/crown.mdl', 1),
687 (76561198119396572, 'models/player/items/pyro/traffic_cone.mdl', 0),
688 (76561198162929110, 'models/chefhat.mdl', 0),
689 (76561198147268658, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
690 (76561198201972396, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
691 (76561198157937328, 'models/player/items/all_class/bdayhat_engineer.mdl', 1),
692 (76561198053008240, 'models/player/items/demo/summer_hat_demo.mdl', 0),
693 (76561198146459638, 'models/player/items/soldier/bucket.mdl', 1),
694 (76561198086479464, 'models/player/items/demo/stunt_helmet.mdl', 0),
695 (76561198166369358, 'models/player/items/soldier/bucket.mdl', 0),
696 (76561198093235957, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
697 (76561198076369230, 'models/player/items/demo/stunt_helmet.mdl', 1),
698 (76561198137847705, 'models/player/items/soldier/bucket.mdl', 1),
699 (76561198085685973, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
700 (76561198066245758, 'models/player/items/demo/stunt_helmet.mdl', 1),
701 (76561198088813328, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
702 (76561198189837049, 'models/player/items/demo/stunt_helmet.mdl', 1),
703 (76561198074376041, 'models/player/items/demo/stunt_helmet.mdl', 1),
704 (76561198162929110, 'models/player/items/soldier/bucket.mdl', 0),
705 (76561198064755514, 'models/player/items/pyro/traffic_cone.mdl', 1),
706 (76561198103631028, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
707 (76561198006664338, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
708 (76561198042531772, 'models/player/items/demo/stunt_helmet.mdl', 1),
709 (76561198079626760, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
710 (76561198092200560, 'models/player/items/demo/summer_hat_demo.mdl', 1),
711 (76561198150846819, 'models/player/items/soldier/bucket.mdl', 0),
712 (76561198079734860, 'models/player/items/demo/stunt_helmet.mdl', 1),
713 (76561198095127168, 'models/player/items/demo/summer_hat_demo.mdl', 1),
714 (76561198157317667, 'models/player/items/demo/stunt_helmet.mdl', 1),
715 (76561198208989280, 'models/player/items/demo/stunt_helmet.mdl', 1),
716 (76561198220431109, 'models/player/items/demo/stunt_helmet.mdl', 1),
717 (76561198101344083, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
718 (76561198077261756, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
719 (76561198015028520, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
720 (76561198172267683, 'models/player/items/demo/stunt_helmet.mdl', 1),
721 (76561198101200612, 'models/player/items/demo/summer_hat_demo.mdl', 1),
722 (76561198046217205, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 1),
723 (76561198156524354, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
724 (76561198163200556, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
725 (76561197997770951, 'models/player/items/demo/summer_hat_demo.mdl', 1),
726 (76561198069558533, 'models/player/items/demo/stunt_helmet.mdl', 1),
727 (76561198036882654, 'models/player/items/demo/stunt_helmet.mdl', 1),
728 (76561198090847899, 'models/chefhat.mdl', 1),
729 (76561198000761336, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
730 (76561198061890389, 'models/player/items/demo/summer_hat_demo.mdl', 1),
731 (76561198155473168, 'models/player/items/demo/summer_hat_demo.mdl', 1),
732 (76561198066710267, 'models/player/items/demo/summer_hat_demo.mdl', 0),
733 (76561198204706852, 'models/chefhat.mdl', 0),
734 (76561198066484455, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
735 (76561198263759215, 'models/player/items/demo/stunt_helmet.mdl', 1),
736 (76561198119608070, 'models/player/items/demo/summer_hat_demo.mdl', 1),
737 (76561198079104728, 'models/player/items/heavy/capones_capper.mdl', 1),
738 (76561198237834270, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
739 (76561198094402804, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
740 (76561198074003301, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
741 (76561198166627654, 'models/player/items/demo/stunt_helmet.mdl', 1),
742 (76561198121668218, 'models/player/items/demo/stunt_helmet.mdl', 0),
743 (76561198121668218, 'models/player/items/demo/summer_hat_demo.mdl', 0),
744 (76561198214492959, 'models/player/items/demo/summer_hat_demo.mdl', 1),
745 (76561198160502131, 'models/player/items/demo/summer_hat_demo.mdl', 1),
746 (76561198085048798, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 0),
747 (76561198085048798, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
748 (76561198085048798, 'models/workshop/player/items/all_class/jul13_sweet_shades/jul13_sweet_shades_demo.mdl', 0),
749 (76561198061749792, 'models/player/items/demo/crown.mdl', 1),
750 (76561198041189566, 'models/player/items/demo/stunt_helmet.mdl', 1),
751 (76561198086479464, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
752 (76561197993645134, 'models/player/items/soldier/bucket.mdl', 1),
753 (76561198094402804, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
754 (76561198026175948, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
755 (76561198071226020, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
756 (76561198009669749, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
757 (76561198079104728, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
758 (76561198129637290, 'models/player/items/demo/summer_hat_demo.mdl', 1),
759 (76561198059026361, 'models/player/items/soldier/bucket.mdl', 0),
760 (76561198059026361, 'models/player/items/soldier/armored_authority.mdl', 1),
761 (76561198194817847, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
762 (76561198119696008, 'models/player/items/spy/fez.mdl', 1),
763 (76561197990765423, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
764 (76561198085048798, 'models/player/items/spy/fez.mdl', 1),
765 (76561198044552992, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
766 (76561198057536994, 'models/player/items/soldier/bucket.mdl', 1),
767 (76561198061904436, 'models/player/items/soldier/bucket.mdl', 1),
768 (76561198176768302, 'models/player/items/demo/summer_hat_demo.mdl', 1),
769 (76561198091987225, 'models/player/items/demo/stunt_helmet.mdl', 1),
770 (76561198124587653, 'models/player/items/soldier/bucket.mdl', 1),
771 (76561198114248380, 'models/player/items/soldier/bucket.mdl', 1),
772 (76561198061749792, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
773 (76561198079750813, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 1),
774 (76561198077276061, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
775 (76561198011687146, 'models/player/items/spy/fez.mdl', 0),
776 (76561198068774201, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
777 (76561198044152345, 'models/player/items/demo/stunt_helmet.mdl', 1),
778 (76561198127428015, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
779 (76561198267415430, 'models/player/items/soldier/bucket.mdl', 0),
780 (76561198130840216, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
781 (76561198013977568, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
782 (76561198164880451, 'models/player/items/demo/summer_hat_demo.mdl', 0),
783 (76561198164880451, 'models/player/items/demo/stunt_helmet.mdl', 1),
784 (76561198148717255, 'models/player/items/demo/stunt_helmet.mdl', 1),
785 (76561198049996736, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
786 (76561197999331229, 'models/player/items/demo/summer_hat_demo.mdl', 1),
787 (76561198073018702, 'models/player/items/demo/crown.mdl', 1),
788 (76561198204706852, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
789 (76561198026175948, 'models/player/items/demo/stunt_helmet.mdl', 0),
790 (76561197991481006, 'models/player/items/demo/crown.mdl', 0),
791 (76561197991481006, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
792 (76561197960806482, 'models/player/items/demo/crown.mdl', 1),
793 (76561197982494387, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 0),
794 (76561198143061463, 'models/player/items/demo/stunt_helmet.mdl', 1),
795 (76561198020562556, 'models/player/items/demo/summer_hat_demo.mdl', 1),
796 (76561198159022167, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
797 (76561198039843906, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
798 (76561198101344083, 'models/player/items/demo/stunt_helmet.mdl', 0),
799 (76561198101344083, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
800 (76561197991481006, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 0),
801 (76561198019920611, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 1),
802 (76561198132559931, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
803 (76561198159344665, 'models/player/items/soldier/bucket.mdl', 0),
804 (76561198046276090, 'models/player/items/demo/stunt_helmet.mdl', 1),
805 (76561198181096123, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 1),
806 (76561198117590645, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
807 (76561198078749344, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
808 (76561198078749344, 'models/player/items/demo/hardhat.mdl', 0),
809 (76561198078749344, 'models/player/items/demo/stunt_helmet.mdl', 1),
810 (76561198165508912, 'models/player/items/soldier/bucket.mdl', 0),
811 (76561198233705412, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
812 (76561198108744206, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 1),
813 (76561198042764635, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 1),
814 (76561198267415430, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
815 (76561198139796466, 'models/player/items/soldier/bucket.mdl', 1),
816 (76561198091612734, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
817 (76561198194817847, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
818 (76561198117860689, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
819 (76561198272062936, 'models/player/items/soldier/bucket.mdl', 0),
820 (76561198166369358, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
821 (76561198065066621, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
822 (76561198063893845, 'models/player/items/demo/stunt_helmet.mdl', 1),
823 (76561198149569616, 'models/player/items/demo/stunt_helmet.mdl', 1),
824 (76561198112590142, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
825 (76561198090054573, 'models/player/items/soldier/bucket.mdl', 1),
826 (76561198060811943, 'models/player/items/demo/stunt_helmet.mdl', 1),
827 (76561198040532697, 'models/player/items/demo/stunt_helmet.mdl', 1),
828 (76561198082041882, 'models/player/items/demo/summer_hat_demo.mdl', 1),
829 (76561198043980135, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
830 (76561198067808339, 'models/player/items/soldier/bucket.mdl', 1),
831 (76561198047713359, 'models/player/items/soldier/armored_authority.mdl', 1),
832 (76561198100236512, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
833 (76561198237834270, 'models/player/items/heavy/capones_capper.mdl', 1),
834 (76561198093380251, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
835 (76561198145992977, 'models/player/items/demo/summer_hat_demo.mdl', 0),
836 (76561198145992977, 'models/player/items/demo/stunt_helmet.mdl', 1),
837 (76561198027770450, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
838 (76561198145971127, 'models/player/items/demo/stunt_helmet.mdl', 0),
839 (76561198116879386, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
840 (76561198119396572, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
841 (76561198048132773, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 1),
842 (76561198084729206, 'models/player/items/demo/summer_hat_demo.mdl', 1),
843 (76561198194817847, 'models/props_2fort/hardhat001.mdl', 1),
844 (76561198055842674, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
845 (76561198141818402, 'models/player/items/soldier/bucket.mdl', 1),
846 (76561198064339744, 'models/player/items/demo/summer_hat_demo.mdl', 1),
847 (76561198077796093, 'models/player/items/demo/stunt_helmet.mdl', 1),
848 (76561198095916090, 'models/player/items/demo/stunt_helmet.mdl', 1),
849 (76561198074180498, 'models/player/items/soldier/bucket.mdl', 1),
850 (76561198165508912, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
851 (76561198077274783, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
852 (76561198077274783, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
853 (76561198085544407, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
854 (76561198161021668, 'models/player/items/soldier/bucket.mdl', 1),
855 (76561198259984019, 'models/player/items/soldier/bucket.mdl', 1),
856 (76561198164276385, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
857 (76561198272083000, 'models/player/items/soldier/bucket.mdl', 1),
858 (76561198159344665, 'models/player/items/demo/stunt_helmet.mdl', 0),
859 (76561198101617389, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
860 (76561198035397150, 'models/player/items/demo/stunt_helmet.mdl', 1),
861 (76561198079260126, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
862 (76561197981140942, 'models/chefhat.mdl', 1),
863 (76561197982197288, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
864 (76561198208434109, 'models/player/items/demo/stunt_helmet.mdl', 1),
865 (76561198165508912, 'models/player/items/demo/summer_hat_demo.mdl', 0),
866 (76561198159344665, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
867 (76561198248448628, 'models/player/items/demo/stunt_helmet.mdl', 0),
868 (76561198129370315, 'models/player/items/soldier/bucket.mdl', 1),
869 (76561198056668813, 'models/player/items/demo/stunt_helmet.mdl', 1),
870 (76561197995427806, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
871 (76561198059841624, 'models/player/items/demo/stunt_helmet.mdl', 1),
872 (76561198144437544, 'models/player/items/demo/stunt_helmet.mdl', 1),
873 (76561198239378388, 'models/player/items/demo/stunt_helmet.mdl', 1),
874 (76561198118949818, 'models/player/items/soldier/bucket.mdl', 1),
875 (76561198206215209, 'models/player/items/demo/stunt_helmet.mdl', 1),
876 (76561198120386014, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
877 (76561198042764635, 'models/player/items/all_class/trn_wiz_hat_soldier.mdl', 0),
878 (76561198042764635, 'models/workshop/player/items/all_class/jul13_sweet_shades/jul13_sweet_shades_demo.mdl', 0),
879 (76561198042764635, 'models/player/items/soldier/soldier_samurai.mdl', 0),
880 (76561198042764635, 'models/player/items/demo/crown.mdl', 0),
881 (76561198042764635, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 0),
882 (76561198042764635, 'models/player/items/all_class/bdayhat_engineer.mdl', 0),
883 (76561198042764635, 'models/player/items/soldier/bucket.mdl', 0),
884 (76561198070474410, 'models/player/items/demo/summer_hat_demo.mdl', 1),
885 (76561197982432072, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
886 (76561198102306474, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
887 (76561198200226718, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
888 (76561198025759489, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
889 (76561198238490662, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
890 (76561198040810491, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
891 (76561198095424267, 'models/player/items/demo/summer_hat_demo.mdl', 1),
892 (76561198081609068, 'models/player/items/demo/stunt_helmet.mdl', 1),
893 (76561198079104728, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
894 (76561198207781828, 'models/player/items/demo/stunt_helmet.mdl', 1),
895 (76561197985257727, 'models/player/items/demo/summer_hat_demo.mdl', 0),
896 (76561197980908717, 'models/player/items/all_class/xms_santa_hat_demo.mdl', 1),
897 (76561198127869804, 'models/player/items/demo/stunt_helmet.mdl', 1),
898 (76561198022167917, 'models/player/items/demo/stunt_helmet.mdl', 1),
899 (76561198038505496, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
900 (76561198065250668, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
901 (76561198202130192, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
902 (76561198065250668, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
903 (76561198040478078, 'models/player/items/demo/summer_hat_demo.mdl', 0),
904 (76561198156046096, 'models/player/items/pyro/pyro_plunger.mdl', 1),
905 (76561198065250668, 'models/player/items/all_class/hm_disguisehat_demo.mdl', 0),
906 (76561198169990963, 'models/player/items/soldier/bucket.mdl', 1),
907 (76561198026820539, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
908 (76561198047927971, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
909 (76561198271871169, 'models/player/items/soldier/bucket.mdl', 1),
910 (76561198040478078, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
911 (76561198170875978, 'models/player/items/demo/summer_hat_demo.mdl', 0),
912 (76561198059279051, 'models/player/items/demo/summer_hat_demo.mdl', 1),
913 (76561198122828862, 'models/player/items/demo/stunt_helmet.mdl', 1),
914 (76561198056585087, 'models/player/items/demo/stunt_helmet.mdl', 1),
915 (76561198045701177, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
916 (76561198008858959, 'models/player/items/demo/stunt_helmet.mdl', 1),
917 (76561198121414571, 'models/player/items/demo/stunt_helmet.mdl', 1),
918 (76561198065250668, 'models/player/items/soldier/bucket.mdl', 0),
919 (76561198065250668, 'models/player/items/soldier/soldier_ttg_max.mdl', 0),
920 (76561198040478078, 'models/chefhat.mdl', 0),
921 (76561198068775643, 'models/player/items/all_class/bdayhat_engineer.mdl', 1),
922 (76561197988529637, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
923 (76561198144881884, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
924 (76561198086479464, 'models/player/items/pyro/traffic_cone.mdl', 1),
925 (76561198138698750, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
926 (76561198030078488, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 1),
927 (76561198106831942, 'models/player/items/demo/stunt_helmet.mdl', 1),
928 (76561197992431537, 'models/player/items/demo/veteran_hat.mdl', 0),
929 (76561198065250668, 'models/player/items/all_class/bdayhat_engineer.mdl', 0),
930 (76561198245837290, 'models/player/items/demo/stunt_helmet.mdl', 0),
931 (76561198245837290, 'models/player/items/demo/summer_hat_demo.mdl', 1),
932 (76561198084248825, 'models/player/items/demo/stunt_helmet.mdl', 0),
933 (76561198175892233, 'models/player/items/demo/stunt_helmet.mdl', 0),
934 (76561198139547399, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
935 (76561198083935549, 'models/player/items/demo/stunt_helmet.mdl', 1),
936 (76561198009194719, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
937 (76561198122518271, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
938 (76561198159344665, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
939 (76561198215786731, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
940 (76561198136298046, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
941 (76561198025502794, 'models/chefhat.mdl', 1),
942 (76561198272062936, 'models/chefhat.mdl', 1),
943 (76561198202396941, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
944 (76561198135214777, 'models/player/items/demo/summer_hat_demo.mdl', 0),
945 (76561198256876328, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
946 (76561198159344665, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
947 (76561198072197351, 'models/player/items/soldier/soldier_ttg_max.mdl', 1),
948 (76561198166369358, 'models/player/items/soldier/soldier_samurai.mdl', 0),
949 (76561197992431537, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
950 (76561198114961851, 'models/player/items/demo/summer_hat_demo.mdl', 1),
951 (76561198170317307, 'models/player/items/demo/stunt_helmet.mdl', 1),
952 (76561198026663781, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
953 (76561198065250668, 'models/chefhat.mdl', 0),
954 (76561198040478078, 'models/player/items/all_class/pcg_hat_medic.mdl', 0),
955 (76561198040478078, 'models/player/items/pyro/traffic_cone.mdl', 0),
956 (76561198152134049, 'models/workshop/player/items/sniper/thief_sniper_hood/thief_sniper_hood.mdl', 0),
957 (76561198274365549, 'models/player/items/demo/summer_hat_demo.mdl', 1),
958 (76561198065250668, 'models/player/items/soldier/soldier_samurai.mdl', 0),
959 (76561198078934879, 'models/player/items/demo/summer_hat_demo.mdl', 1),
960 (76561198111051620, 'models/player/items/demo/stunt_helmet.mdl', 1),
961 (76561198040478078, 'models/player/items/sniper/sniper_crocleather_slouch.mdl', 0),
962 (76561198144940053, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 1),
963 (76561198141396900, 'models/player/items/demo/hardhat.mdl', 0),
964 (76561198211669640, 'models/player/items/all_class/pcg_hat_medic.mdl', 1),
965 (76561198152134049, 'models/player/items/demo/crown.mdl', 1),
966 (76561198080097334, 'models/player/items/soldier/bucket.mdl', 1),
967 (76561198034548498, 'models/chefhat.mdl', 1),
968 (76561198119396572, 'models/player/items/demo/hardhat.mdl', 0),
969 (76561198119396572, 'models/player/items/medic/fwk_medic_stahlhelm.mdl', 0),
970 (76561198119396572, 'models/chefhat.mdl', 1),
971 (76561198141396900, 'models/player/items/demo/crown.mdl', 1),
972 (76561198067267464, 'models/player/items/soldier/bucket.mdl', 1);
973/*!40000 ALTER TABLE `player_hats` ENABLE KEYS */;
974
975
976-- Dumping structure for table rp_stats.pp_blockedtools
977CREATE TABLE IF NOT EXISTS `pp_blockedtools` (
978 `Tool` varchar(50) NOT NULL,
979 `Rank` int(11) NOT NULL,
980 PRIMARY KEY (`Tool`)
981) ENGINE=MyISAM DEFAULT CHARSET=utf8;
982
983-- Dumping data for table rp_stats.pp_blockedtools: 20 rows
984/*!40000 ALTER TABLE `pp_blockedtools` DISABLE KEYS */;
985INSERT INTO `pp_blockedtools` (`Tool`, `Rank`) VALUES
986 ('physprop', 0),
987 ('ballsocket_adv', 0),
988 ('ballsocket', 0),
989 ('precision', 3),
990 ('slider', 3),
991 ('rope', 3),
992 ('light', 2),
993 ('lamp', 3),
994 ('balloon', 3),
995 ('winch', 3),
996 ('motor', 3),
997 ('pulley', 3),
998 ('elastic', 3),
999 ('axis', 3),
1000 ('poly', 3),
1001 ('smartwelder', 3),
1002 ('advdupe2', 1),
1003 ('stacker', 0),
1004 ('smartweld', 0),
1005 ('fireworks', 3);
1006/*!40000 ALTER TABLE `pp_blockedtools` ENABLE KEYS */;
1007
1008
1009-- Dumping structure for table rp_stats.pp_whitelist
1010CREATE TABLE IF NOT EXISTS `pp_whitelist` (
1011 `Model` varchar(255) NOT NULL,
1012 PRIMARY KEY (`Model`)
1013) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1014
1015-- Dumping data for table rp_stats.pp_whitelist: 629 rows
1016/*!40000 ALTER TABLE `pp_whitelist` DISABLE KEYS */;
1017INSERT INTO `pp_whitelist` (`Model`) VALUES
1018 ('models/balloons/balloon_classicheart.mdl'),
1019 ('models/balloons/balloon_dog.mdl'),
1020 ('models/balloons/balloon_star.mdl'),
1021 ('models/hunter/blocks/cube025x025x025.mdl'),
1022 ('models/hunter/blocks/cube025x05x025.mdl'),
1023 ('models/hunter/blocks/cube025x075x025.mdl'),
1024 ('models/hunter/blocks/cube025x125x025.mdl'),
1025 ('models/hunter/blocks/cube025x150x025.mdl'),
1026 ('models/hunter/blocks/cube025x1x025.mdl'),
1027 ('models/hunter/blocks/cube025x2x025.mdl'),
1028 ('models/hunter/blocks/cube025x3x025.mdl'),
1029 ('models/hunter/blocks/cube025x4x025.mdl'),
1030 ('models/hunter/blocks/cube025x5x025.mdl'),
1031 ('models/hunter/blocks/cube025x6x025.mdl'),
1032 ('models/hunter/blocks/cube025x7x025.mdl'),
1033 ('models/hunter/blocks/cube025x8x025.mdl'),
1034 ('models/hunter/blocks/cube05x05x025.mdl'),
1035 ('models/hunter/blocks/cube05x05x05.mdl'),
1036 ('models/hunter/blocks/cube05x075x025.mdl'),
1037 ('models/hunter/blocks/cube05x105x05.mdl'),
1038 ('models/hunter/blocks/cube05x1x025.mdl'),
1039 ('models/hunter/blocks/cube05x1x05.mdl'),
1040 ('models/hunter/blocks/cube05x2x025.mdl'),
1041 ('models/hunter/blocks/cube05x2x05.mdl'),
1042 ('models/hunter/blocks/cube05x3x025.mdl'),
1043 ('models/hunter/blocks/cube05x3x05.mdl'),
1044 ('models/hunter/blocks/cube05x4x025.mdl'),
1045 ('models/hunter/blocks/cube05x4x05.mdl'),
1046 ('models/hunter/blocks/cube05x5x025.mdl'),
1047 ('models/hunter/blocks/cube05x5x05.mdl'),
1048 ('models/hunter/blocks/cube05x6x025.mdl'),
1049 ('models/hunter/blocks/cube05x6x05.mdl'),
1050 ('models/hunter/blocks/cube05x7x025.mdl'),
1051 ('models/hunter/blocks/cube05x7x05.mdl'),
1052 ('models/hunter/blocks/cube05x8x025.mdl'),
1053 ('models/hunter/blocks/cube05x8x05.mdl'),
1054 ('models/hunter/blocks/cube075x075x025.mdl'),
1055 ('models/hunter/blocks/cube075x075x075.mdl'),
1056 ('models/hunter/blocks/cube075x1x025.mdl'),
1057 ('models/hunter/blocks/cube075x2x025.mdl'),
1058 ('models/hunter/blocks/cube075x2x075.mdl'),
1059 ('models/hunter/blocks/cube075x3x025.mdl'),
1060 ('models/hunter/blocks/cube075x4x025.mdl'),
1061 ('models/hunter/blocks/cube075x6x025.mdl'),
1062 ('models/hunter/blocks/cube075x8x025.mdl'),
1063 ('models/hunter/blocks/cube1x150x1.mdl'),
1064 ('models/hunter/blocks/cube1x1x025.mdl'),
1065 ('models/hunter/blocks/cube1x1x1.mdl'),
1066 ('models/hunter/blocks/cube1x2x025.mdl'),
1067 ('models/hunter/blocks/cube1x3x025.mdl'),
1068 ('models/hunter/blocks/cube1x4x025.mdl'),
1069 ('models/hunter/blocks/cube1x5x025.mdl'),
1070 ('models/hunter/blocks/cube1x6x025.mdl'),
1071 ('models/hunter/blocks/cube1x7x025.mdl'),
1072 ('models/hunter/blocks/cube1x8x025.mdl'),
1073 ('models/hunter/blocks/cube2x2x025.mdl'),
1074 ('models/hunter/blocks/cube2x3x025.mdl'),
1075 ('models/hunter/blocks/cube2x4x025.mdl'),
1076 ('models/hunter/blocks/cube2x6x025.mdl'),
1077 ('models/hunter/blocks/cube3x3x025.mdl'),
1078 ('models/hunter/blocks/cube3x4x025.mdl'),
1079 ('models/hunter/blocks/cube3x6x025.mdl'),
1080 ('models/hunter/blocks/cube3x8x025.mdl'),
1081 ('models/hunter/blocks/cube4x4x025.mdl'),
1082 ('models/hunter/blocks/cube8x8x1.mdl'),
1083 ('models/hunter/geometric/hex025x1.mdl'),
1084 ('models/hunter/geometric/hex1x1.mdl'),
1085 ('models/hunter/geometric/pent1x1.mdl'),
1086 ('models/hunter/geometric/tri1x1eq.mdl'),
1087 ('models/hunter/misc/lift2x2.mdl'),
1088 ('models/hunter/misc/platehole1x1a.mdl'),
1089 ('models/hunter/misc/platehole4x4.mdl'),
1090 ('models/hunter/misc/shell2x2a.mdl'),
1091 ('models/hunter/misc/shell2x2b.mdl'),
1092 ('models/hunter/misc/shell2x2c.mdl'),
1093 ('models/hunter/misc/shell2x2d.mdl'),
1094 ('models/hunter/misc/stair1x1.mdl'),
1095 ('models/hunter/plates/plate1x1.mdl'),
1096 ('models/hunter/plates/plate1x2.mdl'),
1097 ('models/hunter/plates/plate1x3.mdl'),
1098 ('models/hunter/plates/plate1x4.mdl'),
1099 ('models/hunter/plates/plate1x5.mdl'),
1100 ('models/hunter/plates/plate1x6.mdl'),
1101 ('models/hunter/plates/plate1x7.mdl'),
1102 ('models/hunter/plates/plate1x8.mdl'),
1103 ('models/hunter/plates/plate2x2.mdl'),
1104 ('models/hunter/plates/plate2x3.mdl'),
1105 ('models/hunter/plates/plate2x4.mdl'),
1106 ('models/hunter/plates/plate2x5.mdl'),
1107 ('models/hunter/plates/plate3x3.mdl'),
1108 ('models/hunter/plates/plate3x4.mdl'),
1109 ('models/hunter/plates/plate3x5.mdl'),
1110 ('models/hunter/plates/plate3x6.mdl'),
1111 ('models/hunter/plates/plate4x4.mdl'),
1112 ('models/hunter/plates/plate5x5.mdl'),
1113 ('models/hunter/plates/platehole1x1.mdl'),
1114 ('models/hunter/plates/platehole1x2.mdl'),
1115 ('models/hunter/plates/platehole2x2.mdl'),
1116 ('models/hunter/plates/platehole3.mdl'),
1117 ('models/hunter/triangles/025x025.mdl'),
1118 ('models/hunter/triangles/025x025mirrored.mdl'),
1119 ('models/hunter/triangles/05x05.mdl'),
1120 ('models/hunter/triangles/05x05mirrored.mdl'),
1121 ('models/hunter/triangles/075x075.mdl'),
1122 ('models/hunter/triangles/075x075mirrored.mdl'),
1123 ('models/hunter/triangles/1x05x1.mdl'),
1124 ('models/hunter/triangles/1x1.mdl'),
1125 ('models/hunter/triangles/1x1mirrored.mdl'),
1126 ('models/hunter/triangles/1x1x1.mdl'),
1127 ('models/hunter/triangles/1x1x5.mdl'),
1128 ('models/hunter/triangles/2x2.mdl'),
1129 ('models/hunter/triangles/2x2mirrored.mdl'),
1130 ('models/hunter/triangles/3x3.mdl'),
1131 ('models/hunter/triangles/3x3mirrored.mdl'),
1132 ('models/hunter/triangles/4x4.mdl'),
1133 ('models/hunter/triangles/4x4mirrored.mdl'),
1134 ('models/hunter/triangles/5x5.mdl'),
1135 ('models/hunter/tubes/circle2x2.mdl'),
1136 ('models/hunter/tubes/circle2x2b.mdl'),
1137 ('models/hunter/tubes/circle2x2c.mdl'),
1138 ('models/hunter/tubes/circle2x2d.mdl'),
1139 ('models/hunter/tubes/circle4x4.mdl'),
1140 ('models/hunter/tubes/tube1x1x1.mdl'),
1141 ('models/hunter/tubes/tube1x1x1b.mdl'),
1142 ('models/hunter/tubes/tube1x1x1c.mdl'),
1143 ('models/hunter/tubes/tube1x1x2.mdl'),
1144 ('models/hunter/tubes/tube1x1x2b.mdl'),
1145 ('models/hunter/tubes/tube1x1x2c.mdl'),
1146 ('models/hunter/tubes/tube1x1x3.mdl'),
1147 ('models/hunter/tubes/tube1x1x3c.mdl'),
1148 ('models/hunter/tubes/tube1x1x4.mdl'),
1149 ('models/hunter/tubes/tube1x1x4c.mdl'),
1150 ('models/hunter/tubes/tube1x1x4d.mdl'),
1151 ('models/hunter/tubes/tube1x1x5.mdl'),
1152 ('models/hunter/tubes/tube1x1x5b.mdl'),
1153 ('models/hunter/tubes/tube1x1x5c.mdl'),
1154 ('models/hunter/tubes/tube1x1x5d.mdl'),
1155 ('models/hunter/tubes/tube1x1x6.mdl'),
1156 ('models/hunter/tubes/tube1x1x6b.mdl'),
1157 ('models/hunter/tubes/tube1x1x6c.mdl'),
1158 ('models/hunter/tubes/tube1x1x6d.mdl'),
1159 ('models/hunter/tubes/tube1x1x8.mdl'),
1160 ('models/hunter/tubes/tube1x1x8b.mdl'),
1161 ('models/hunter/tubes/tube1x1x8c.mdl'),
1162 ('models/hunter/tubes/tube1x1x8d.mdl'),
1163 ('models/hunter/tubes/tube2x2x+.mdl'),
1164 ('models/hunter/tubes/tube2x2x025.mdl'),
1165 ('models/hunter/tubes/tube2x2x025c.mdl'),
1166 ('models/hunter/tubes/tube2x2x05.mdl'),
1167 ('models/hunter/tubes/tube2x2x05b.mdl'),
1168 ('models/hunter/tubes/tube2x2x05c.mdl'),
1169 ('models/hunter/tubes/tube2x2x05d.mdl'),
1170 ('models/hunter/tubes/tube2x2x1.mdl'),
1171 ('models/hunter/tubes/tube2x2x1b.mdl'),
1172 ('models/hunter/tubes/tube2x2x1c.mdl'),
1173 ('models/hunter/tubes/tube2x2x1d.mdl'),
1174 ('models/hunter/tubes/tube2x2x2.mdl'),
1175 ('models/hunter/tubes/tube2x2x2b.mdl'),
1176 ('models/hunter/tubes/tube2x2x2c.mdl'),
1177 ('models/hunter/tubes/tube2x2x2d.mdl'),
1178 ('models/hunter/tubes/tube2x2x4.mdl'),
1179 ('models/hunter/tubes/tube2x2x4b.mdl'),
1180 ('models/hunter/tubes/tube2x2x4c.mdl'),
1181 ('models/hunter/tubes/tube2x2x4d.mdl'),
1182 ('models/hunter/tubes/tube2x2x8.mdl'),
1183 ('models/hunter/tubes/tube2x2x8b.mdl'),
1184 ('models/hunter/tubes/tube2x2x8c.mdl'),
1185 ('models/hunter/tubes/tube2x2x8d.mdl'),
1186 ('models/hunter/tubes/tube2x2xt.mdl'),
1187 ('models/hunter/tubes/tube2x2xta.mdl'),
1188 ('models/hunter/tubes/tube2x2xtb.mdl'),
1189 ('models/hunter/tubes/tube4x4x05.mdl'),
1190 ('models/hunter/tubes/tube4x4x05b.mdl'),
1191 ('models/hunter/tubes/tube4x4x05c.mdl'),
1192 ('models/hunter/tubes/tube4x4x1.mdl'),
1193 ('models/hunter/tubes/tube4x4x1b.mdl'),
1194 ('models/hunter/tubes/tube4x4x1c.mdl'),
1195 ('models/hunter/tubes/tube4x4x1d.mdl'),
1196 ('models/hunter/tubes/tube4x4x1to2x2.mdl'),
1197 ('models/hunter/tubes/tube4x4x2b.mdl'),
1198 ('models/hunter/tubes/tube4x4x2c.mdl'),
1199 ('models/hunter/tubes/tube4x4x2d.mdl'),
1200 ('models/hunter/tubes/tubebend1x1x90.mdl'),
1201 ('models/hunter/tubes/tubebend1x2x90b.mdl'),
1202 ('models/hunter/tubes/tubebend2x2x90.mdl'),
1203 ('models/hunter/tubes/tubebend2x2x90outer.mdl'),
1204 ('models/hunter/tubes/tubebend2x2x90square.mdl'),
1205 ('models/hunter/tubes/tubebendinsidesquare2.mdl'),
1206 ('models/hunter/tubes/tubebendoutsidesquare.mdl'),
1207 ('models/hunter/tubes/tubebendoutsidesquare2.mdl'),
1208 ('models/items/ammocrate_ar2.mdl'),
1209 ('models/items/ammocrate_grenade.mdl'),
1210 ('models/items/ammocrate_rockets.mdl'),
1211 ('models/items/boxmrounds.mdl'),
1212 ('models/mechanics/gears2/pinion_20t1.mdl'),
1213 ('models/mechanics/gears2/pinion_20t2.mdl'),
1214 ('models/mechanics/gears2/pinion_20t3.mdl'),
1215 ('models/mechanics/solid_steel/box_beam_4.mdl'),
1216 ('models/mechanics/solid_steel/i_beam_4.mdl'),
1217 ('models/phxtended/tri1x1x1solid.mdl'),
1218 ('models/phxtended/tri2x1x2solid.mdl'),
1219 ('models/phxtended/tri2x2x2solid.mdl'),
1220 ('models/props/cs_assault/barrelwarning.mdl'),
1221 ('models/props/cs_assault/camera.mdl'),
1222 ('models/props/cs_assault/dryer_box.mdl'),
1223 ('models/props/cs_assault/dryer_box2.mdl'),
1224 ('models/props/cs_assault/firehydrant.mdl'),
1225 ('models/props/cs_assault/handtruck.mdl'),
1226 ('models/props/cs_assault/meter.mdl'),
1227 ('models/props/cs_assault/pylon.mdl'),
1228 ('models/props/cs_assault/ticketmachine.mdl'),
1229 ('models/props/cs_assault/ventilationduct01.mdl'),
1230 ('models/props/cs_assault/wall_vent.mdl'),
1231 ('models/props/cs_militia/bar01.mdl'),
1232 ('models/props/cs_militia/barstool01.mdl'),
1233 ('models/props/cs_militia/boxes_frontroom.mdl'),
1234 ('models/props/cs_militia/boxes_garage_lower.mdl'),
1235 ('models/props/cs_militia/bunkbed2.mdl'),
1236 ('models/props/cs_militia/caseofbeer01.mdl'),
1237 ('models/props/cs_militia/couch.mdl'),
1238 ('models/props/cs_militia/dryer.mdl'),
1239 ('models/props/cs_militia/fertilizer.mdl'),
1240 ('models/props/cs_militia/food_stack.mdl'),
1241 ('models/props/cs_militia/footlocker01_closed.mdl'),
1242 ('models/props/cs_militia/footlocker01_open.mdl'),
1243 ('models/props/cs_militia/furnace01.mdl'),
1244 ('models/props/cs_militia/furniture_shelf01a.mdl'),
1245 ('models/props/cs_militia/gun_cabinet.mdl'),
1246 ('models/props/cs_militia/haybale_target.mdl'),
1247 ('models/props/cs_militia/haybale_target_02.mdl'),
1248 ('models/props/cs_militia/haybale_target_03.mdl'),
1249 ('models/props/cs_militia/mailbox01.mdl'),
1250 ('models/props/cs_militia/newspaperstack01.mdl'),
1251 ('models/props/cs_militia/refrigerator01.mdl'),
1252 ('models/props/cs_militia/sawhorse.mdl'),
1253 ('models/props/cs_militia/shelves.mdl'),
1254 ('models/props/cs_militia/shelves_wood.mdl'),
1255 ('models/props/cs_militia/table_kitchen.mdl'),
1256 ('models/props/cs_militia/table_shed.mdl'),
1257 ('models/props/cs_militia/television_console01.mdl'),
1258 ('models/props/cs_militia/toilet.mdl'),
1259 ('models/props/cs_militia/urine_trough.mdl'),
1260 ('models/props/cs_militia/wood_bench.mdl'),
1261 ('models/props/cs_militia/wood_table.mdl'),
1262 ('models/props/cs_office/computer.mdl'),
1263 ('models/props/cs_office/exit_ceiling.mdl'),
1264 ('models/props/cs_office/file_cabinet1.mdl'),
1265 ('models/props/cs_office/file_cabinet1_group.mdl'),
1266 ('models/props/cs_office/fire_extinguisher.mdl'),
1267 ('models/props/cs_office/light_security.mdl'),
1268 ('models/props/cs_office/microwave.mdl'),
1269 ('models/props/cs_office/plant01.mdl'),
1270 ('models/props/cs_office/radio.mdl'),
1271 ('models/props/cs_office/shelves_metal.mdl'),
1272 ('models/props/cs_office/shelves_metal1.mdl'),
1273 ('models/props/cs_office/shelves_metal2.mdl'),
1274 ('models/props/cs_office/shelves_metal3.mdl'),
1275 ('models/props/cs_office/snowman_body.mdl'),
1276 ('models/props/cs_office/snowman_nose.mdl'),
1277 ('models/props/cs_office/sofa.mdl'),
1278 ('models/props/cs_office/sofa_chair.mdl'),
1279 ('models/props/cs_office/trash_can_p.mdl'),
1280 ('models/props/cs_office/tv_plasma.mdl'),
1281 ('models/props/cs_office/vending_machine.mdl'),
1282 ('models/props/de_inferno/bed.mdl'),
1283 ('models/props/de_inferno/picture1.mdl'),
1284 ('models/props/de_inferno/picture2.mdl'),
1285 ('models/props/de_inferno/picture3.mdl'),
1286 ('models/props/de_nuke/clock.mdl'),
1287 ('models/props/de_nuke/crate_extrasmall.mdl'),
1288 ('models/props/de_nuke/crate_small.mdl'),
1289 ('models/props/de_nuke/industriallight01.mdl'),
1290 ('models/props/de_nuke/lifepreserver.mdl'),
1291 ('models/props/de_nuke/light_red1.mdl'),
1292 ('models/props/de_nuke/light_red2.mdl'),
1293 ('models/props/de_nuke/nucleartestcabinet.mdl'),
1294 ('models/props/de_prodigy/ammo_can_01.mdl'),
1295 ('models/props/de_prodigy/ammo_can_03.mdl'),
1296 ('models/props/de_tides/restaurant_table.mdl'),
1297 ('models/props/de_tides/tides_staffonly_sign.mdl'),
1298 ('models/props/de_tides/vending_turtle.mdl'),
1299 ('models/props_borealis/bluebarrel001.mdl'),
1300 ('models/props_borealis/borealis_door001a.mdl'),
1301 ('models/props_borealis/mooring_cleat01.mdl'),
1302 ('models/props_building_details/storefront_template001a_bars.mdl'),
1303 ('models/props_c17/bench01a.mdl'),
1304 ('models/props_c17/briefcase001a.mdl'),
1305 ('models/props_c17/cashregister01a.mdl'),
1306 ('models/props_c17/chair_kleiner03a.mdl'),
1307 ('models/props_c17/concrete_barrier001a.mdl'),
1308 ('models/props_c17/display_cooler01a.mdl'),
1309 ('models/props_c17/door01_left.mdl'),
1310 ('models/props_c17/door02_double.mdl'),
1311 ('models/props_c17/fence01a.mdl'),
1312 ('models/props_c17/fence01b.mdl'),
1313 ('models/props_c17/fence02a.mdl'),
1314 ('models/props_c17/fence02b.mdl'),
1315 ('models/props_c17/fence03a.mdl'),
1316 ('models/props_c17/furniturecouch001a.mdl'),
1317 ('models/props_c17/furniturecouch002a.mdl'),
1318 ('models/props_c17/furniturecupboard001a.mdl'),
1319 ('models/props_c17/furnituredrawer001a.mdl'),
1320 ('models/props_c17/furnituredrawer001a_chunk01.mdl'),
1321 ('models/props_c17/furnituredrawer001a_chunk02.mdl'),
1322 ('models/props_c17/furnituredrawer001a_chunk03.mdl'),
1323 ('models/props_c17/furnituredrawer001a_chunk05.mdl'),
1324 ('models/props_c17/furnituredrawer001a_chunk06.mdl'),
1325 ('models/props_c17/furnituredrawer002a.mdl'),
1326 ('models/props_c17/furnituredrawer003a.mdl'),
1327 ('models/props_c17/furnituredresser001a.mdl'),
1328 ('models/props_c17/furniturefridge001a.mdl'),
1329 ('models/props_c17/furnituremattress001a.mdl'),
1330 ('models/props_c17/furnitureradiator001a.mdl'),
1331 ('models/props_c17/furnitureshelf001a.mdl'),
1332 ('models/props_c17/furnitureshelf001b.mdl'),
1333 ('models/props_c17/furnitureshelf002a.mdl'),
1334 ('models/props_c17/furnituresink001a.mdl'),
1335 ('models/props_c17/furniturestove001a.mdl'),
1336 ('models/props_c17/furnituretable001a.mdl'),
1337 ('models/props_c17/furnituretable002a.mdl'),
1338 ('models/props_c17/furnituretable003a.mdl'),
1339 ('models/props_c17/furnituretoilet001a.mdl'),
1340 ('models/props_c17/gaspipes006a.mdl'),
1341 ('models/props_c17/gate_door01a.mdl'),
1342 ('models/props_c17/gravestone001a.mdl'),
1343 ('models/props_c17/gravestone002a.mdl'),
1344 ('models/props_c17/gravestone003a.mdl'),
1345 ('models/props_c17/gravestone004a.mdl'),
1346 ('models/props_c17/gravestone_coffinpiece001a.mdl'),
1347 ('models/props_c17/gravestone_coffinpiece002a.mdl'),
1348 ('models/props_c17/gravestone_cross001b.mdl'),
1349 ('models/props_c17/lamp001a.mdl'),
1350 ('models/props_c17/lampshade001a.mdl'),
1351 ('models/props_c17/lockers001a.mdl'),
1352 ('models/props_c17/metalladder001.mdl'),
1353 ('models/props_c17/playgroundtick-tack-toe_block01a.mdl'),
1354 ('models/props_c17/playground_teetertoter_seat.mdl'),
1355 ('models/props_c17/playground_teetertoter_stan.mdl'),
1356 ('models/props_c17/pottery02a.mdl'),
1357 ('models/props_c17/pottery03a.mdl'),
1358 ('models/props_c17/pottery04a.mdl'),
1359 ('models/props_c17/pottery05a.mdl'),
1360 ('models/props_c17/pottery06a.mdl'),
1361 ('models/props_c17/pottery07a.mdl'),
1362 ('models/props_c17/pottery08a.mdl'),
1363 ('models/props_c17/pottery09a.mdl'),
1364 ('models/props_c17/pottery_large01a.mdl'),
1365 ('models/props_c17/shelfunit01a.mdl'),
1366 ('models/props_c17/streetsign001c.mdl'),
1367 ('models/props_c17/streetsign002b.mdl'),
1368 ('models/props_c17/streetsign003b.mdl'),
1369 ('models/props_c17/streetsign004e.mdl'),
1370 ('models/props_c17/streetsign004f.mdl'),
1371 ('models/props_c17/streetsign005b.mdl'),
1372 ('models/props_c17/streetsign005c.mdl'),
1373 ('models/props_c17/streetsign005d.mdl'),
1374 ('models/props_c17/tv_monitor01.mdl'),
1375 ('models/props_combine/breenbust.mdl'),
1376 ('models/props_combine/breenclock.mdl'),
1377 ('models/props_combine/breenconsole.mdl'),
1378 ('models/props_combine/breendesk.mdl'),
1379 ('models/props_combine/breenglobe.mdl'),
1380 ('models/props_combine/breenpod.mdl'),
1381 ('models/props_combine/breenpod_inner.mdl'),
1382 ('models/props_combine/cell_01_pod.mdl'),
1383 ('models/props_combine/cell_01_pod_cheap.mdl'),
1384 ('models/props_combine/combine_barricade_med01a.mdl'),
1385 ('models/props_combine/combine_barricade_med01b.mdl'),
1386 ('models/props_combine/combine_barricade_med02a.mdl'),
1387 ('models/props_combine/combine_barricade_med02b.mdl'),
1388 ('models/props_combine/combine_barricade_med02c.mdl'),
1389 ('models/props_combine/combine_barricade_med03b.mdl'),
1390 ('models/props_combine/combine_barricade_med04b.mdl'),
1391 ('models/props_combine/combine_barricade_short01a.mdl'),
1392 ('models/props_combine/combine_barricade_short02a.mdl'),
1393 ('models/props_combine/combine_barricade_short03a.mdl'),
1394 ('models/props_combine/combine_barricade_tall01a.mdl'),
1395 ('models/props_combine/combine_barricade_tall01b.mdl'),
1396 ('models/props_combine/combine_barricade_tall03a.mdl'),
1397 ('models/props_combine/combine_barricade_tall03b.mdl'),
1398 ('models/props_combine/combine_barricade_tall04a.mdl'),
1399 ('models/props_combine/combine_barricade_tall04b.mdl'),
1400 ('models/props_combine/combine_booth_med01a.mdl'),
1401 ('models/props_combine/combine_booth_short01a.mdl'),
1402 ('models/props_combine/combine_emitter01.mdl'),
1403 ('models/props_combine/combine_fence01a.mdl'),
1404 ('models/props_combine/combine_fence01b.mdl'),
1405 ('models/props_combine/combine_interface001.mdl'),
1406 ('models/props_combine/combine_interface002.mdl'),
1407 ('models/props_combine/combine_interface003.mdl'),
1408 ('models/props_combine/combine_intwallunit.mdl'),
1409 ('models/props_combine/combine_window001.mdl'),
1410 ('models/props_debris/metal_panel01a.mdl'),
1411 ('models/props_debris/metal_panel02a.mdl'),
1412 ('models/props_debris/wall001a_base.mdl'),
1413 ('models/props_docks/dock01_pole01a_128.mdl'),
1414 ('models/props_docks/dock01_pole01a_256.mdl'),
1415 ('models/props_doors/door03_slotted_left.mdl'),
1416 ('models/props_industrial/bridge_deck.mdl'),
1417 ('models/props_interiors/furniture_chair03a.mdl'),
1418 ('models/props_interiors/furniture_couch01a.mdl'),
1419 ('models/props_interiors/furniture_couch02a.mdl'),
1420 ('models/props_interiors/furniture_desk01a.mdl'),
1421 ('models/props_interiors/furniture_lamp01a.mdl'),
1422 ('models/props_interiors/furniture_shelf01a.mdl'),
1423 ('models/props_interiors/furniture_vanity01a.mdl'),
1424 ('models/props_interiors/pot01a.mdl'),
1425 ('models/props_interiors/pot02a.mdl'),
1426 ('models/props_interiors/radiator01a.mdl'),
1427 ('models/props_interiors/refrigerator01a.mdl'),
1428 ('models/props_interiors/refrigeratordoor01a.mdl'),
1429 ('models/props_interiors/refrigeratordoor02a.mdl'),
1430 ('models/props_interiors/sinkkitchen01a.mdl'),
1431 ('models/props_interiors/vendingmachinesoda01a_door.mdl'),
1432 ('models/props_junk/cardboard_box001a.mdl'),
1433 ('models/props_junk/cardboard_box001a_gib01.mdl'),
1434 ('models/props_junk/cardboard_box001b.mdl'),
1435 ('models/props_junk/cardboard_box002a.mdl'),
1436 ('models/props_junk/cardboard_box002a_gib01.mdl'),
1437 ('models/props_junk/cardboard_box002b.mdl'),
1438 ('models/props_junk/cinderblock01a.mdl'),
1439 ('models/props_junk/garbage128_composite001b.mdl'),
1440 ('models/props_junk/garbage128_composite001c.mdl'),
1441 ('models/props_junk/harpoon002a.mdl'),
1442 ('models/props_junk/metalbucket01a.mdl'),
1443 ('models/props_junk/metalbucket02a.mdl'),
1444 ('models/props_junk/plasticbucket001a.mdl'),
1445 ('models/props_junk/plasticcrate01a.mdl'),
1446 ('models/props_junk/pushcart01a.mdl'),
1447 ('models/props_junk/ravenholmsign.mdl'),
1448 ('models/props_junk/shovel01a.mdl'),
1449 ('models/props_junk/trafficcone001a.mdl'),
1450 ('models/props_junk/trashbin01a.mdl'),
1451 ('models/props_junk/wood_crate001a.mdl'),
1452 ('models/props_junk/wood_crate001a_damaged.mdl'),
1453 ('models/props_junk/wood_crate002a.mdl'),
1454 ('models/props_lab/bewaredog.mdl'),
1455 ('models/props_lab/blastdoor001a.mdl'),
1456 ('models/props_lab/blastdoor001b.mdl'),
1457 ('models/props_lab/blastdoor001c.mdl'),
1458 ('models/props_lab/cactus.mdl'),
1459 ('models/props_lab/desklamp01.mdl'),
1460 ('models/props_lab/filecabinet02.mdl'),
1461 ('models/props_lab/frame002a.mdl'),
1462 ('models/props_lab/harddrive01.mdl'),
1463 ('models/props_lab/huladoll.mdl'),
1464 ('models/props_lab/kennel_physics.mdl'),
1465 ('models/props_lab/monitor01a.mdl'),
1466 ('models/props_lab/monitor01b.mdl'),
1467 ('models/props_lab/monitor02.mdl'),
1468 ('models/props_lab/reciever01a.mdl'),
1469 ('models/props_lab/workspace003.mdl'),
1470 ('models/props_phx/construct/concrete_barrier00.mdl'),
1471 ('models/props_phx/construct/concrete_barrier01.mdl'),
1472 ('models/props_phx/construct/glass/glass_angle180.mdl'),
1473 ('models/props_phx/construct/glass/glass_angle360.mdl'),
1474 ('models/props_phx/construct/glass/glass_angle90.mdl'),
1475 ('models/props_phx/construct/glass/glass_curve180x1.mdl'),
1476 ('models/props_phx/construct/glass/glass_curve180x2.mdl'),
1477 ('models/props_phx/construct/glass/glass_curve360x1.mdl'),
1478 ('models/props_phx/construct/glass/glass_curve360x2.mdl'),
1479 ('models/props_phx/construct/glass/glass_curve90x1.mdl'),
1480 ('models/props_phx/construct/glass/glass_curve90x2.mdl'),
1481 ('models/props_phx/construct/glass/glass_dome180.mdl'),
1482 ('models/props_phx/construct/glass/glass_dome360.mdl'),
1483 ('models/props_phx/construct/glass/glass_dome90.mdl'),
1484 ('models/props_phx/construct/glass/glass_plate1x1.mdl'),
1485 ('models/props_phx/construct/glass/glass_plate1x2.mdl'),
1486 ('models/props_phx/construct/glass/glass_plate2x2.mdl'),
1487 ('models/props_phx/construct/glass/glass_plate2x4.mdl'),
1488 ('models/props_phx/construct/glass/glass_plate4x4.mdl'),
1489 ('models/props_phx/construct/metal_angle180.mdl'),
1490 ('models/props_phx/construct/metal_angle360.mdl'),
1491 ('models/props_phx/construct/metal_angle90.mdl'),
1492 ('models/props_phx/construct/metal_dome180.mdl'),
1493 ('models/props_phx/construct/metal_dome360.mdl'),
1494 ('models/props_phx/construct/metal_dome90.mdl'),
1495 ('models/props_phx/construct/metal_plate1.mdl'),
1496 ('models/props_phx/construct/metal_plate1x2.mdl'),
1497 ('models/props_phx/construct/metal_plate1x2_tri.mdl'),
1498 ('models/props_phx/construct/metal_plate1_tri.mdl'),
1499 ('models/props_phx/construct/metal_plate2x2.mdl'),
1500 ('models/props_phx/construct/metal_plate2x2_tri.mdl'),
1501 ('models/props_phx/construct/metal_plate2x4.mdl'),
1502 ('models/props_phx/construct/metal_plate2x4_tri.mdl'),
1503 ('models/props_phx/construct/metal_plate4x4.mdl'),
1504 ('models/props_phx/construct/metal_plate4x4_tri.mdl'),
1505 ('models/props_phx/construct/metal_plate_curve.mdl'),
1506 ('models/props_phx/construct/metal_plate_curve180.mdl'),
1507 ('models/props_phx/construct/metal_plate_curve180x2.mdl'),
1508 ('models/props_phx/construct/metal_plate_curve2.mdl'),
1509 ('models/props_phx/construct/metal_plate_curve2x2.mdl'),
1510 ('models/props_phx/construct/metal_plate_curve360.mdl'),
1511 ('models/props_phx/construct/metal_plate_curve360x2.mdl'),
1512 ('models/props_phx/construct/metal_plate_pipe.mdl'),
1513 ('models/props_phx/construct/metal_tube.mdl'),
1514 ('models/props_phx/construct/metal_tubex2.mdl'),
1515 ('models/props_phx/construct/metal_wire1x1.mdl'),
1516 ('models/props_phx/construct/metal_wire1x1x1.mdl'),
1517 ('models/props_phx/construct/metal_wire1x1x2.mdl'),
1518 ('models/props_phx/construct/metal_wire1x1x2b.mdl'),
1519 ('models/props_phx/construct/metal_wire1x2.mdl'),
1520 ('models/props_phx/construct/metal_wire1x2b.mdl'),
1521 ('models/props_phx/construct/metal_wire1x2x2b.mdl'),
1522 ('models/props_phx/construct/metal_wire2x2.mdl'),
1523 ('models/props_phx/construct/metal_wire2x2b.mdl'),
1524 ('models/props_phx/construct/metal_wire2x2x2b.mdl'),
1525 ('models/props_phx/construct/metal_wire_angle180x1.mdl'),
1526 ('models/props_phx/construct/metal_wire_angle180x2.mdl'),
1527 ('models/props_phx/construct/metal_wire_angle360x1.mdl'),
1528 ('models/props_phx/construct/metal_wire_angle360x2.mdl'),
1529 ('models/props_phx/construct/metal_wire_angle90x1.mdl'),
1530 ('models/props_phx/construct/metal_wire_angle90x2.mdl'),
1531 ('models/props_phx/construct/plastic/plastic_angle_360.mdl'),
1532 ('models/props_phx/construct/windows/window1x1.mdl'),
1533 ('models/props_phx/construct/windows/window1x2.mdl'),
1534 ('models/props_phx/construct/windows/window2x2.mdl'),
1535 ('models/props_phx/construct/windows/window2x4.mdl'),
1536 ('models/props_phx/construct/windows/window4x4.mdl'),
1537 ('models/props_phx/construct/windows/window_angle180.mdl'),
1538 ('models/props_phx/construct/windows/window_angle360.mdl'),
1539 ('models/props_phx/construct/windows/window_angle90.mdl'),
1540 ('models/props_phx/construct/windows/window_curve180x1.mdl'),
1541 ('models/props_phx/construct/windows/window_curve180x2.mdl'),
1542 ('models/props_phx/construct/windows/window_curve360x1.mdl'),
1543 ('models/props_phx/construct/windows/window_curve90x1.mdl'),
1544 ('models/props_phx/construct/windows/window_curve90x2.mdl'),
1545 ('models/props_phx/construct/wood/wood_angle180.mdl'),
1546 ('models/props_phx/construct/wood/wood_angle360.mdl'),
1547 ('models/props_phx/construct/wood/wood_angle90.mdl'),
1548 ('models/props_phx/construct/wood/wood_boardx1.mdl'),
1549 ('models/props_phx/construct/wood/wood_boardx2.mdl'),
1550 ('models/props_phx/construct/wood/wood_curve180x1.mdl'),
1551 ('models/props_phx/construct/wood/wood_curve180x2.mdl'),
1552 ('models/props_phx/construct/wood/wood_curve360x1.mdl'),
1553 ('models/props_phx/construct/wood/wood_curve360x2.mdl'),
1554 ('models/props_phx/construct/wood/wood_curve90x1.mdl'),
1555 ('models/props_phx/construct/wood/wood_curve90x2.mdl'),
1556 ('models/props_phx/construct/wood/wood_dome180.mdl'),
1557 ('models/props_phx/construct/wood/wood_dome360.mdl'),
1558 ('models/props_phx/construct/wood/wood_dome90.mdl'),
1559 ('models/props_phx/construct/wood/wood_panel1x1.mdl'),
1560 ('models/props_phx/construct/wood/wood_panel1x2.mdl'),
1561 ('models/props_phx/construct/wood/wood_panel2x2.mdl'),
1562 ('models/props_phx/construct/wood/wood_panel2x4.mdl'),
1563 ('models/props_phx/construct/wood/wood_panel4x4.mdl'),
1564 ('models/props_phx/construct/wood/wood_wire1x1.mdl'),
1565 ('models/props_phx/construct/wood/wood_wire1x1x1.mdl'),
1566 ('models/props_phx/construct/wood/wood_wire1x1x2.mdl'),
1567 ('models/props_phx/construct/wood/wood_wire1x1x2b.mdl'),
1568 ('models/props_phx/construct/wood/wood_wire1x2.mdl'),
1569 ('models/props_phx/construct/wood/wood_wire1x2b.mdl'),
1570 ('models/props_phx/construct/wood/wood_wire1x2x2b.mdl'),
1571 ('models/props_phx/construct/wood/wood_wire2x2.mdl'),
1572 ('models/props_phx/construct/wood/wood_wire2x2b.mdl'),
1573 ('models/props_phx/construct/wood/wood_wire2x2x2b.mdl'),
1574 ('models/props_phx/games/chess/black_bishop.mdl'),
1575 ('models/props_phx/games/chess/black_dama.mdl'),
1576 ('models/props_phx/games/chess/black_king.mdl'),
1577 ('models/props_phx/games/chess/black_knight.mdl'),
1578 ('models/props_phx/games/chess/black_pawn.mdl'),
1579 ('models/props_phx/games/chess/black_queen.mdl'),
1580 ('models/props_phx/games/chess/black_rook.mdl'),
1581 ('models/props_phx/games/chess/white_bishop.mdl'),
1582 ('models/props_phx/games/chess/white_dama.mdl'),
1583 ('models/props_phx/games/chess/white_king.mdl'),
1584 ('models/props_phx/games/chess/white_knight.mdl'),
1585 ('models/props_phx/games/chess/white_pawn.mdl'),
1586 ('models/props_phx/games/chess/white_queen.mdl'),
1587 ('models/props_phx/games/chess/white_rook.mdl'),
1588 ('models/props_phx/rt_screen.mdl'),
1589 ('models/props_rooftop/satellitedish02.mdl'),
1590 ('models/props_trainstation/bench_indoor001a.mdl'),
1591 ('models/props_trainstation/payphone001a.mdl'),
1592 ('models/props_trainstation/tracksign02.mdl'),
1593 ('models/props_trainstation/tracksign07.mdl'),
1594 ('models/props_trainstation/tracksign08.mdl'),
1595 ('models/props_trainstation/tracksign09.mdl'),
1596 ('models/props_trainstation/tracksign10.mdl'),
1597 ('models/props_trainstation/traincar_seats001.mdl'),
1598 ('models/props_trainstation/trainstation_clock001.mdl'),
1599 ('models/props_trainstation/trainstation_post001.mdl'),
1600 ('models/props_wasteland/barricade001a.mdl'),
1601 ('models/props_wasteland/barricade002a.mdl'),
1602 ('models/props_wasteland/cafeteria_table001a.mdl'),
1603 ('models/props_wasteland/controlroom_desk001a.mdl'),
1604 ('models/props_wasteland/controlroom_desk001b.mdl'),
1605 ('models/props_wasteland/controlroom_filecabinet001a.mdl'),
1606 ('models/props_wasteland/controlroom_filecabinet002a.mdl'),
1607 ('models/props_wasteland/controlroom_storagecloset001a.mdl'),
1608 ('models/props_wasteland/exterior_fence001a.mdl'),
1609 ('models/props_wasteland/exterior_fence001b.mdl'),
1610 ('models/props_wasteland/exterior_fence002a.mdl'),
1611 ('models/props_wasteland/exterior_fence002b.mdl'),
1612 ('models/props_wasteland/exterior_fence002c.mdl'),
1613 ('models/props_wasteland/exterior_fence002d.mdl'),
1614 ('models/props_wasteland/exterior_fence003a.mdl'),
1615 ('models/props_wasteland/exterior_fence003b.mdl'),
1616 ('models/props_wasteland/interior_fence001a.mdl'),
1617 ('models/props_wasteland/interior_fence001b.mdl'),
1618 ('models/props_wasteland/interior_fence001c.mdl'),
1619 ('models/props_wasteland/interior_fence001d.mdl'),
1620 ('models/props_wasteland/interior_fence001e.mdl'),
1621 ('models/props_wasteland/interior_fence001g.mdl'),
1622 ('models/props_wasteland/interior_fence002a.mdl'),
1623 ('models/props_wasteland/interior_fence002b.mdl'),
1624 ('models/props_wasteland/interior_fence002c.mdl'),
1625 ('models/props_wasteland/interior_fence002d.mdl'),
1626 ('models/props_wasteland/interior_fence002e.mdl'),
1627 ('models/props_wasteland/interior_fence002f.mdl'),
1628 ('models/props_wasteland/interior_fence003a.mdl'),
1629 ('models/props_wasteland/interior_fence003b.mdl'),
1630 ('models/props_wasteland/interior_fence003d.mdl'),
1631 ('models/props_wasteland/interior_fence003e.mdl'),
1632 ('models/props_wasteland/kitchen_counter001a.mdl'),
1633 ('models/props_wasteland/kitchen_counter001b.mdl'),
1634 ('models/props_wasteland/kitchen_counter001c.mdl'),
1635 ('models/props_wasteland/kitchen_fridge001a.mdl'),
1636 ('models/props_wasteland/kitchen_shelf001a.mdl'),
1637 ('models/props_wasteland/kitchen_shelf002a.mdl'),
1638 ('models/props_wasteland/laundry_cart001.mdl'),
1639 ('models/props_wasteland/laundry_cart002.mdl'),
1640 ('models/props_wasteland/light_spotlight01_lamp.mdl'),
1641 ('models/props_wasteland/prison_celldoor001a.mdl'),
1642 ('models/props_wasteland/prison_celldoor001b.mdl'),
1643 ('models/props_wasteland/prison_cellwindow002a.mdl'),
1644 ('models/props_wasteland/prison_heater001a.mdl'),
1645 ('models/props_wasteland/prison_shelf002a.mdl'),
1646 ('models/props_wasteland/wood_fence02a.mdl');
1647/*!40000 ALTER TABLE `pp_whitelist` ENABLE KEYS */;
1648
1649
1650-- Dumping structure for table rp_stats.rp_doordata
1651CREATE TABLE IF NOT EXISTS `rp_doordata` (
1652 `Index` int(11) NOT NULL,
1653 `Map` varchar(50) NOT NULL,
1654 `Title` varchar(50) DEFAULT NULL,
1655 `Team` varchar(50) DEFAULT NULL,
1656 `Group` varchar(50) DEFAULT NULL,
1657 `Ownable` int(1) DEFAULT NULL,
1658 `Locked` int(1) DEFAULT NULL,
1659 PRIMARY KEY (`Index`,`Map`)
1660) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1661
1662-- Dumping data for table rp_stats.rp_doordata: 659 rows
1663/*!40000 ALTER TABLE `rp_doordata` DISABLE KEYS */;
1664INSERT INTO `rp_doordata` (`Index`, `Map`, `Title`, `Team`, `Group`, `Ownable`, `Locked`) VALUES
1665 (74, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1666 (77, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1667 (262, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1668 (255, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1669 (258, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1670 (269, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1671 (257, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1672 (662, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1673 (234, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1674 (225, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1675 (224, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1676 (452, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1677 (718, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1678 (719, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 1),
1679 (657, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1680 (445, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1681 (399, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1682 (453, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1683 (51, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1684 (688, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1685 (270, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1686 (835, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 1),
1687 (218, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1688 (217, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1689 (68, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1690 (372, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1691 (371, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1692 (462, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 1),
1693 (461, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 1),
1694 (739, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1695 (53, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1696 (754, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1697 (209, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1698 (193, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1699 (192, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1700 (191, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1701 (325, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1702 (285, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 1),
1703 (230, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1704 (236, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1705 (231, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1706 (237, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1707 (252, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1708 (805, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1709 (806, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1710 (807, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1711 (811, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1712 (963, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1713 (660, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1714 (661, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1715 (914, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1716 (798, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1717 (800, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1718 (801, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1719 (531, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1720 (915, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1721 (528, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1722 (527, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1723 (532, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1724 (850, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1725 (866, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1726 (851, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1727 (230, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1728 (236, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1729 (285, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1730 (254, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1731 (231, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1732 (237, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1733 (252, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1734 (269, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1735 (268, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1736 (262, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1737 (270, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1738 (18, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1739 (21, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1740 (22, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1741 (255, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1742 (257, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1743 (258, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1744 (277, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1745 (184, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1746 (386, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1747 (388, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1748 (389, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1749 (387, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1750 (74, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1751 (77, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1752 (477, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1753 (472, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1754 (467, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1755 (382, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1756 (219, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1757 (204, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1758 (210, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1759 (36, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1760 (39, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1761 (246, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1762 (247, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1763 (677, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1764 (678, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1765 (679, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1766 (716, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1767 (61, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1768 (60, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1769 (62, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1770 (63, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1771 (64, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 1, 0),
1772 (790, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1773 (791, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1774 (869, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1775 (870, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1776 (358, 'rp_downtown_v4_exl', 'NULL', 'NULL', 'NULL', 0, 0),
1777 (843, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1778 (844, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
1779 (22, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1780 (21, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1781 (18, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1782 (270, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1783 (268, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1784 (184, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1785 (277, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1786 (254, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1787 (246, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1788 (247, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1789 (609, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1790 (610, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1791 (611, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1792 (395, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1793 (394, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1794 (450, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1795 (199, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1796 (476, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1797 (471, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1798 (62, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1799 (466, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1800 (387, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1801 (388, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1802 (386, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1803 (385, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1804 (381, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1805 (204, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1806 (219, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1807 (769, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Cinema Owner', 1, 1),
1808 (770, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Cinema Owner', 1, 1),
1809 (771, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'Cinema Owner', 1, 1),
1810 (63, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1811 (64, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1812 (68, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1813 (36, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1814 (210, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1815 (193, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1816 (192, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1817 (39, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1818 (823, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1819 (822, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1820 (361, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1821 (824, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1822 (60, 'rp_downtown_sup_b1', 'NULL', '21', 'NULL', 1, 1),
1823 (61, 'rp_downtown_sup_b1', 'NULL', '21', 'NULL', 1, 0),
1824 (451, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1825 (398, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1826 (589, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1827 (647, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1828 (648, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1829 (429, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1830 (428, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1831 (185, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1832 (66, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 1),
1833 (358, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1834 (357, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1835 (393, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1836 (676, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1837 (572, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1838 (692, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
1839 (297, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1840 (645, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1841 (404, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1842 (217, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1843 (218, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1844 (649, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 1),
1845 (711, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1846 (763, 'rp_downtown_sup_b1', 'NULL', 'NULL', 'NULL', 0, 0),
1847 (787, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1848 (786, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1849 (788, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1850 (789, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1851 (790, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1852 (791, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1853 (799, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1854 (800, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1855 (803, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1856 (804, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1857 (809, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1858 (130, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1859 (129, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1860 (143, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1861 (383, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1862 (382, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1863 (438, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1864 (137, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1865 (133, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1866 (132, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1867 (131, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1868 (454, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1869 (371, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1870 (279, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1871 (264, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1872 (270, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1873 (105, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1874 (108, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1875 (704, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
1876 (705, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
1877 (706, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
1878 (252, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1879 (253, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1880 (464, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1881 (459, 'rp_downtown_v5_exl_sup_a3', 'NULL', 'NULL', 'NULL', 1, 0),
1882 (775, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1883 (774, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1884 (770, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1885 (771, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1886 (827, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1887 (762, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1888 (759, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1889 (758, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1890 (757, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1891 (760, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1892 (761, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1893 (346, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1894 (347, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1895 (256, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1896 (342, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1897 (250, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1898 (235, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1899 (241, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1900 (77, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1901 (109, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1902 (105, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1903 (104, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1904 (103, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1905 (430, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1906 (435, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1907 (354, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1908 (353, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1909 (409, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1910 (80, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1911 (222, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1912 (223, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1913 (224, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1914 (101, 'rp_downtown_sup_b2', 'NULL', '21', 'NULL', 1, 0),
1915 (102, 'rp_downtown_sup_b2', 'NULL', '21', 'NULL', 1, 0),
1916 (115, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1917 (780, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1918 (674, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
1919 (675, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
1920 (676, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
1921 (806, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1922 (807, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1923 (741, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 1),
1924 (576, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1925 (577, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1926 (595, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1927 (596, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1928 (756, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1929 (540, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1930 (531, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1931 (813, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1932 (490, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1933 (151, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1934 (150, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1935 (411, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1936 (410, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 1),
1937 (597, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 1),
1938 (830, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1939 (258, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1940 (321, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 1),
1941 (648, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1942 (425, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 1, 0),
1943 (100, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 1),
1944 (646, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 0),
1945 (647, 'rp_downtown_sup_b2', 'NULL', 'NULL', 'NULL', 0, 1),
1946 (797, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1947 (158, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1948 (159, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1949 (163, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1950 (149, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1951 (219, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1952 (213, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1953 (228, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1954 (318, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1955 (401, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1956 (157, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1957 (200, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1958 (152, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1959 (385, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1960 (329, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1961 (330, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1962 (411, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1963 (406, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1964 (998, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1965 (997, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1966 (717, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1967 (718, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1968 (995, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1969 (996, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1970 (597, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1971 (596, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1972 (598, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1973 (599, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1974 (600, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1975 (601, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1976 (660, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1977 (609, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1978 (608, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1979 (618, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1980 (201, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1981 (202, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1982 (468, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1983 (323, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1984 (322, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1985 (747, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1986 (748, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1987 (612, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 1),
1988 (613, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'Government Personnel', 1, 0),
1989 (640, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 0, 0),
1990 (641, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 0, 0),
1991 (743, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 0, 0),
1992 (386, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1993 (549, 'rp_downtown_sup_b3', 'NULL', '19', 'NULL', 1, 0),
1994 (550, 'rp_downtown_sup_b3', 'NULL', '19', 'NULL', 1, 0),
1995 (551, 'rp_downtown_sup_b3', 'NULL', '19', 'NULL', 1, 0),
1996 (480, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1997 (513, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1998 (514, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 1, 0),
1999 (363, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 0, 1),
2000 (364, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 0, 1),
2001 (648, 'rp_downtown_sup_b3', 'NULL', 'NULL', 'NULL', 0, 0),
2002 (1017, 'rp_c18_v1', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2003 (420, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2004 (533, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2005 (556, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2006 (596, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2007 (595, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2008 (540, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2009 (600, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2010 (626, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2011 (634, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2012 (631, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2013 (630, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2014 (636, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2015 (637, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2016 (640, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2017 (618, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2018 (280, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2019 (611, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2020 (648, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2021 (647, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2022 (649, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2023 (644, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2024 (641, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2025 (642, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2026 (643, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2027 (612, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2028 (621, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2029 (622, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2030 (1049, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2031 (664, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2032 (684, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2033 (681, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2034 (685, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2035 (306, 'rp_c18_v1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2036 (335, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 0, 0),
2037 (455, 'rp_c18_v1', 'NULL', 'NULL', 'NULL', 1, 0),
2038 (525, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2039 (524, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2040 (526, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2041 (527, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2042 (528, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2043 (529, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2044 (546, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2045 (536, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2046 (586, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2047 (537, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2048 (540, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2049 (541, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2050 (670, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2051 (671, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2052 (336, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2053 (126, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2054 (127, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2055 (719, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2056 (477, 'rp_downtown_sup_b4', 'NULL', '19', 'NULL', 1, 0),
2057 (478, 'rp_downtown_sup_b4', 'NULL', '19', 'NULL', 1, 0),
2058 (479, 'rp_downtown_sup_b4', 'NULL', '19', 'NULL', 1, 0),
2059 (340, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2060 (345, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2061 (322, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2062 (447, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2063 (448, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2064 (414, 'rp_downtown_sup_b4', 'NULL', 'NULL', 'NULL', 1, 0),
2065 (525, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2066 (526, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2067 (527, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2068 (528, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2069 (530, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2070 (529, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2071 (547, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2072 (537, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2073 (538, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2074 (585, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2075 (541, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2076 (542, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2077 (478, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2078 (479, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2079 (480, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2080 (907, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2081 (906, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2082 (905, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2083 (904, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2084 (144, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2085 (143, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2086 (351, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2087 (276, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 0, 0),
2088 (193, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 0, 0),
2089 (355, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2090 (360, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2091 (667, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2092 (668, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2093 (716, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 1, 0),
2094 (893, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 0, 0),
2095 (504, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2096 (735, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2097 (734, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2098 (813, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2099 (814, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2100 (788, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2101 (787, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2102 (810, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2103 (857, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2104 (453, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2105 (206, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2106 (197, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2107 (196, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2108 (499, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2109 (500, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2110 (503, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2111 (504, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2112 (505, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2113 (509, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2114 (569, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2115 (954, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2116 (742, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2117 (744, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2118 (745, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2119 (986, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2120 (749, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2121 (633, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2122 (750, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2123 (751, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2124 (392, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2125 (755, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2126 (580, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2127 (610, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2128 (611, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2129 (612, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2130 (613, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2131 (617, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2132 (618, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2133 (616, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2134 (631, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2135 (630, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2136 (629, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2137 (795, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2138 (590, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2139 (794, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2140 (591, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2141 (587, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2142 (252, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2143 (780, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2144 (595, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2145 (603, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2146 (600, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2147 (599, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2148 (609, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2149 (605, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2150 (606, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2151 (657, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2152 (242, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2153 (278, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2154 (650, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2155 (653, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2156 (654, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2157 (856, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2158 (581, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2159 (525, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2160 (564, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2161 (565, 'rp_c18_sup_b1', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2162 (1085, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2163 (1084, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2164 (1086, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2165 (1087, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2166 (447, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 0, 0),
2167 (427, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2168 (663, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 0, 0),
2169 (200, 'rp_downtown_sup_b4a', 'NULL', 'NULL', 'NULL', 0, 0),
2170 (505, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2171 (347, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2172 (197, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2173 (198, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2174 (693, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2175 (644, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2176 (645, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2177 (526, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2178 (508, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2179 (509, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2180 (506, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2181 (507, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2182 (562, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2183 (521, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2184 (520, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2185 (517, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2186 (516, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2187 (457, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2188 (458, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2189 (459, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2190 (888, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2191 (356, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2192 (351, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2193 (846, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2194 (847, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2195 (848, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2196 (703, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2197 (849, 'rp_downtown_sup_b5', 'NULL', 'NULL', 'NULL', 1, 0),
2198 (208, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2199 (207, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2200 (874, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2201 (361, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2202 (366, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2203 (514, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2204 (515, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2205 (516, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2206 (519, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2207 (517, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2208 (518, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2209 (536, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2210 (572, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2211 (527, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2212 (526, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2213 (530, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2214 (531, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2215 (467, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2216 (468, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2217 (469, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2218 (654, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2219 (655, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2220 (357, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2221 (834, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2222 (835, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2223 (833, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2224 (832, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2225 (299, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 1),
2226 (941, 'rp_c18_sup_b1', 'NULL', 'NULL', 'NULL', 1, 0),
2227 (339, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2228 (513, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2229 (512, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2230 (456, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2231 (457, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2232 (502, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 1),
2233 (503, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 1),
2234 (340, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2235 (437, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2236 (438, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2237 (271, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2238 (272, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2239 (270, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2240 (565, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 1),
2241 (566, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2242 (650, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2243 (436, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2244 (277, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'NULL', 1, 0),
2245 (281, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2246 (278, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2247 (282, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2248 (607, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2249 (606, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2250 (605, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2251 (123, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'NULL', 1, 0),
2252 (117, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'NULL', 1, 0),
2253 (118, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'NULL', 1, 0),
2254 (663, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2255 (664, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2256 (693, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2257 (695, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2258 (696, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2259 (694, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2260 (305, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2261 (935, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2262 (936, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2263 (701, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 1),
2264 (893, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2265 (830, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2266 (558, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2267 (559, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2268 (405, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'NULL', 0, 0),
2269 (406, 'rp_downtown_v4c_v2', 'NULL', 'NULL', 'NULL', 0, 1),
2270 (511, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2271 (576, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2272 (575, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2273 (577, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2274 (580, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2275 (579, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2276 (633, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2277 (587, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2278 (588, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2279 (430, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2280 (425, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2281 (932, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2282 (713, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2283 (714, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2284 (709, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2285 (578, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2286 (591, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2287 (592, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 0),
2288 (528, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2289 (529, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2290 (530, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Cinema Owner', 1, 0),
2291 (761, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2292 (272, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2293 (271, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2294 (421, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2295 (597, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'Government Personnel', 1, 1),
2296 (892, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2297 (891, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2298 (890, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2299 (893, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2300 (369, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2301 (403, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2302 (387, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2303 (388, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2304 (409, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2305 (620, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2306 (619, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2307 (572, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2308 (573, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2309 (500, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2310 (501, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2311 (519, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2312 (520, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2313 (993, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2314 (994, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2315 (926, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2316 (927, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2317 (499, 'rp_downtown_sup_b5c_night', 'NULL', 'NULL', 'NULL', 1, 0),
2318 (285, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2319 (284, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2320 (882, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 1),
2321 (345, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 0, 0),
2322 (323, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0),
2323 (324, 'rp_downtown_sup_b5c', 'NULL', 'NULL', 'NULL', 1, 0);
2324/*!40000 ALTER TABLE `rp_doordata` ENABLE KEYS */;
2325
2326
2327-- Dumping structure for table rp_stats.rp_jobspawn
2328CREATE TABLE IF NOT EXISTS `rp_jobspawn` (
2329 `id` int(11) NOT NULL,
2330 `job` char(30) NOT NULL,
2331 `map` varchar(45) NOT NULL,
2332 `x` int(11) NOT NULL,
2333 `y` int(11) NOT NULL,
2334 `z` int(11) NOT NULL,
2335 PRIMARY KEY (`id`)
2336) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2337
2338-- Dumping data for table rp_stats.rp_jobspawn: 0 rows
2339/*!40000 ALTER TABLE `rp_jobspawn` DISABLE KEYS */;
2340/*!40000 ALTER TABLE `rp_jobspawn` ENABLE KEYS */;
2341/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
2342/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
2343/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;