0% found this document useful (0 votes)
22 views

Spawncode

Uploaded by

jpxile18i
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Spawncode

Uploaded by

jpxile18i
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 46

return {

['bandage'] = {
label = 'Bandage',
weight = 2,
allowArmed = true,
client = {
anim = { dict = 'missheistdockssetup1clipboard@idle_a', clip =
'idle_a', flag = 49 },
prop = { model = `prop_rolled_sock_02`, pos = vec3(-0.14, -0.14,
-0.08), rot = vec3(-50.0, -50.0, 0.0) },
disable = { move = true, car = true, combat = false },
usetime = 2500,
}
},

['bandage_m'] = {
label = 'Medical Bandage',
weight = 1,
stack = true,
close = true,
description = ''
},

['black_money'] = {
label = 'Dirty Money',
},

['burger'] = {
label = 'Burger',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = 'burger',
usetime = 2500,
notification = 'You ate a delicious burger'
},
},

['cola'] = {
label = 'eCola',
weight = 2,
degrade = 300,
client = {
status = { thirst = 80000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06),
rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500,
notification = 'You quenched your thirst with cola'
}
},

['parachute'] = {
label = 'Parachute',
weight = 8000,
stack = true,
client = {
anim = { dict = 'clothingshirt', clip = 'try_shirt_positive_d' },
usetime = 1500
}
},

['garbage'] = {
label = 'Garbage',
},

['paperbag'] = {
label = 'Paper Bag',
weight = 1,
stack = false,
close = false,
consume = 0
},

['identification'] = {
label = 'Identification',
},

['panties'] = {
label = 'Knickers',
weight = 10,
consume = 0,
client = {
status = { thirst = -100000, stress = -250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_cs_panties_02`, pos = vec3(0.03, 0.0,
0.02), rot = vec3(0.0, -13.5, -1.5) },
usetime = 2500,
}
},

['lockpick'] = {
label = 'Lockpick',
weight = 160,
},

['phone'] = {
label = 'Phone',
weight = 190,
stack = false,
degrade = 2880,
consume = 0,
client = {
add = function(total)
if total > 0 then
pcall(function() return
exports.npwd:setPhoneDisabled(false) end)
end
end,

remove = function(total)
if total < 1 then
pcall(function() return
exports.npwd:setPhoneDisabled(true) end)
end
end
}
},

['money'] = {
label = 'Money',
},

['mustard'] = {
label = 'Mustard',
weight = 500,
degrade = 1440,
client = {
status = { hunger = 25000, thirst = 25000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_food_mustard`, pos = vec3(0.01, 0.0, -
0.07), rot = vec3(1.0, 1.0, -1.5) },
usetime = 2500,
notification = 'You.. drank mustard'
}
},

['water'] = {
label = 'Water',
weight = 500,
degrade = 300,
client = {
status = { thirst = 80000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ld_flow_bottle`, pos = vec3(0.03, 0.03,
0.02), rot = vec3(0.0, 0.0, -1.5) },
usetime = 2500,
cancel = true,
notification = 'You drank some refreshing water'
}
},

['card_citizen'] = {
label = 'Citizen ID',
weight = 2,
stack = false,
close = true,
client = {
event = 'esx_idcard:showcard'
}
},
--
['nationalid'] = {
label = 'National Id',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: National Id',
client = {image = 'nationalid.png'}
},
['driver_license'] = {
label = 'Driver License',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: Driver License',
client = {image = 'driverlicense.png'}
},
['weaponfirearms'] = {
label = 'Weapon Firearms',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: Weapon Firearms',
client = {image = 'weaponfirearms.png'}
},
['pag-ibigid'] = {
label = 'Pag-ibig ID',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: Pag-ibig ID',
client = {image = 'pag-ibigid.png'}
},
['philhealthid'] = {
label = 'Philhealth ID',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: Philhealth ID',
client = {image = 'philhealthid.png'}
},
['tinid'] = {
label = 'Tin ID',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: Tin ID',
client = {image = 'tinid.png'}
},
['umidid'] = {
label = 'UMID ID',
weight = 0,
stack = false,
close = true,
description = 'Type of this ID card: UMID ID',
client = {image = 'umidid.png'}
},
--
['atm_card'] = {
label = 'atm card',
weight = 1,
stack = true,
close = true,
client = {
event = 'esx_banksys:bank:useItem'
}
},

['radio'] = {
label = 'Radio',
weight = 1000,
stack = false,
degrade = 4320,
allowArmed = true
},

['elec_radio'] = {
label = 'elec_radio',
weight = 1,
stack = true,
close = true,
degrade = 4320,
client = {
export = 'ac_radio.openRadio',
remove = function(total)
-- Disconnets a player from the radio when all his radio items are
removed.
if total < 1 and GetConvar('radio_noRadioDisconnect', 'true') ==
'true' then
exports.ac_radio:leaveRadio()
end
end
}
},

['safe_card'] = {
label = 'Immune Card',
weight = 1,
stack = true,
close = true,
degrade = 180,
},

['police_redbull'] = {
label = 'Police Redbull',
weight = 1,
stack = true,
close = true,
allowArmed = true,
},

['police_vicodin'] = {
label = 'Police Vicodin',
weight = 1,
stack = true,
close = true,
allowArmed = true,
},

['police_bandage'] = {
label = 'Police Bandage',
weight = 1,
stack = true,
close = true,
allowArmed = true,
},

['armour'] = {
label = 'Police Vest',
weight = 1,
stack = true,
allowArmed = true,
},

["armour_50"] = {
label = "Bulletproof 50% Vest",
weight = 1,
stack = true,
close = true,
allowArmed = true,
},

["armour_75"] = {
label = "Bulletproof 75% Vest",
weight = 1,
stack = true,
close = true,
allowArmed = true,
},

["armour_100"] = {
label = "Bulletproof 100% Vest",
weight = 1,
stack = true,
close = true,
allowArmed = true,
},

["jewelry"] = {
label = "Jewelry",
weight = 1,
stack = true,
close = true,
},

["gauze"] = {
label = "Gauze",
weight = 3,
stack = true,
close = true,
allowArmed = true,
},

["car_contract"] = {
label = "Vehicle Contract",
weight = 3,
stack = true,
close = true,
},

['clothing'] = {
label = 'Clothing',
consume = 0,
},

['mastercard'] = {
label = 'Mastercard',
stack = false,
weight = 10,
},
['scrapmetal'] = {
label = 'Scrap Metal',
weight = 80,
},

["plastic"] = {
label = "Plastic",
weight = 10,
stack = true,
close = true,
},

["blowpipe"] = {
label = "Blowtorch",
weight = 2,
stack = true,
close = true,
},

["broom"] = {
label = "Broom",
weight = 2,
stack = true,
close = true,
},

["bread"] = {
label = "Bread",
weight = 1,
stack = true,
close = true,
},

["cannabis"] = {
label = "Cannabis",
weight = 3,
stack = true,
close = true,
},

["carokit"] = {
label = "Body Kit",
weight = 3,
stack = true,
close = true,
},

["carotool"] = {
label = "Tools",
weight = 2,
stack = true,
close = true,
},

["clothe"] = {
label = "Cloth",
weight = 1,
stack = true,
close = true,
},

["diamond"] = {
label = "Diamond",
weight = 1,
stack = true,
close = true,
},

["essence"] = {
label = "Gas",
weight = 1,
stack = true,
close = true,
},

["fabric"] = {
label = "Fabric",
weight = 1,
stack = true,
close = true,
},

["fish"] = {
label = "Fish",
weight = 1,
stack = true,
close = true,
},

["fixkit"] = {
label = "Repair Kit",
weight = 3,
stack = true,
close = true,
},

["fixtool"] = {
label = "Repair Tools",
weight = 2,
stack = true,
close = true,
},

["gazbottle"] = {
label = "Gas Bottle",
weight = 2,
stack = true,
close = true,
},

["marijuana"] = {
label = "Marijuana",
weight = 2,
stack = true,
close = true,
},

["medkit"] = {
label = "Medkit",
weight = 2,
stack = true,
close = true,
},

["packaged_chicken"] = {
label = "Chicken fillet",
weight = 1,
stack = true,
close = true,
},

["packaged_plank"] = {
label = "Packaged wood",
weight = 1,
stack = true,
close = true,
},

["petrol"] = {
label = "Oil",
weight = 1,
stack = true,
close = true,
},

["petrol_raffin"] = {
label = "Processed oil",
weight = 1,
stack = true,
close = true,
},

["slaughtered_chicken"] = {
label = "Slaughtered chicken",
weight = 1,
stack = true,
close = true,
},

["stone"] = {
label = "Stone",
weight = 1,
stack = true,
close = true,
},

["washed_stone"] = {
label = "Washed stone",
weight = 1,
stack = true,
close = true,
},

["wool"] = {
label = "Wool",
weight = 1,
stack = true,
close = true,
},
---------------POPO
["pol_coin"] = {
label = "Police Coin",
weight = 1,
stack = true,
close = true,
},
---------------ILLEGAL-------------
['lockpick_1'] = {
label = 'Lockpick',
weight = 1,
stack = true,
close = true,
description = ''
},
['usb_li'] = {
label = 'Illegal USB',
weight = 10,
stack = true,
close = true,
--degrade = 2880,
},
['drop_flarev2'] = {
label = 'Flare Loot',
weight = 1,
stack = true,
},

['thermal_charge'] = {
label = 'Thermal Charge',
weight = 1,
stack = true,
close = true,
description = ''
},
['laptop_h'] = {
label = 'Laptop Hacker',
weight = 1,
stack = true,
close = true,
description = ''
},
['drill'] = {
label = 'yacht drill',
weight = 1,
stack = true,
close = true,
description = nil
},
---------------ILLEGAL-------------

["medikit"] = {
label = "Medikit",
weight = 2,
stack = true,
close = true,
},
---------------GRINDINGS-------------
['cir_board'] = {
label = 'Circuit Board',
weight = 1,
stack = true,
close = true,
description = ''
},
['wires'] = {
label = 'Wires',
weight = 1,
stack = true,
close = true,
description = ''
},
--collect
['milk'] = {
label = 'Milk',
weight = 1,
stack = true,
close = true,
description = ''
},
['cu_waste'] = {
label = 'Copper Waste',
weight = 1,
stack = true,
close = true,
description = ''
},
['coal'] = {
label = 'Coal',
weight = 1,
stack = true,
close = true,
description = ''
},
['alive_chicken'] = {
label = 'Alive Chicken',
weight = 1,
stack = true,
close = true,
description = ''
},
['wood'] = {
label = 'Wood',
weight = 1,
stack = true,
close = true,
description = ''
},
['raw_gold'] = {
label = 'Gold Nuggets',
weight = 5,
stack = true,
close = true,
description = nil
},
['raw_silver'] = {
label = 'Silver Nuggets',
weight = 5,
stack = true,
close = true,
description = nil
},
['raw_iron'] = {
label = 'Iron Nuggets',
weight = 5,
stack = true,
close = true,
description = nil
},
['gold'] = {
label = 'Gold',
weight = 25,
stack = true,
close = true,
description = nil
},
['silver'] = {
label = 'Silver',
weight = 25,
stack = true,
close = true,
description = nil
},
['iron'] = {
label = 'Iron',
weight = 25,
stack = true,
close = true,
description = nil
},
['scrap'] = {
label = 'scrap metal',
weight = 1,
stack = true,
close = true,
description = nil
},
['opium_pooch'] = {
label = 'bag of opium',
weight = 28,
stack = true,
close = true,
description = nil
},
['weed_pooch'] = {
label = 'bag of weeds',
weight = 28,
stack = true,
close = true,
description = nil
},
['coke_pooch'] = {
label = 'bag of cocaine',
weight = 28,
stack = true,
close = true,
description = nil
},
['meth_pooch'] = {
label = 'bag of meth',
weight = 28,
stack = true,
close = true,
description = nil
},
--pro
['milk_package'] = {
label = 'packaged milk',
weight = 20,
stack = true,
close = true,
description = nil
},
['copper'] = {
label = 'Copper',
weight = 1,
stack = true,
close = true,
description = ''
},
['gunpowder'] = {
label = 'Gun powder',
weight = 1,
stack = true,
close = true,
description = nil
},
['packaged_chicken'] = {
label = 'chicken fillet',
weight = 1,
stack = true,
close = true,
description = ''
},
['farm_gold_pure'] = {
label = 'Gold Bar',
weight = 25,
stack = true,
close = true,
description = nil
},
['cutted_wood'] = {
label = 'Cut Wood',
weight = 1,
stack = true,
close = true,
description = ''
},
['plain_iron'] = {
label = 'Plain Iron',
weight = 10,
stack = true,
close = true,
description = nil
},
['raw_meat'] = {
label = 'Raw Meat',
weight = 1,
stack = true,
close = true,
description = ''
},
['raw_pork'] = {
label = 'Raw Pork',
weight = 1,
stack = true,
close = true,
description = ''
},
['meat'] = {
label = 'Fresh Meat',
weight = 1,
stack = true,
close = true,
description = ''
},
['pork'] = {
label = 'Fresh Pork',
weight = 1,
stack = true,
close = true,
description = ''
},
['opium'] = {
label = 'opium',
weight = 1,
stack = true,
close = true,
description = nil
},
['coke'] = {
label = 'cocoa leaves',
weight = 1,
stack = true,
close = true,
description = nil
},
['meth'] = {
label = 'meth (1g)',
weight = 1,
stack = true,
close = true,
description = nil
},
['weed'] = {
label = 'Weed',
weight = 1,
stack = true,
close = true,
description = ''
},
---------------GRINDINGS-------------
['pol_reportfiles'] = {
label = 'Police Report Files',
weight = 1,
stack = true,
close = true,
},
['pol_proreport'] = {
label = 'Police Approved Files',
weight = 1,
stack = true,
close = true,
},
['job_paper'] = {
label = 'Papers',
weight = 1,
stack = true,
close = true,
},
---------------SMALLSTORE
['eat_chippy'] = {
label = 'Chippy',
weight = 2,
degrade = 15,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_kitkat'] = {
label = 'Kitkat',
weight = 2,
degrade = 15,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_siopao'] = {
label = 'Siopao',
weight = 2,
degrade = 15,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_sky_flakes'] = {
label = 'Skyflakes',
weight = 2,
degrade = 15,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_tuna_sandwich'] = {
label = 'Tuna Sandwhich',
weight = 2,
degrade = 15,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},

['drink_c2'] = {
label = 'C2',
weight = 2,
degrade = 15,
client = {
status = { thirst = 80000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06),
rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500
}
},
['drink_cocacola'] = {
label = 'Coke Cola',
weight = 2,
degrade = 15,
client = {
status = { thirst = 80000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06),
rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500
}
},
['drink_coconut_juice'] = {
label = 'Coconut Juice',
weight = 2,
degrade = 15,
client = {
status = { thirst = 80000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06),
rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500
}
},
['drink_root_beer'] = {
label = 'Root Beer',
weight = 2,
degrade = 15,
client = {
status = { thirst = 80000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = { model = `prop_ecola_can`, pos = vec3(0.01, 0.01, 0.06),
rot = vec3(5.0, 5.0, -180.5) },
usetime = 2500
}
},

--------------MECHANIC
['clean_cloth'] = {
label = 'Cleaning Cloth',
weight = 1,
stack = true,
close = true,
},
['repair_kit'] = {
label = 'Repair Kit',
weight = 1,
stack = true,
close = true,
degrade = 2160,

},
['repair_kit_1'] = {
label = 'Repair Kit',
weight = 1,
stack = true,
close = true,
},
--------------AMBULANCE
['s_pass'] = {
label = 'Surgery Pass',
weight = 1,
stack = true,
close = true,
description = 'For Whitelisted Only'
},
--------------Mech
['imp_tx'] = {
label = 'Impound Ticket',
weight = 1,
stack = true,
close = true,
description = 'Use to pay for impounded vehicles'
},
-------------SMOKE
['lighter'] = {
label = 'Lighter',
weight = 3,
stack = true,
close = true,
},

['redwcig'] = {
label = 'Red Cigarette',
weight = 3,
limit = 10,
stack = true,
close = true,
description = ''
},

['redw'] = {
label = 'Red Cigarrete Pack (20)',
weight = 3,
limit = 20,
stack = true,
close = true,
description = ''
},
['marlborocig'] = {
label = 'Maboro Cigar',
weight = 3,
limit = 10,
stack = true,
close = true,
description = ''
},

['marlboro'] = {
label = 'Maboro',
weight = 3,
limit = 20,
stack = true,
close = true,
description = ''
},

['cubancigar'] = {
label = 'Cuban Cigar',
weight = 3,
limit = 10,
stack = true,
close = true,
description = ''
},

['davidoffcigar'] = {
label = 'Davi Op',
weight = 3,
limit = 10,
stack = true,
close = true,
description = ''
},

['vape'] = {
label = 'Vape',
weight = 3,
limit = 10,
stack = true,
close = true,
description = ''
},

['bong'] = {
label = 'Bong',
weight = 3,
limit = 10,
stack = true,
close = true,
description = ''
},

['og_kush_joint'] = {
label = 'OG Kush',
weight = 3,
stack = true,
close = true,
description = ''
},

['blue_dream_joint'] = {
label = 'Blue Dream',
weight = 3,
stack = true,
close = true,
description = ''
},

['purple_haze_joint'] = {
label = 'Purple Haze',
weight = 3,
stack = true,
close = true,
description = ''
},

['banana_kush_joint'] = {
label = 'Banana Kush',
weight = 3,
stack = true,
close = true,
description = ''
},

['banana_kush_bag'] = {
label = 'Banana Kush Bag',
weight = 3,
stack = true,
close = true,
description = ''
},

['blue_dream_bag'] = {
label = 'Blue Dream Bag',
weight = 3,
stack = true,
close = true,
description = ''
},

['og_kush_bag'] = {
label = 'OG Kush Bag',
weight = 3,
stack = true,
close = true,
description = ''
},

['ocb_paper'] = {
label = 'Ocb Paper',
weight = 3,
stack = true,
close = true,
description = ''
},

['purple_haze_bag'] = {
label = 'Purple Haze Bag',
weight = 3,
stack = true,
close = true,
description = ''
},

['liquid'] = {
label = 'Liquid',
weight = 3,
stack = true,
close = true,
description = ''
},

['og_kush_weed'] = {
label = 'OG Kush Weed',
weight = 3,
stack = true,
close = true,
description = ''
},

['blue_dream_weed'] = {
label = 'Blue Dream Weed',
weight = 3,
stack = true,
close = true,
description = ''
},

['banana_kush_weed'] = {
label = 'Banana Kush Weed',
weight = 3,
stack = true,
close = true,
description = ''
},

['purple_haze_weed'] = {
label = 'Purple Haze Weed',
weight = 3,
stack = true,
close = true,
description = ''
},

--drugssystem--
['weed_seed'] = {
label = 'Weed Seed',
weight = 1,
stack = true,
close = true,
description = 'Where you gonna plant me?'
},

['meth_smoke'] = {
label = 'Smoke Meth',
weight = 1,
stack = true,
close = true,
description = 'Wanna get high?'
},

['coke_powder'] = {
label = 'Coke Powder',
weight = 1,
stack = true,
close = true,
description = 'Wanna get high?'
},

--sidejob--

['fishing_rod'] = {
label = 'Fishing Rod',
weight = 1,
stack = true,
close = true,
description = ''
},

['fishbait'] = {
label = 'Fish Bait',
weight = 1,
stack = true,
close = true,
description = ''
},

['fish_abc'] = {
label = 'Fish',
weight = 1,
stack = true,
close = true,
description = ''
},

['shoe_lost'] = {
label = 'Garbage Shoe',
weight = 1,
stack = true,
close = true,
description = ''
},

['bottle_lost'] = {
label = 'Garbage bottle',
weight = 1,
stack = true,
close = true,
description = ''
},

['pick_axe'] = {
label = 'Pickaxe',
weight = 1,
stack = true,
close = true,
degrade = 3000,
description = ''
},

--illegal--

['illegal_rtx_4090'] = {
label = 'RTX 4090',
weight = 2,
stack = true,
close = true,
description = ''
},

['illegal_nintendo_switch'] = {
label = 'Nintendo Switch',
weight = 3,
stack = true,
close = true,
description = ''
},

['illegal_ps5'] = {
label = 'PS5',
weight = 3,
stack = true,
close = true,
description = ''
},

['illegal_laptop'] = {
label = 'Laptop',
weight = 1,
stack = true,
close = true,
description = ''
},

['illegal_bag'] = {
label = 'LV Bag',
weight = 2,
stack = true,
close = true,
description = ''
},

['illegal_watch'] = {
label = 'Gold Watch',
weight = 1,
stack = true,
close = true,
description = ''
},

['illegal_tablet'] = {
label = 'Tablet',
weight = 1,
stack = true,
close = true,
description = ''
},

['illegal_jewelry_box'] = {
label = 'Jewelry Box',
weight = 3,
stack = true,
close = true,
description = ''
},

['illegal_lamp'] = {
label = 'Lamp',
weight = 3,
stack = true,
close = true,
description = ''
},

['illegal_tv'] = {
label = 'TV',
weight = 3,
stack = true,
close = true,
description = ''
},

--tools

['boombox'] = {
label = 'Boombox',
weight = 1,
degrade = 4320,
stack = true,
close = true,
description = ''
},

['radio_box'] = {
label = 'Radio Box',
weight = 1,
degrade = 2880,
stack = true,
close = true,
description = ''
},

['digi_box'] = {
label = 'Digital Box',
weight = 1,
degrade = 2880,
stack = true,
close = true,
description = ''
},

['boxofboombox'] = {
label = 'Packed Boombox',
weight = 2,
stack = true,
close = true,
description = ''
},
['boxofphone'] = {
label = 'Packed Phone',
weight = 2,
stack = true,
close = true,
description = ''
},
['boxofradio'] = {
label = 'Packed Radio',
weight = 2,
stack = true,
close = true,
description = ''
},

-- marketplace

['cof_bean'] = {
label = 'Coffee Bean',
weight = 1,
stack = true,
close = true,
description = ''
},
['choc_powd'] = {
label = 'Chocolate Powder',
weight = 1,
stack = true,
close = true,
description = ''
},
['sugar'] = {
label = 'Sugar',
weight = 1,
stack = true,
close = true,
description = ''
},
['w_cream'] = {
label = 'Whipped Cream',
weight = 1,
stack = true,
close = true,
description = ''
},
['flour'] = {
label = 'Flour',
weight = 1,
stack = true,
close = true,
description = ''
},
['egg'] = {
label = 'Egg',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_or'] = {
label = 'Orange Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_ap'] = {
label = 'Apple Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_gr'] = {
label = 'Grapes Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_lm'] = {
label = 'Lime Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_pl'] = {
label = 'Pineapple Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_bn'] = {
label = 'Banana Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['fruit_mg'] = {
label = 'Mango Fruit',
weight = 1,
stack = true,
close = true,
description = ''
},
['veg_let'] = {
label = 'Lettuce',
weight = 1,
stack = true,
close = true,
description = ''
},
['veg_tom'] = {
label = 'Tomato',
weight = 1,
stack = true,
close = true,
description = ''
},
['veg_pot'] = {
label = 'Potato',
weight = 1,
stack = true,
close = true,
description = ''
},
['soda_syp'] = {
label = 'Soda Syrup',
weight = 1,
stack = true,
close = true,
description = ''
},
['rice'] = {
label = 'Rice',
weight = 1,
stack = true,
close = true,
description = ''
},
['pasta'] = {
label = 'Pasta',
weight = 1,
stack = true,
close = true,
description = ''
},
['tea_leaf'] = {
label = 'Tea Leaf',
weight = 1,
stack = true,
close = true,
description = ''
},
['tortillas'] = {
label = 'Tortillas',
weight = 1,
stack = true,
close = true,
description = ''
},
['ketchup'] = {
label = 'Ketchup',
weight = 1,
stack = true,
close = true,
description = ''
},
['i_vodka'] = {
label = 'Vodka',
weight = 1,
stack = true,
close = true,
description = ''
},

['bbox'] = {
label = 'Box',
weight = 1,
stack = true,
close = true,
description = ''
},
['w_plastic'] = {
label = 'Plastic',
weight = 1,
stack = true,
close = true,
description = ''
},
['sealer'] = {
label = 'Sealer',
weight = 1,
stack = true,
close = true,
description = ''
},

---------- business prep

['dough'] = {
label = 'Dough',
weight = 1,
stack = true,
close = true,
description = ''
},
['sliced_tom'] = {
label = 'Sliced Tomato',
weight = 1,
stack = true,
close = true,
description = ''
},
['sl_meat'] = {
label = 'Sliced Meat',
weight = 1,
stack = true,
close = true,
description = ''
},
['sl_pork'] = {
label = 'Sliced Pork',
weight = 1,
stack = true,
close = true,
description = ''
},
['sl_chick'] = {
label = 'Sliced Chicken',
weight = 1,
stack = true,
close = true,
description = ''
},
['fil_fish'] = {
label = 'Fish Fillet',
weight = 1,
stack = true,
close = true,
description = ''
},
['cpotato'] = {
label = 'Cutted Potato',
weight = 1,
stack = true,
close = true,
description = ''
},
['g_meat'] = {
label = 'Ground Meat',
weight = 1,
stack = true,
close = true,
description = ''
},
['g_pork'] = {
label = 'Ground Pork',
weight = 1,
stack = true,
close = true,
description = ''
},
['cooked_rice'] = {
label = 'Cooked Rice',
weight = 1,
stack = true,
close = true,
description = ''
},
--CATCAFEUWU--
['uwu_box1'] = {
label = 'Uwu Bento Box',
weight = 15,
stack = true,
close = false,
},
['cat_pizza'] = {
label = 'Pizza Cat',
weight = 2,
stack = true,
degrade = 1440,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['cat_carbo'] = {
label = 'Carbonara Cat',
weight = 2,
stack = true,
degrade = 1440,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['cat_lasagna'] = {
label = 'Lasagna Cat',
weight = 2,
stack = true,
degrade = 1440,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['cat_boba'] = {
label = 'Boba Tea',
weight = 2,
stack = true,
degrade = 1440,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['coffee_uwu'] = {
label = 'Coffee Cat',
weight = 2,
stack = true,
degrade = 1440,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['cat_royal'] = {
label = 'Royal',
weight = 2,
stack = true,
degrade = 1440,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
--PEARL
['pearl_box1'] = {
label = 'Pearl Bento Box',
weight = 15,
stack = true,
close = false,
},

['ff_sushi'] = {
label = 'Sushi',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['ff_salmon'] = {
label = 'Salmon w/ Cherry Tomatoes',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['cod_fries'] = {
label = 'Grilled Fish w/ Chips',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['icetea'] = {
label = 'Ice Tea',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 200000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['ff_lemonade'] = {
label = 'Lemonade',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 200000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['ff_wwine'] = {
label = 'White Wine',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 200000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},

--BEANMACHINE
['bmach_box1'] = {
label = 'Bmachine Bento Box',
weight = 15,
stack = true,
close = false,
},

['bm_pizza'] = {
label = 'Pizza',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['bm_spag'] = {
label = 'Spaghetti',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['bm_bfries'] = {
label = 'Burger and Fries',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['bm_chocofrap'] = {
label = 'Chocolate Frap',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 200000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['bm_espresso'] = {
label = 'Espresso',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 200000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['bm_hotcoffee'] = {
label = 'Hot Coffee',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 200000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},

-- BURGERSHOT
['bshot_box1'] = {
label = 'Bshot Bento Box',
weight = 15,
stack = true,
close = false,
},

['burger_bleed'] = {
label = 'The Bleeder',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['burger_heart'] = {
label = 'Heart Stopper',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['burger_nachos'] = {
label = 'Nachos',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['burger_choc'] = {
label = 'Choc\'Olate',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['burger_bsmooth'] = {
label = 'Banana Smoothie',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['coke_cola'] = {
label = 'Coca Cola',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},

-- DINER
['dnr_box1'] = {
label = 'Diner Bento Box',
weight = 15,
stack = true,
close = false,
},

['dnr_snr'] = {
label = 'Shawarma ni Rex',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['dnr_pares'] = {
label = 'Diyata Pares Over Cooked',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['dnr_siken'] = {
label = 'Diyata Siken',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { hunger = 250000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['dnr_plgm'] = {
label = 'Paligamgam',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},
['dnr_mshake'] = {
label = 'Mango Shake',
weight = 2,
stack = true,
degrade = 2880,
client = {
status = { thirst = 250000 },
anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
prop = '',
usetime = 2500
}
},

--police
['ammorifle_box'] = {
label = '5.56mm Box',
weight = 5,
stack = true,
close = true,
},
['ammoshotgun_box'] = {
label = 'Shell Box',
weight = 5,
stack = true,
close = true,
},
['ammorifle2_box'] = {
label = '7.62mm Box',
weight = 5,
stack = true,
close = true,
},
['ammo9_box'] = {
label = '9mm Box',
weight = 5,
stack = true,
close = true,
},
['ammo45_box'] = {
label = '45mm Box',
weight = 5,
stack = true,
close = true,
},
['police_sting'] = {
label = 'Police Energy Drink',
weight = 1,
stack = true,
close = true,
},

-- USABLE BUSINESS
["x9mm_pack"] = { -- useable
label = "9mm Pack",
weight = 2,
stack = true,
close = true,
},
["xcermm_pack"] = { -- useable
label = "Ceramic Round Pack",
weight = 2,
stack = true,
close = true,
},
["x45mm_pack"] = { -- useable
label = "45mm Pack",
weight = 2,
stack = true,
close = true,
},
["x50mm_pack"] = { -- useable
label = "50mm Pack",
weight = 2,
stack = true,
close = true,
},
["shell_pack"] = { -- useable
label = "Shotgun Pack",
weight = 2,
stack = true,
close = true,
},
["rifle_pack"] = { -- useable
label = "Rifle Pack",
weight = 2,
stack = true,
close = true,
},
["rifle_pack2"] = { -- useable
label = "Rifle Pack 2",
weight = 2,
stack = true,
close = true,
},

["meth_sac"] = { -- useable
label = "Meth sachet",
weight = 2,
stack = true,
close = true,
},

["stress_tab"] = { -- useable
label = "Stress Tab",
weight = 2,
stack = true,
allowArmed = true,
degrade = 1440,
client = {
status = { stress = -1000000 },
anim = { dict = 'mp_suicide', clip = 'pill' },
prop = {},
usetime = 2500,
}
},

--
["box_ofphone"] = { -- useable
label = "Iphone Box",
weight = 100,
stack = true,
close = true,
description = 'Use me to open the box'
},
["box_ofknife"] = { -- useable
label = "Knife Weapon",
weight = 100,
stack = true,
close = true,
description = 'Use me to get the weapon'
},
["box_ofbat"] = { -- useable
label = "Bat Weapon",
weight = 100,
stack = true,
close = true,
description = 'Use me to get the weapon'
},
["box_ofpistol"] = { -- useable
label = "Pistol Weapon",
weight = 1000,
stack = true,
close = true,
description = 'Use me to get the weapon'
},
["box_ofassaultrifle"] = { -- useable
label = "Assault Rifle Weapon",
weight = 2000,
stack = true,
close = true,
description = 'Use me to get the weapon'
},
["box_ofdbshotgun"] = { -- useable
label = "Sawn-Off Shotgun Weapon",
weight = 1000,
stack = true,
close = true,
description = 'Use me to get the weapon'
},
["box_ofminismg"] = { -- useable
label = "Micro SMG Weapon",
weight = 1500,
stack = true,
close = true,
description = 'Use me to get the weapon'
},

--------------SMALLSTORE
['eat_tomi'] = {
label = 'Tomi',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_bawang'] = {
label = 'Boy Bawang',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_piatos'] = {
label = 'Piatos',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_moby'] = {
label = 'Moby',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_didong'] = {
label = 'Ding Dong',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_nova'] = {
label = 'Nova',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_chizit'] = {
label = 'Cheez-It',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_piwi'] = {
label = 'Pee-Wee',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_nerds'] = {
label = 'Nerds',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
['eat_mete'] = {
label = 'Meteorite',
weight = 2,
degrade = 300,
client = {
status = { hunger = 80000 },
anim = 'eating',
prop = '',
usetime = 2500
},
},
-------------------------------------AMBULANCE
['coughmedicine'] = {
label = 'Cough Med',
weight = 1,
stack = true,
close = false,
degrade = 1440,
},
['percopill'] = {
label = 'Percocet',
weight = 1,
stack = true,
close = true,
allowArmed = true,
description = ''
},
['med_gum'] = {
label = 'Gummies',
weight = 1,
stack = true,
close = true,
allowArmed = true,
description = ''
},
-- DRUGS PACK
-----------------------------------------------------------------------------
['drug_cocaine'] = {
label = 'Cocaine',
weight = 5,
stack = true,
close = true,
},
['drug_meth'] = {
label = 'Meth',
weight = 5,
stack = true,
close = true,
},
['drug_opium'] = {
label = 'Opium',
weight = 5,
stack = true,
close = true,
},
['drug_oxy'] = {
label = 'Oxy',
weight = 5,
stack = true,
close = true,
},
['drug_cocaine_pack'] = {
label = 'Cocaine Pack',
weight = 25,
stack = true,
close = true,
},
['drug_meth_pack'] = {
label = 'Meth Pack',
weight = 25,
stack = true,
close = true,
},
['drug_opium_pack'] = {
label = 'Opium Pack',
weight = 25,
stack = true,
close = true,
},
['drug_oxy_pack'] = {
label = 'Oxy Pack',
weight = 25,
stack = true,
close = true,
},
-- DRUGS PACK
-----------------------------------------------------------------------------
['free_t1'] = {
label = 'Blue Ticket',
weight = 1,
stack = true,
close = true,
},
['free_t2'] = {
label = 'White Ticket',
weight = 1,
stack = true,
close = true,
},
-- BUSINESS --
-- blackmarket
["m_plate"] = {
label = "Metal Plate",
weight = 1,
stack = true,
close = true,
},
["w_plate"] = {
label = "Wood Plate",
weight = 1,
stack = true,
close = true,
},
["g_box"] = {
label = "Gunpowder Box",
weight = 1,
stack = true,
close = true,
},
["xbox_vintage"] = {
label = "Vintage Pistol Box",
weight = 1,
stack = true,
close = true,
},
["xbox_heavy"] = {
label = "Heavy Pistol Box",
weight = 1,
stack = true,
close = true,
},
["xbox_sns"] = {
label = "SNS Pistol Box",
weight = 1,
stack = true,
close = true,
},
["xbox_50pistol"] = {
label = ".50 Pistol Box",
weight = 1,
stack = true,
close = true,
},
["xbox_combat"] = {
label = "Combat Pistol Box",
weight = 1,
stack = true,
close = true,
},
-- BUSINESS --
--RAVEN
['butcher_knife'] = {
label = 'Butcher Knife',
weight = 1,
stack = true,
close = true,
description = 'Use for Raven Employees'
},
['rav_styro'] = {
label = 'Styrofoam',
weight = 1,
stack = true,
close = true,
description = 'Use for Raven Employees'
},
['rav_plastic'] = {
label = 'Plastic Wrapper',
weight = 1,
stack = true,
close = true,
description = 'Use for Raven Employees'
},

['raw_chick'] = {
label = 'Chicken Meat',
weight = 1,
stack = true,
close = true,
},

['intes_chick'] = {
label = 'Chicken Intestine',
weight = 1,
stack = true,
close = true,
},
['toung_chick'] = {
label = 'Chicken Neck',
weight = 1,
stack = true,
close = true,
},
['bones_chick'] = {
label = 'Chicken Bone',
weight = 1,
stack = true,
close = true,
},
['heart_chick'] = {
label = 'Chicken Heart',
weight = 1,
stack = true,
close = true,
},

['intes_pork'] = {
label = 'Pork Intestine',
weight = 1,
stack = true,
close = true,
},
['toung_pork'] = {
label = 'Pork Tongue',
weight = 1,
stack = true,
close = true,
},
['bones_pork'] = {
label = 'Pork Bone',
weight = 1,
stack = true,
close = true,
},
['heart_pork'] = {
label = 'Pork Heart',
weight = 1,
stack = true,
close = true,
},

['intes_meat'] = {
label = 'Meat Intestine',
weight = 1,
stack = true,
close = true,
},
['toung_meat'] = {
label = 'Meat Tongue',
weight = 1,
stack = true,
close = true,
},
['bones_meat'] = {
label = 'Meat Bone',
weight = 1,
stack = true,
close = true,
},
['heart_meat'] = {
label = 'Meat Heart',
weight = 1,
stack = true,
close = true,
},
--RAVEN
["fl_flare"] = {
label = "Airdrop Flare",
weight = 1,
stack = true,
close = true,
},
["il_rope"] = {
label = "Rope",
weight = 1,
stack = true,
close = true,
},

["beer"] = {
label = "Beer",
weight = 1,
stack = true,
close = true,
},
--VAPE
['peach_vape'] = { -- health +50
label = 'Peach Ice Vape',
weight = 3,
stack = true,
client = {
usetime = 1000,
},
consume = 0.25,
},
['berry_vape'] = { -- armour +50
label = 'Blackberry Vape',
weight = 3,
stack = true,
client = {
usetime = 1000,
},
consume = 0.25,
},
['mango_vape'] = { -- remove bleed
label = 'Mango Ice Vape',
weight = 3,
stack = true,
client = {
usetime = 1000,
},
consume = 0.5,
},
['kiwi_vape'] = { -- stress -50%
label = 'Kiwi Ice Vape',
weight = 3,
stack = true,
client = {
usetime = 1000,
},
consume = 0.25,
},
['cherry_vape'] = { -- sprint/stamina 5secs
label = 'Cherry Ice Vape',
weight = 3,
stack = true,
client = {
usetime = 1000,
},
consume = 0.2,
},
["vape_liquid"] = {
label = "Vape Liquid",
weight = 1,
stack = true,
close = true,
},
["vape_parts"] = {
label = "Vape Parts",
weight = 1,
stack = true,
close = true,
},
["med_glass"] = {
label = "Amber Glass Bottle",
weight = 1,
stack = true,
close = true,
},
["med_cloth"] = {
label = "Medical Cloth",
weight = 1,
stack = true,
close = true,
},
["med_sugar"] = {
label = "Medical Sugar",
weight = 1,
stack = true,
close = true,
},
["med_powder"] = {
label = "Medical Powder",
weight = 1,
stack = true,
close = true,
},
--
["scissors"] = {
label = "Scissor",
weight = 1,
stack = true,
close = true,
},
}

You might also like