· 5 years ago · Feb 25, 2020, 03:42 PM
1-- --------------------------------------------------------
2-- Host: 127.0.0.1
3-- Server version: 8.0.19 - MySQL Community Server - GPL
4-- Server OS: Win64
5-- HeidiSQL Version: 10.3.0.5771
6-- --------------------------------------------------------
7
8/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
9/*!40101 SET NAMES utf8 */;
10/*!50503 SET NAMES utf8mb4 */;
11/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
12/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
13
14-- Dumping structure for table essentialmode.items
15CREATE TABLE IF NOT EXISTS `items` (
16 `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
17 `label` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
18 `limit` int NOT NULL DEFAULT '-1',
19 `rare` int NOT NULL DEFAULT '0',
20 `can_remove` int NOT NULL DEFAULT '1',
21 `price` int NOT NULL DEFAULT '0',
22 PRIMARY KEY (`name`) USING BTREE
23) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC;
24
25-- Dumping data for table essentialmode.items: ~424 rows (approximately)
26DELETE FROM `items`;
27/*!40000 ALTER TABLE `items` DISABLE KEYS */;
28INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`, `price`) VALUES
29 ('10ctgoldchain', '10ct Gold Chain', -1, 0, 1, 0),
30 ('2ctgoldchain', '2 Carat Gold Chain', -1, 0, 1, 555),
31 ('5ctgoldchain', '5 Carat Gold Chain', -1, 0, 1, 555),
32 ('8ctgoldchain', '8 Carat Gold Chain', -1, 0, 1, 555),
33 ('9mm_rounds', '9mm Rounds', 20, 0, 1, 555),
34 ('advancedrifle', 'CTAR-21', -1, 0, 1, 0),
35 ('advfixkit', 'Advanced Repair Kit', 5, 0, 1, 555),
36 ('advlockpick', 'Advanced Lockpick', -1, 0, 1, 0),
37 ('aluminum', 'Aluminum', -1, 0, 1, 555),
38 ('appistol', 'Colt SCAMP', -1, 0, 1, 0),
39 ('arammo', 'Assault Rifle Ammo Box', 5, 0, 1, 0),
40 ('arammobox', 'Box (10 AR Mags)', -1, 0, 1, 500),
41 ('assaultrifle', 'AK 47', -1, 0, 1, 0),
42 ('assaultrifle_mk2', 'AK 47 V2', -1, 0, 1, 0),
43 ('assaultshotgun', 'UTAS UTS-15', -1, 0, 1, 0),
44 ('assaultsmg', 'Magpul PDR', -1, 0, 1, 0),
45 ('autoshotgun', 'AA-12', -1, 0, 1, 0),
46 ('baggie', 'Baggies', -1, 0, 1, 555),
47 ('Baggies', 'Baggies', -1, 0, 1, 0),
48 ('ball', 'ball', -1, 0, 1, 0),
49 ('ball_ammo', 'Baseballs', 100, 0, 1, 0),
50 ('bandage', 'Bandage', 15, 0, 1, 25),
51 ('bankidcard', 'Security Card', -1, 0, 1, 555),
52 ('bankidcard2', 'Security Card', -1, 0, 1, 0),
53 ('bankidcard3', 'Security Card', -1, 0, 1, 0),
54 ('bankidcard4', 'Security Card', -1, 0, 1, 0),
55 ('bankidcard5', 'Security Card', -1, 0, 1, 0),
56 ('bat', 'Baseball Bat', -1, 0, 1, 0),
57 ('battleaxe', 'Battle Axe', -1, 0, 1, 0),
58 ('beefjerky', 'Beef Jerky', -1, 0, 1, 9),
59 ('beer', 'Beer', -1, 0, 1, 9),
60 ('berettabox', 'Box (10 Beretta Pistols)', -1, 0, 1, 5000),
61 ('berettaweapon', 'Beretta (Class 1)', 100, 1, 1, 1200),
62 ('binoculars', 'Binoculars', -1, 0, 1, 45),
63 ('bird_crap_ammo', 'bird_crap_ammo', 100, 0, 1, 0),
64 ('bloodsample', 'Blood Sample', 1, 0, 1, 555),
65 ('blowtorch', 'Blowtorch', 2, 0, 1, 50),
66 ('bluefish', 'Bluefish', -1, 0, 1, 50),
67 ('bottle', 'Bottle', -1, 0, 1, 0),
68 ('bread', 'Bread', -1, 0, 1, 2),
69 ('breadbites', 'Bread Bites', -1, 0, 1, 15),
70 ('breadboard', 'Breadboard', -1, 0, 1, 0),
71 ('bubbletea', 'Bubble Tea', -1, 0, 1, 15),
72 ('bulletproof', 'Kevlar', 1, 0, 1, 555),
73 ('bulletsample', 'Bullet Casing', 1, 0, 1, 555),
74 ('bullpuprifle', 'Type 86-S', -1, 0, 1, 0),
75 ('bullpuprifle_mk2', 'bullpuprifle_mk2', -1, 0, 1, 0),
76 ('bullpupshotgun', 'Kel-Tec KSG', -1, 0, 1, 0),
77 ('burgermax', 'Burger Max', -1, 0, 1, 65),
78 ('bzgas', 'Bz Gas', -1, 0, 1, 0),
79 ('calculator', 'Calculator', -1, 0, 1, 75),
80 ('cannabis', 'Cannabis', -1, 0, 1, 555),
81 ('carbinerifle', 'M4A1', -1, 0, 1, 0),
82 ('carbinerifle_mk2', 'Carbine Rifle MK2', -1, 0, 1, 0),
83 ('cashews', 'Cashews', -1, 0, 1, 12),
84 ('chips', 'Potato Chips', -1, 0, 1, 8),
85 ('chocolate', 'Chocolate', -1, 0, 1, 9),
86 ('cigarette', 'Cigarette', -1, 0, 1, 25),
87 ('citizencard', 'Citizen Card', -1, 0, 1, 25),
88 ('cloth', 'Cloth', -1, 0, 1, 555),
89 ('cocacola', 'Cola', -1, 0, 1, 15),
90 ('cocainebaggy', '5G 35% Cocaine', -1, 0, 1, 555),
91 ('cocktailshaker', 'Cocktail Shaker', -1, 0, 1, 100),
92 ('combatmg', 'M249E1', -1, 0, 1, 0),
93 ('combatmg_mk2', 'M249E1 V2', -1, 0, 1, 0),
94 ('combatpdw', 'SIG Sauer MPX', -1, 0, 1, 0),
95 ('combatpdwbox', 'Box (10 MPX)', -1, 0, 1, 5000),
96 ('combatpistol', 'Sig Sauer P228', -1, 0, 1, 0),
97 ('compactlauncher', 'M79 GL', -1, 0, 1, 0),
98 ('compactrifle', 'Micro Draco AK Pistol', -1, 0, 1, 0),
99 ('copper', 'Copper', -1, 0, 1, 555),
100 ('copperingot', 'Copper Ingot', -1, 0, 1, 555),
101 ('copperore', 'Copper Ore', -1, 0, 1, 555),
102 ('cordless_drill', 'Cordless Drill', -1, 0, 1, 555),
103 ('crackbag', '5G Crack Cocaine', -1, 0, 1, 0),
104 ('credit_card', 'Credit Card', -1, 0, 1, 555),
105 ('crowbar', 'Crow Bar', -1, 0, 1, 0),
106 ('cupcake', 'Cupcake', -1, 0, 1, 15),
107 ('cutdiamond', 'Diamond', -1, 0, 1, 0),
108 ('cutemerald', 'Cut Emerald', -1, 0, 1, 555),
109 ('cutruby', 'Cut Ruby', -1, 0, 1, 555),
110 ('cutsapphire', 'Cut Sapphire', -1, 0, 1, 555),
111 ('dagger', 'Dagger', -1, 0, 1, 0),
112 ('dbshotgun', 'Zabala short-barreled Side-By-Side Shotgun', -1, 0, 1, 0),
113 ('decrypterfv2', 'Secure USB Stick', -1, 0, 1, 0),
114 ('decryptersess', 'USB Device', -1, 0, 1, 0),
115 ('decrypterv2', 'Decryption USB', -1, 0, 1, 0),
116 ('diamond', 'Diamonds', -1, 0, 1, 555),
117 ('diamondearrings', 'Diamond Earrings', -1, 0, 1, 555),
118 ('diamondnecklace', 'Diamond Necklace', -1, 0, 1, 555),
119 ('diamondring', 'Diamond Ring', -1, 0, 1, 555),
120 ('digiscanner', 'digiscanner', -1, 0, 1, 0),
121 ('disc_ammo_pistol', 'Pistol Ammo', -1, 0, 1, 0),
122 ('disc_ammo_pistol_large', 'Pistol Ammo Large', -1, 0, 1, 0),
123 ('disc_ammo_rifle', 'Rifle Ammo', -1, 0, 1, 0),
124 ('disc_ammo_rifle_large', 'Rifle Ammo Large', -1, 0, 1, 0),
125 ('disc_ammo_shotgun', 'Shotgun Shells', -1, 0, 1, 0),
126 ('disc_ammo_shotgun_large', 'Shotgun Shells Large', -1, 0, 1, 0),
127 ('disc_ammo_smg', 'SMG Ammo', -1, 0, 1, 0),
128 ('disc_ammo_smg_large', 'SMG Ammo Large', -1, 0, 1, 0),
129 ('disc_ammo_snp', 'Sniper Ammo', -1, 0, 1, 0),
130 ('disc_ammo_snp_large', 'Sniper Ammo Large', -1, 0, 1, 0),
131 ('dnaanalyzer', 'DNA Analyzer', 1, 0, 1, 555),
132 ('doubleaction', 'doubleaction', -1, 0, 1, 0),
133 ('dried_grape_ape', 'Dried Grape Ape Kush', -1, 0, 1, 555),
134 ('dried_weed', 'Dried Weed', -1, 0, 1, 555),
135 ('drill', 'Drill', -1, 0, 1, 150),
136 ('drillbit', 'Drillbit', -1, 0, 1, 25),
137 ('drugscales', 'Scales', -1, 0, 1, 555),
138 ('electronicboard', 'Electronic Board', -1, 0, 1, 0),
139 ('electronics', 'Electronics', -1, 0, 1, 555),
140 ('emeraldearrings', 'Emerald Earrings', -1, 0, 1, 555),
141 ('enemy_laser_ammo', 'enemy_laser_ammo', 100, 0, 1, 0),
142 ('energy', 'Energy Drink', 5, 0, 1, 25),
143 ('engagementring', 'Engagement Ring', -1, 0, 1, 555),
144 ('extendedmag', 'Extended Mag', -1, 0, 1, 555),
145 ('fanta', 'Fanta', -1, 0, 1, 9),
146 ('fireextinguisher', 'Fire Extinguisher', -1, 0, 1, 0),
147 ('fireextinguisher_ammo', 'fireextinguisher_ammo', 100, 0, 1, 0),
148 ('firework', 'Firework', -1, 0, 1, 0),
149 ('firingpin', 'Firing Pin', -1, 0, 1, 555),
150 ('firstaid', 'First-Aid Kit', 10, 0, 1, 555),
151 ('fish', 'Fish', 100, 0, 1, 555),
152 ('fishbait', 'Fish Bait', 30, 0, 1, 555),
153 ('fishingknife', 'Fishing Knife', -1, 0, 1, 125),
154 ('fishingrod', 'Fishing Rod', 2, 0, 1, 50),
155 ('fixkit', 'Basic Repair Kit', 5, 0, 1, 150),
156 ('flare', 'Flare', -1, 0, 1, 0),
157 ('flare_ammo', 'Flares', 100, 0, 1, 0),
158 ('flaregun', 'Flare Gun', -1, 0, 1, 0),
159 ('flashlight', 'Flashlight', -1, 0, 1, 0),
160 ('fountaindrink', 'Fountain Drink', -1, 0, 1, 15),
161 ('gameboy', 'gameboy', -1, 0, 1, 0),
162 ('garbagebag', 'garbagebag', -1, 0, 1, 0),
163 ('glass', 'Glass', -1, 0, 1, 555),
164 ('glockbox', 'Box (10 Glock 17)', -1, 0, 1, 5000),
165 ('gold', 'Gold Bar', -1, 0, 1, 555),
166 ('goldingot', 'Gold Ingot', -1, 0, 1, 0),
167 ('goldore', 'Gold Ore', -1, 0, 1, 555),
168 ('goldring', 'Gold Ring', -1, 0, 1, 555),
169 ('golfclub', 'Golf Club', -1, 0, 1, 0),
170 ('grape_ape_canabis', 'Grape Ape Cannabis', -1, 0, 1, 555),
171 ('grape_ape_kush', 'Grape Ape Kush', -1, 0, 1, 555),
172 ('grapperaisin', 'Bunch of grapes', 5, 0, 1, 555),
173 ('grenade', 'grenade', -1, 0, 1, 0),
174 ('grenadelauncher', 'Milkor MGL', -1, 0, 1, 0),
175 ('grenadelauncher_ammo', 'grenadelauncher_ammo', 100, 0, 1, 0),
176 ('grenadelauncher_smoke_ammo', 'grenadelauncher_smoke_ammo', 100, 0, 1, 0),
177 ('grip', 'Poignée', -1, 0, 1, 0),
178 ('gunbox', 'Gun Box', -1, 0, 1, 0),
179 ('gundealerkit', 'Weapons Kit', -1, 0, 1, 20000),
180 ('gunsafe', 'Gun Safe', -1, 0, 1, 0),
181 ('gusenberg', 'M1928A1 Thompson SMG', -1, 0, 1, 0),
182 ('gzgas_ammo', 'gzgas_ammo', 100, 0, 1, 0),
183 ('hammer', 'Hammer', -1, 0, 1, 0),
184 ('handcuffs', 'handcuffs', -1, 0, 1, 0),
185 ('hatchet', 'hatchet', -1, 0, 1, 0),
186 ('heartstopper', 'Heart Stopper', 5, 0, 1, 70),
187 ('heavyarmor', 'Heavy Body Armor', 3, 0, 1, 0),
188 ('heavydutybag', 'Heavy Duty Bag', 1, 0, 1, 0),
189 ('heavypistol', 'EWB 1911', -1, 0, 1, 0),
190 ('heavyshotgun', 'Saiga-12K', -1, 0, 1, 0),
191 ('heavysilencer', 'Heavy Silencer', -1, 0, 1, 0),
192 ('heavysniper', 'M107', -1, 0, 1, 0),
193 ('heavysniper_mk2', 'M107 V2', -1, 0, 1, 0),
194 ('highgradefemaleseed', 'Female Seed+', -1, 0, 1, 555),
195 ('highgradefert', 'Fertilizer+', -1, 0, 1, 80),
196 ('highgrademaleseed', 'Male Seed+', -1, 0, 1, 555),
197 ('highgradeweed40z', '4oz Grape Ape Kush', -1, 0, 1, 555),
198 ('hominglauncher', 'SA-7 Grail', -1, 0, 1, 0),
199 ('hplastic', 'Hardened Plastic', -1, 0, 1, 0),
200 ('icetea', 'Ice Tea', 5, 0, 1, 17),
201 ('idcard', 'Identity Card', -1, 0, 1, 0),
202 ('ifak', 'IFAK', -1, 0, 1, 250),
203 ('ironingot', 'Iron Ingot', -1, 0, 1, 555),
204 ('ironore', 'Iron Ore', -1, 0, 1, 555),
205 ('jewelrybox', 'Jewelry Box', -1, 0, 1, 0),
206 ('jewelryweldingtool', 'Jewerly Welding Tool', -1, 0, 1, 500),
207 ('joint', 'Joint', -1, 0, 1, 555),
208 ('joint_grape_ape_kush', 'Blunt', -1, 0, 1, 555),
209 ('kawaiicola', 'Kawaii Cola', -1, 0, 1, 15),
210 ('knife', 'Knife', -1, 0, 1, 0),
211 ('knuckle', 'Knuckledusters', -1, 0, 1, 0),
212 ('lemonade', 'Lemonade', -1, 0, 1, 10),
213 ('licenseplate', 'License Plate', -1, 0, 1, 0),
214 ('lightarmor', 'Light Body Armor', 3, 0, 1, 0),
215 ('lighter', 'Lighter', -1, 0, 1, 30),
216 ('lockpick', 'Lockpick', -1, 0, 1, 0),
217 ('lootbox', 'SVRP Loot Crate', -1, 0, 1, 0),
218 ('lotteryticket', 'Lottery Ticket', -1, 0, 1, 50),
219 ('lowgradefemaleseed', 'Female Seed', -1, 0, 1, 555),
220 ('lowgradefert', 'Fertilizer', -1, 0, 1, 45),
221 ('lowgrademaleseed', 'Male Seed', -1, 0, 1, 555),
222 ('luxurybox', 'Luxury Box', -1, 0, 1, 0),
223 ('machete', 'machete', -1, 0, 1, 0),
224 ('machinepistol', 'EC-9', -1, 0, 1, 0),
225 ('marksmanpistol', 'Thompson-Center Contender G2', -1, 0, 1, 0),
226 ('marksmanrifle', 'M39 EMR', -1, 0, 1, 0),
227 ('marksmanrifle_mk2', 'M39 EMR V2', -1, 0, 1, 0),
228 ('meat', 'Meat', -1, 0, 1, 45),
229 ('meatfree', 'Meat Free', 5, 0, 1, 40),
230 ('medarmor', 'Medium Body Armor', 3, 0, 1, 0),
231 ('medkit', 'Medkit', 5, 0, 1, 555),
232 ('metal', 'Metal', -1, 0, 1, 555),
233 ('mg', 'PKP Pecheneg', -1, 0, 1, 0),
234 ('mg_ammo', 'MG Ammo', 100, 0, 1, 0),
235 ('mgammo', 'Maching Gun Ammo Box', 5, 0, 1, 0),
236 ('microsmg', 'Micro SMG', -1, 0, 1, 0),
237 ('microsmgbox', 'Box (10 Mini Uzi)', -1, 0, 1, 5000),
238 ('milkshake', 'Milkshake', -1, 0, 1, 35),
239 ('minigun', 'minigun', -1, 0, 1, 0),
240 ('minigun_ammo', 'Minigun Ammo', 100, 0, 1, 0),
241 ('minismg', 'Skorpion Vz. 61', -1, 0, 1, 0),
242 ('miniuziweapon', 'Mini Uzi (Class 3)', -1, 0, 1, 5000),
243 ('molotov', 'Molotov Cocktail', -1, 0, 1, 0),
244 ('molotov_ammo', 'molotov_ammo', 100, 0, 1, 0),
245 ('moneyshot', 'Money Shot', 5, 0, 1, 40),
246 ('mpxweapon', 'MPX (Class 2)', -1, 0, 1, 5000),
247 ('musket', 'Brown Bess', -1, 0, 1, 0),
248 ('nightstick', 'ASP Baton', -1, 0, 1, 0),
249 ('nightvision', 'Night Vision', -1, 0, 1, 0),
250 ('nitrocannister', 'Car Nitro', -1, 0, 1, 555),
251 ('oxycutter', 'Plasma Torch', -1, 0, 1, 0),
252 ('oxygentank', 'Scuba Tank', -1, 0, 1, 0),
253 ('oxytablets', 'Oxy 100MG', -1, 0, 1, 0),
254 ('ozcocaine', 'O\' of Cocaine', -1, 0, 1, 555),
255 ('pacificidcard', 'Pacific ID', -1, 0, 1, 0),
256 ('packaged_chicken', 'Cluckin\' Bell Chicken', 20, 0, 1, 555),
257 ('pammo', 'Pistol Ammo Box', 5, 0, 1, 0),
258 ('pammobox', 'Box (10 Pistol Clips)', -1, 0, 1, 1250),
259 ('pancakeegg', 'Pancake & Egg', -1, 0, 1, 35),
260 ('parachute', 'Parachute', -1, 0, 1, 0),
261 ('pepsi', 'Pepsi', -1, 0, 1, 15),
262 ('petrolcan', 'Petrol Can', -1, 0, 1, 0),
263 ('phone', 'iPhone', -1, 0, 1, 200),
264 ('pickaxe', 'Pickaxe', -1, 0, 1, 50),
265 ('pipebomb', 'Pipe Bomb', -1, 0, 1, 0),
266 ('pistol', 'Colt M1911', -1, 0, 1, 0),
267 ('pistol_ammo', 'Pistol Ammo', 100, 0, 1, 0),
268 ('pistol_mk2', 'Sig Sauer P226', -1, 0, 1, 0),
269 ('pistol50', 'Desert Eagle', -1, 0, 1, 0),
270 ('pistolframes', 'Box (10 Pistol Frames)', -1, 0, 1, 2000),
271 ('pistolpins', 'Box (10 Pistol Pins)', -1, 0, 1, 2000),
272 ('pistoltriggers', 'Box (10 Pistol Triggers)', -1, 0, 1, 2000),
273 ('pizzaslice', 'Pizza Slice', -1, 0, 1, 35),
274 ('pizzatime', 'Pizza', -1, 0, 1, 555),
275 ('plane_rocket_ammo', 'plane_rocket_ammo', 100, 0, 1, 0),
276 ('plantpot', 'Plant Pot', -1, 0, 1, 555),
277 ('plastic', 'Plastic', -1, 0, 1, 555),
278 ('plastic_bag', 'Plastic Bag', -1, 0, 1, 555),
279 ('player_laser_ammo', 'player_laser_ammo', 100, 0, 1, 0),
280 ('playersafe', 'House Stash', -1, 0, 1, 0),
281 ('playersafe1', 'Safe Tier I', 1, 0, 1, 0),
282 ('playersafe2', 'Safe Tier 2', 1, 0, 1, 0),
283 ('playersafe3', 'Safe Tier 3', 1, 0, 1, 0),
284 ('playersafe4', 'Safe Tier 4', 1, 0, 1, 0),
285 ('playersafe5', 'Safe Tier 5', 1, 0, 1, 0),
286 ('playersafe6', 'Safe Tier 6', 1, 0, 1, 0),
287 ('poolcue', 'pool cue', -1, 0, 1, 0),
288 ('processedfish', 'Processed Fish', -1, 0, 1, 250),
289 ('proxmine', 'Proxmine Mine', -1, 0, 1, 0),
290 ('psp', 'PSP', -1, 0, 1, 0),
291 ('pumpshotgun', 'Remington 870', -1, 0, 1, 0),
292 ('pumpshotgun_mk2', 'pumpshotgun_mk2', -1, 0, 1, 0),
293 ('radio', 'Radio', -1, 0, 1, 1000),
294 ('railgun', 'railgun', -1, 0, 1, 0),
295 ('raluminum', 'Refined Aluminum', -1, 0, 1, 0),
296 ('ramen', 'Ramen', -1, 0, 1, 35),
297 ('redgull', 'Redbull', -1, 0, 1, 555),
298 ('remotesniper', 'Remote Sniper', -1, 0, 1, 0),
299 ('repairkit', 'Advanced Repair Kit', 5, 0, 1, 555),
300 ('resourcebox', 'Resource Box', -1, 0, 1, 0),
301 ('revolver', 'Taurus Raging Bull', -1, 0, 1, 0),
302 ('revolver_mk2', 'Taurus Raging Bull V2', -1, 0, 1, 0),
303 ('rglass', 'Refined Glass', -1, 0, 1, 0),
304 ('rifle_ammo', 'Rifle Ammo', 100, 0, 1, 0),
305 ('riflebarrels', 'Box (10 Rifle Barrels)', -1, 0, 1, 35000),
306 ('riflebodies', 'Box (10 Rifle Bodies)', -1, 0, 1, 35000),
307 ('riflepins', 'Box (10 Rifle Pins)', -1, 0, 1, 35000),
308 ('riflestocks', 'Box (10 Rifle Stocks)', -1, 0, 1, 35000),
309 ('rifletriggers', 'Box (10 Rifle Triggers)', -1, 0, 1, 35000),
310 ('rmetal', 'Refined Metal', -1, 0, 1, 0),
311 ('rolex', 'Rolex Watch', -1, 0, 1, 0),
312 ('rollingpapers', 'Rolling Paper', -1, 0, 1, 100),
313 ('rose', 'Rose', -1, 0, 1, 15),
314 ('rpg', 'RPG-7', -1, 0, 1, 0),
315 ('rpg_ammo', 'RPG Ammo', 100, 0, 1, 0),
316 ('rrubber', 'Refined Rubber', -1, 0, 1, 0),
317 ('rscraps', 'Refined Scraps', -1, 0, 1, 0),
318 ('rubber', 'Rubber', -1, 0, 1, 555),
319 ('rubyearrings', 'Ruby Earrings', -1, 0, 1, 555),
320 ('rubyring', 'Ruby Ring', -1, 0, 1, 555),
321 ('rumandcoke', 'Rum N Coke', -1, 0, 1, 25),
322 ('rwire', 'Refined Wire', -1, 0, 1, 0),
323 ('sandwich', 'Sandwich', -1, 0, 1, 15),
324 ('saphireearrings', 'Sapphire Earrings', -1, 0, 1, 555),
325 ('sawnoffshotgun', 'Mossberg 500', -1, 0, 1, 0),
326 ('scraps', 'Scraps', -1, 0, 1, 555),
327 ('sgammo', 'Shotgun Ammo Box', 5, 0, 1, 0),
328 ('sgshellbox', 'Box (10 Shotgun Shells)', -1, 0, 1, 500),
329 ('shark', 'Shark', -1, 0, 1, 555),
330 ('sheriffda', 'Sheriff Colt M1892 38', -1, 0, 1, 0),
331 ('shotgun_ammo', 'Shotgun Ammo', 100, 0, 1, 0),
332 ('shotgun_shells', 'Shotgun Shells', 20, 0, 1, 0),
333 ('shotgunbarrels', 'Box (10 Shotgun Barrels)', -1, 0, 1, 40000),
334 ('shotgunbodies', 'Box (10 Shotgun Bodies)', -1, 0, 1, 40000),
335 ('shotgunbox', 'Box (10 Mossberg 590)', -1, 0, 1, 40000),
336 ('shotgunpins', 'Box (10 Shotgun Pins)', -1, 0, 1, 40000),
337 ('shotguntriggers', 'Box (10 Shotgun Triggers)', -1, 0, 1, 40000),
338 ('shrimp', 'Shrimp', 10, 0, 1, 35),
339 ('silencer', 'Silencer', -1, 0, 1, 0),
340 ('silveringot', 'Silver Ingot', -1, 0, 1, 555),
341 ('silverore', 'Silver Ore', -1, 0, 1, 555),
342 ('silverring', 'Silver Ring', -1, 0, 1, 555),
343 ('sim', 'Sim', -1, 0, 1, 0),
344 ('slaughtered_chicken', 'Slaughtered Chicken', 10, 0, 1, 555),
345 ('smallscale', 'Small Scale', -1, 0, 1, 250),
346 ('smeltingtongs', 'Smelting Tongs', 5, 0, 1, 175),
347 ('smg', 'MP5A3', -1, 0, 1, 0),
348 ('smg_ammo', 'SMG Ammo', 100, 0, 1, 0),
349 ('smg_mk2', 'MP5A3 V2', -1, 0, 1, 0),
350 ('smgammo', 'SMG Ammo X30', 5, 0, 1, 50),
351 ('smgammobox', 'Box (10 SMG Magazines)', -1, 0, 1, 500),
352 ('smgbarrels', 'Box (10 SMG Barrels)', -1, 0, 1, 35000),
353 ('smgbodies', 'Box (10 SMG Bodies)', -1, 0, 1, 35000),
354 ('smgpins', 'Box (10 SMG Pins)', -1, 0, 1, 35000),
355 ('smgstocks', 'Box (10 SMG Stocks)', -1, 0, 1, 35000),
356 ('smgtriggers', 'Box (10 SMG Triggers)', -1, 0, 1, 35000),
357 ('smokegrenade', 'smoke grenade', -1, 0, 1, 0),
358 ('smokegrenade_ammo', 'smokegrenade_ammo', 100, 0, 1, 0),
359 ('sniper_ammo', 'Sniper Ammo', 100, 0, 1, 0),
360 ('sniper_remote_ammo', 'Sniper Remote Ammo', 100, 0, 1, 0),
361 ('sniperrifle', 'PSG-1', -1, 0, 1, 0),
362 ('snowball', 'Snow Ball', -1, 0, 1, 0),
363 ('snspistol', 'H&K P7', -1, 0, 1, 0),
364 ('snspistol_mk2', 'H&K P7 V2', -1, 0, 1, 0),
365 ('space_rocket_ammo', 'space_rocket_ammo', 100, 0, 1, 0),
366 ('spaghetti', 'Spaghetti', -1, 0, 1, 35),
367 ('specialcarbine', 'H&K G36C', -1, 0, 1, 0),
368 ('specialcarbine_mk2', 'H&K G36C V2', -1, 0, 1, 0),
369 ('stashsafe', 'Commercial Stash', -1, 0, 1, 0),
370 ('steaknfries', 'Steak n Fries', -1, 0, 1, 35),
371 ('steel', 'Steel', -1, 0, 1, 555),
372 ('stickybomb', 'Sticky Bomb', -1, 0, 1, 0),
373 ('stickybomb_ammo', 'stickybomb_ammo', 100, 0, 1, 0),
374 ('stinger', 'stinger', -1, 0, 1, 0),
375 ('stinger_ammo', 'stinger_ammo', 100, 0, 1, 0),
376 ('stone', 'Stone', 40, 0, 1, 555),
377 ('stungun', 'X26 Taser', -1, 0, 1, 0),
378 ('stungun_ammo', 'Stungun Ammo', 100, 0, 1, 0),
379 ('svrp', 'Salubrious Vanadium Redshift Proton', -1, 0, 1, 99999),
380 ('switchblade', 'Switchblade', -1, 0, 1, 0),
381 ('tablet', 'Tablet', 5, 0, 1, 555),
382 ('tank_ammo', 'tank_ammo', 100, 0, 1, 0),
383 ('thebleeder', 'The Bleeder', 5, 0, 1, 60),
384 ('thermite', 'Thermite', -1, 0, 1, 0),
385 ('torpedo', 'Torpedo', 5, 0, 1, 50),
386 ('trimmedweed', 'Weed', 5, 0, 1, 555),
387 ('tunerchip', 'Car Tuner', 5, 0, 1, 555),
388 ('turtle', 'Sea Turtle', 3, 0, 1, 555),
389 ('umbrella', 'Umbrella', 2, 0, 1, 35),
390 ('uncutdiamond', 'Uncut Diamond', -1, 0, 1, 0),
391 ('uncutemerald', 'Uncut Emerald', -1, 0, 1, 555),
392 ('uncutruby', 'Uncut Ruby', -1, 0, 1, 555),
393 ('uncutsapphire', 'Uncut Sapphire', -1, 0, 1, 555),
394 ('valuable_goods', 'Valuable Goods', -1, 0, 1, 555),
395 ('vintagepistol', 'FN Model 1910', -1, 0, 1, 0),
396 ('vodka', 'Vodka', 5, 0, 1, 150),
397 ('vodkaenergy', 'Vodka-energy', -1, 0, 1, 25),
398 ('vodkafruitjuice', 'Vodka-fruitjuice', -1, 0, 1, 25),
399 ('washedstone', 'Washed Stone', -1, 0, 1, 555),
400 ('watch', 'Casio Watch', -1, 0, 1, 0),
401 ('water', 'Water', -1, 0, 1, 8),
402 ('WEAPON_ADVANCEDRIFLE', 'Advanced Rifle', -1, 0, 1, 0),
403 ('WEAPON_APPISTOL', 'AP Pistol', -1, 0, 1, 0),
404 ('WEAPON_ASSAULTRIFLE', 'AK-47 5.56', -1, 0, 1, 0),
405 ('weapon_ball', 'ball', -1, 0, 1, 555),
406 ('weapon_bat', 'Baseball Bat', -1, 0, 1, 555),
407 ('weapon_battleaxe', 'Battle Axe', -1, 0, 1, 555),
408 ('weapon_carbinerifle', 'PD 556 RIFLE MK2', -1, 0, 1, 300),
409 ('weapon_carbinerifle_mk2', 'SWAT 762 RIFLE MK2', -1, 0, 1, 2000),
410 ('weapon_combatpdw', 'SIG Sauer MPX', -1, 0, 1, 555),
411 ('weapon_combatpistol', 'Glock 17', -1, 0, 1, 555),
412 ('weapon_dagger', 'Dagger', -1, 0, 1, 600),
413 ('weapon_fireextinguisher', 'Fire Extinguisher', -1, 0, 1, 250),
414 ('weapon_flashlight', 'Flashlight', -1, 0, 1, 250),
415 ('weapon_golfclub', 'Golf Club', -1, 0, 1, 600),
416 ('weapon_grenadelauncher', 'Grenade Launcher', -1, 0, 1, 0),
417 ('weapon_hammer', 'Hammer', -1, 0, 1, 600),
418 ('weapon_hatchet', 'hatchet', -1, 0, 1, 600),
419 ('weapon_heavypistol', 'M1911 45', -1, 0, 1, 0),
420 ('weapon_knife', 'Knife', -1, 0, 1, 700),
421 ('weapon_knuckle', 'Knuckledusters', -1, 0, 1, 700),
422 ('weapon_machete', 'machete', -1, 0, 1, 700),
423 ('weapon_machinepistol', 'TEC-9', -1, 0, 1, 0),
424 ('weapon_microsmg', 'Mini Uzi', -1, 0, 1, 555),
425 ('weapon_minismg', 'Scorpion Vz 61', -1, 0, 1, 0),
426 ('weapon_molotov', 'Molotov', -1, 0, 1, 0),
427 ('weapon_nightstick', 'PD Nightstick', -1, 0, 1, 100),
428 ('weapon_piece', 'Weapon Component', -1, 0, 1, 0),
429 ('weapon_pistol', 'Beretta', -1, 0, 1, 0),
430 ('weapon_pistol_mk2', 'PD PISTOL', -1, 0, 1, 100),
431 ('weapon_poolcue', 'pool cue', -1, 0, 1, 555),
432 ('weapon_pumpshotgun', 'PD Shotgun', -1, 0, 1, 500),
433 ('weapon_pumpshotgun_mk2', 'PD Shotgun MK2', -1, 0, 1, 250),
434 ('weapon_raypistol', 'Dads Gun', -1, 0, 1, 0),
435 ('weapon_revolver', 'Sheriff Revolver', -1, 0, 1, 350),
436 ('weapon_sawnoffshotgun', 'Sawn-off Shotgun', -1, 0, 1, 0),
437 ('weapon_smg', 'SWAT SMG', -1, 0, 1, 1000),
438 ('weapon_snspistol', 'H&K P7', -1, 0, 1, 1500),
439 ('weapon_specialcarbine_mk2', 'Carbine MK2', -1, 0, 1, 0),
440 ('weapon_stungun', 'Stun gun', -1, 0, 1, 400),
441 ('weapon_switchblade', 'Switchblade', -1, 0, 1, 700),
442 ('weapon_wrench', 'Wrench', -1, 0, 1, 555),
443 ('weed', 'Skunky Schwag', -1, 0, 1, 555),
444 ('weed4oz', '4oz Weed', -1, 0, 1, 555),
445 ('weedbox', 'Weed Box', -1, 0, 1, 0),
446 ('whiskey', 'Whiskey', -1, 0, 1, 25),
447 ('whiskeysour', 'Whiskey-sour', -1, 0, 1, 25),
448 ('whiskycoke', 'Whiskey-coke', -1, 0, 1, 25),
449 ('wire', 'Wire', -1, 0, 1, 555),
450 ('wood', 'Wood Planks', -1, 0, 1, 555),
451 ('wrench', 'wrench', -1, 0, 1, 0),
452 ('yusuf', 'Skin de luxe', -1, 0, 1, 0);
453/*!40000 ALTER TABLE `items` ENABLE KEYS */;
454
455/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
456/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
457/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;