No description provided
sandy map
English
54
Big_Boss
The items used inside this job. AI has helped to generate these items, feel free to reach out if there any apparent issues.
INSERT INTO items (name, label, weight) VALUES
('fixkit', 'Fix Kit', 500),
('weapon_pistol', 'Pistol', 900),
('weapon_combatpistol', 'Combat Pistol', 950),
('weapon_pistol50', 'Pistol .50', 900),
('weapon_heavypistol', 'Heavy Pistol', 1100),
('weapon_stungun_mp', 'Stun Gun', 500),
('weapon_raycarbine', 'Ray Carbine', 2500),
('weapon_assaultshotgun', 'Assault Shotgun', 3000),
('weapon_assaultrifle', 'Assault Rifle', 4000),
('weapon_sniperrifle', 'Sniper Rifle', 5000),
('weapon_smokegrenade', 'Smoke Grenade', 200),
('pistol_ammo', 'Pistol Ammo', 300),
('rifle_ammo', 'Rifle Ammo', 400),
('smg_ammo', 'SMG Ammo', 300),
('shotgun_ammo', 'Shotgun Ammo', 450),
('mg_ammo', 'MG Ammo', 600),
('snp_ammo', 'Sniper Ammo', 500),
('sandwich', 'Sandwich', 200),
('snikkel_candy', 'Snikkel Candy', 50),
('twerks_candy', 'Twerks Candy', 50),
('tosti', 'Tosti', 150),
('water_bottle', 'Water Bottle', 500),
('coffee', 'Coffee', 200),
('advancedrepairkit', 'Advanced Repair Kit', 750),
('harness', 'Harness', 600),
('jerry_can', 'Jerry Can', 1200),
('tirerepairkit', 'Tire Repair Kit', 500),
('firstaid', 'First Aid Kit', 300),
('painkillers', 'Painkillers', 100),
('radio', 'Radio', 700),
('phone', 'Phone', 200),
('radioscanner', 'Radio Scanner', 600),
('armor', 'Armor', 1200),
('heavyarmor', 'Heavy Armor', 1800),
('handcuffs', 'Handcuffs', 250),
('police_stormram', 'Police Storm Ram', 6000);