Pastebin
Retrouvez, créez et partagez vos snippets en temps réel.
Rechercher un Pastebin
Aucun paste trouvé.
Créer un paste
Pastebin
Blog
moi
return { ['testburger'] = { label = 'Test Burger', weight = 220, degrade = 60, client = { image = 'burger_chicken.png', status = { hunger = 200000 }, anim = 'eating', prop = 'burger', usetime = 2500, export = 'ox_inventory_examples.testburger' }, server = { export = 'ox_inventory_examples.testburger', test = 'what an amazingly delicious burger, amirite?' }, buttons = { { label = 'Lick it', action = function(slot) print('You licked the burger') end }, { label = 'Squeeze it', action = function(slot) print('You squeezed the burger :(') end }, { label = 'What do you call a vegan burger?', group = 'Hamburger Puns', action = function(slot) print('A misteak.') end }, { label = 'What do frogs like to eat with their hamburgers?', group = 'Hamburger Puns', action = function(slot) print('French flies.') end }, { label = 'Why were the burger and fries running?', group = 'Hamburger Puns', action = function(slot) print('Because they\'re fast food.') end } }, consume = 0.3 }, ['bandage'] = { label = 'Bandage', weight = 115, 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 = true }, usetime = 2500, } }, ['black_money'] = { label = 'Dirty Money', }, ['burger'] = { label = 'Burger', weight = 220, client = { status = { hunger = 200000 }, anim = 'eating', prop = 'burger', usetime = 2500, notification = 'You ate a delicious burger' }, }, ['sprunk'] = { label = 'Sprunk', weight = 350, client = { status = { thirst = 200000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_ld_can_01`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) }, usetime = 2500, notification = 'You quenched your thirst with a sprunk' } }, ['parachute'] = { label = 'Parachute', weight = 8000, stack = false, 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', client = { image = 'card_id.png' } }, ['panties'] = { label = 'Knickers', weight = 10, consume = 0, client = { status = { thirst = -100000, stress = -25000 }, 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, }, ['sacp'] = { label = 'Cagoule', weight = 100, -- en grammes (100 = 0.1 kg) stack = true, close = true, consume = 0, }, ['money'] = { label = 'Money', }, ['mustard'] = { label = 'Mustard', weight = 500, 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, client = { status = { thirst = 200000 }, 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' } }, ['radio'] = { label = 'Radio', weight = 1000, stack = false, allowArmed = true }, ['armour'] = { label = 'Bulletproof Vest', weight = 3000, stack = false, client = { anim = { dict = 'clothingshirt', clip = 'try_shirt_positive_d' }, usetime = 3500 } }, ['clothing'] = { label = 'Clothing', consume = 0, }, ['mastercard'] = { label = 'Fleeca Card', stack = false, weight = 10, client = { image = 'card_bank.png' } }, ['scrapmetal'] = { label = 'Scrap Metal', weight = 80, }, ["alive_chicken"] = { label = "Living chicken", weight = 1, stack = true, close = true, }, ["blowpipe"] = { label = "Blowtorch", 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, }, ["copper"] = { label = "Copper", weight = 1, stack = true, close = true, }, ["cutted_wood"] = { label = "Cut wood", 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, }, ["gold"] = { label = "Gold", weight = 1, stack = true, close = true, }, ["iron"] = { label = "Iron", weight = 1, stack = true, close = true, }, ["marijuana"] = { label = "Marijuana", weight = 2, stack = true, close = true, }, ["medikit"] = { label = "Medikit", 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, }, ["wood"] = { label = "Wood", weight = 1, stack = true, close = true, }, ["wool"] = { label = "Wool", weight = 1, stack = true, close = true, }, ["ferraille"] = { label = "Ferraille", weight = 1, stack = true, close = true, }, ['chargeur'] = { label = "Chargeur", weight = 1, stack = true, close = true }, ['coke'] = { label = "Coke", weight = 1000, type = "item", rare = true, canRemove = true }, ['phone'] = { label = 'Téléphone', weight = 200, stack = false, close = true, consume = 0, description = 'Un smartphone fonctionnel.', client = { use = function(slot) TriggerEvent('lb-phone:usePhone') end } }, ['hack_usb'] = { label = "Hack_usb", weight = 1000, type = "item", rare = true, canRemove = true }, ["drill"] = { label = "Drill", weight = 1, stack = true, close = true, }, ["bag"] = { label = "Bag", weight = 1, stack = true, close = true, }, ["diamond"] = { label = "Diamond", weight = 1, stack = true, close = true, }, ["gold"] = { label = "Gold", weight = 1, stack = true, close = true, }, ["9mm"] = { label = "9mm", weight = 1, stack = true, close = true, }, ["jewels"] = { label = "Jewels", weight = 1, stack = true, close = true, }, ['kitc'] = { label = 'Kit de Crochetage', weight = 100, }, ['tournevise'] = { label = 'Tournevise Plat', weight = 100, }, ['bague'] = { label = 'Bague en or', weight = 100, }, ['carnet'] = { label = 'Carnet de chéques', weight = 100, }, ['rolex'] = { label = 'Rolex', weight = 100, }, ['lunette'] = { label = 'Lunette Gucci', weight = 100, }, ['enveloppe'] = { label = 'Enveloppe d\'argent', weight = 100, }, ['durite'] = { label = 'Durrite', weight = 100, }, ['batterie'] = { label = 'Batterie', weight = 100, }, ['piston'] = { label = 'Piston', weight = 100, }, ['turbo'] = { label = 'Turbo', weight = 100, }, ['alternateur'] = { label = 'Alternateur', weight = 100, }, ['bougie'] = { label = 'Lot de bougie', weight = 100, }, ['licenseplate'] = { label = 'Fausse plaque', weight = 100, stack = true, close = true, description = "Permet de poser une fausse plaque sur un véhicule" }, ['originalplate'] = { label = 'Plaque d\'origine', weight = 100, stack = true, close = true }, ['raisinrouge'] = { label = 'Raisin rouge', weight = 100, stack = true, }, ['raisinblanc'] = { label = 'Raisin blanc', weight = 100, stack = true, }, ['raisinrougepressage'] = { label = 'Raisin rouge presser', weight = 150, stack = true, }, ['raisinblancpressage'] = { label = 'Raisin blanc presser', weight = 150, stack = true, }, ['vinrouge'] = { label = 'Vin rouges', weight = 200, stack = true, }, ['vinblanc'] = { label = 'Vin blancs', weight = 200, stack = true, }, ['farine'] = { label = 'Farine', weight = 50, }, ['jusorange'] = { label = 'Jus Orange', weight = 50, client = { status = { thirst = 500000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_bs_cup`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) }, usetime = 2500, cancel = true, notification = 'Tu as bu un jus Orange rafraîchissante' } }, ['pepper'] = { label = 'Pepper', weight = 50, client = { status = { thirst = 500000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_bs_cup`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) }, usetime = 2500, cancel = true, notification = 'Tu as bu un Pepper rafraîchissante' } }, ['sauce'] = { label = 'Sauce', weight = 50, }, ['frites'] = { label = 'Frites', weight = 50, client = { status = { hunger = 200000 }, anim = 'eating', prop = 'prop_food_bs_chips', usetime = 1500, notification = 'Tu as mangé une délicieuse Frite ' }, }, ['fromage'] = { label = 'Fromage', weight = 50, }, ['poulet'] = { label = 'Poulet', weight = 50, }, ['boulette'] = { label = 'Boulette', weight = 50, }, ['saladecouper'] = { label = 'Salade Couper', weight = 50, }, ['salade'] = { label = 'Salade', weight = 50, }, ['steakhacher'] = { label = 'Steak Hacher', weight = 50, }, ['pouletcouper'] = { label = 'Morceau de Poulet', weight = 50, }, ['ketchup'] = { label = 'Ketchup', weight = 50, }, ['bacon'] = { label = 'Bacon', weight = 50, }, ['beurre'] = { label = 'Beurre', weight = 50, }, ['patate'] = { label = 'Patate', weight = 50, }, ['clubsandwitch'] = { label = 'Club Sandwitch', weight = 50, client = { status = { hunger = 400000 }, anim = 'eating', prop = 'prop_sandwich_01', usetime = 2500, notification = 'Tu as mangé un délicieux Sandwich' }, }, ['burito'] = { label = 'Burito', weight = 50, client = { status = { hunger = 700000 }, anim = 'eating', prop = 'prop_sandwich_01', usetime = 2500, notification = 'Tu as mangé une délicieuse Bourito ' }, }, ['poutine'] = { label = 'Poutine', weight = 50, client = { status = { hunger = 600000 }, anim = 'eating', prop = 'prop_sandwich_01', usetime = 2500, notification = 'Tu as mangé une délicieuse Poutine ' }, }, ['croquette'] = { label = 'Croquette', weight = 50, client = { status = { hunger = 500000 }, anim = 'eating', prop = 'prop_sandwich_01', usetime = 2500, notification = 'Tu as mangé une délicieuse Poutine ' }, }, ['menuburger'] = { label = 'Menu Classique', weight = 50, client = { status = { hunger = 1500000, thirst = 400000 }, anim = 'eating', prop = 'prop_sandwich_01', usetime = 2500, notification = 'Tu as mangé un Délicieux Menu ' }, }, ['liqueur'] = { label = 'Liqueur', weight = 50, client = { status = { thirst = 400000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_bs_cup`, pos = vec3(0.03, 0.03, 0.02), rot = vec3(0.0, 0.0, -1.5) }, usetime = 2500, cancel = true, notification = 'Tu as bu un liqueur rafraîchissante' } }, ['glaces'] = { label = 'Glacon', weight = 50, }, ['sponge'] = { label = 'éponge', weight = 50, }, ['spongedirty'] = { label = 'éponge sale', weight = 50, }, ['redbull'] = { label = 'Redbull', weight = 500, client = { status = { thirst = 200000 }, 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, } }, ['vodka'] = { label = 'Vodka', weight = 500, client = { status = { thirst = 200000 }, 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, } }, ['tequilla'] = { label = 'Tequilla', weight = 220, client = { status = { thirst = 200000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_whiskey_bottle`, pos = vec3(0.01, 0.01, 0.01), rot = vec3(-5.0, 5.0, -180.5) }, usetime = 2500, notification = 'Tu bu une Tequilla el fucker' }, }, ['cocktail'] = { label = 'cocktail', weight = 220, client = { status = { thirst = 200000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_paper_cup`, pos = vec3(0.01, 0.01, 0.01), rot = vec3(-5.0, 5.0, -180.5) }, usetime = 2500, notification = 'Tu bu un cocktail' }, }, ['jagerbomb'] = { label = 'Jager Bomb', weight = 220, client = { status = { thirst = 200000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_whiskey_bottle`, pos = vec3(0.01, 0.01, 0.01), rot = vec3(-5.0, 5.0, -180.5) }, usetime = 2500, notification = 'Tu bu un Jager Bomb el fucker' }, }, ['champagne'] = { label = 'Champagne', weight = 220, client = { status = { thirst = 2000 }, anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_cs_whiskey_bottle`, pos = vec3(0.01, 0.01, 0.01), rot = vec3(-5.0, 5.0, -180.5) }, usetime = 2500, notification = 'Tu bu un Champagne el fucker' }, }, ['feuille_cbd'] = { label = 'Tête de Blue Dream', weight = 10, stack = true, description = 'Tête de CBD (variété Blue Dream).' }, ['feuille_cbdk'] = { label = 'Tête de Banana Kush', weight = 10, stack = true, description = 'Tête de CBD (variété Banana Kush).' }, -- Pochons (traitement) ['blue_dream_bag'] = { label = 'Pochon Blue Dream', weight = 50, stack = true, description = 'Pochon de Blue Dream prêt à la vente ou à rouler.' }, ['banana_kush_bag'] = { label = 'Pochon Banana Kush', weight = 50, stack = true, description = 'Pochon de Banana Kush prêt à la vente ou à rouler.' }, -- Joints (consommables) ['blue_dream_joint'] = { label = 'Joint Blue Dream', weight = 5, stack = true, consume = 1.0, -- disparaît après usage description = 'Un joint relaxant de Blue Dream.' }, ['banana_kush_joint'] = { label = 'Joint Banana Kush', weight = 5, stack = true, consume = 1.0, description = 'Un joint puissant de Banana Kush.' }, ["malboro"] = { label = "Marlboro", weight = 1, stack = true, close = true, }, ["tabac"] = { label = "Tabac", weight = 1, stack = true, close = true, }, ["tabacsec"] = { label = "Tabac Sec", weight = 1, stack = true, close = true, }, -- <-- VIRGULE ESSENTIELLE pour séparer les deux entrées ['outfitbag'] = { label = 'Outfit Bag', weight = 450, description = 'Outfit bag you can use to quickly change clothing', client = { event = 'rs_outfitbag:place' } -- L'accolade ferme la table 'client'. }, -- ITEM AJOUTÉ : HEAVY ROPE ['heavy_rope'] = { label = 'Corde', weight = 500, stack = true, close = true, client = { image = 'rope.png', anim = { dict = 'missheist_jewel', clip = 'pickup_low', flag = 49 }, usetime = 2500, notification = 'You equipped a thick rope' } }, -- ITEM AJOUTÉ : PLAQUE ['plaque'] = { label = 'Plaque', weight = 100, stack = true, close = true, client = { image = 'plaque.png', anim = { dict = 'mp_common', clip = 'givetake1_a', flag = 49 }, usetime = 2500, notification = 'You took a plaque' } }, ['money'] = { label = 'Money' }, ['mustard'] = { label = 'Mustard', weight = 500, 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, client = { status = { thirst = 200000 }, 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' } }, ['radio'] = { label = 'Radio', weight = 1000, stack = false, allowArmed = true }, ['armour'] = { label = 'Bulletproof Vest', weight = 3000, stack = false, client = { anim = { dict = 'clothingshirt', clip = 'try_shirt_positive_d' }, usetime = 3500 } }, ['clothing'] = { label = 'Clothing', consume = 0 }, ['mastercard'] = { label = 'Fleeca Card', stack = false, weight = 10, client = { image = 'card_bank.png' } }, ['scrapmetal'] = { label = 'Scrap Metal', weight = 80 }, -- 🎣 Fishing Items ["alive_chicken"] = { label = "Living chicken", weight = 1, stack = true, close = true }, ["blowpipe"] = { label = "Blowtorch", weight = 2, stack = true, close = true }, ["bread"] = { label = "Bread", weight = 1, stack = true, close = true }, ["weed_bag"] = { label = "Pochon de cannabis", weight = 5, stack = true, close = true, client = { image = 'weed_bag.png', anim = 'pickup', usetime = 2500, status = { stress = -10000 } }, consume = 0 }, ["cannabis"] = { label = "Cannabis", weight = 1, stack = true, close = true, client = { image = 'og_kush_weed.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["pavot"] = { label = "Pavot", weight = 1, stack = true, close = true, client = { image = 'pavot.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["coke_bag"] = { label = "Pochon de coke", weight = 5, stack = true, close = true, client = { image = 'coke_bag.png', anim = 'pickup', usetime = 2500, status = { stress = -20000 } }, consume = 0 }, ["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 }, ["copper"] = { label = "Copper", weight = 1, stack = true, close = true }, ["cutted_wood"] = { label = "Cut wood", 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 }, ["gold"] = { label = "Gold", weight = 1, stack = true, close = true }, ["iron"] = { label = "Iron", weight = 1, stack = true, close = true }, ["marijuana"] = { label = "Marijuana", weight = 2, stack = true, close = true }, ["medikit"] = { label = "Medikit", 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 }, ["wood"] = { label = "Wood", weight = 1, stack = true, close = true }, ["wool"] = { label = "Wool", weight = 1, stack = true, close = true }, ["cement"] = { label = "Ciment", weight = 1, stack = true, close = true, client = { image = 'coke_cement.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["coca_leaf"] = { label = "Feuille de coca", weight = 1, stack = true, close = true }, ["codeine"] = { label = "Codéine", weight = 50, stack = true, close = true, client = { image = 'codeine.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["heroin"] = { label = "Héroïne", weight = 50, stack = true, close = true, client = { image = 'heroin.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["fentanyl_pill"] = { label = "Comprimé de fentanyl", weight = 20, stack = true, close = true, client = { image = 'fentanyl_pill.png', anim = 'pickup', usetime = 2500, status = { stress = -15000 }, notification = "Tu as utilisé un comprimé de fentanyl" }, consume = 0 }, ["lean"] = { label = "Lean", weight = 100, stack = true, close = true, client = { image = 'lean.png', anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' }, prop = { model = `prop_ld_can_01`, pos = vec3(0.01, 0.01, 0.06), rot = vec3(5.0, 5.0, -180.5) }, usetime = 3500, status = { stress = -25000, thirst = 50000 }, notification = "Tu as bu de la Lean" }, consume = 0 }, ["5f_akb48"] = { label = "5F-AKB48", weight = 1, stack = true, close = true, client = { image = '5f_akb48.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["base_litre"] = { label = "1 litre de base", weight = 1000, stack = true, close = true, client = { image = 'base_litre.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["litre_ptc"] = { label = "1L de PTC", weight = 1200, stack = true, close = true, client = { image = 'litre_ptc.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["spray"] = { label = "Spray", weight = 200, stack = true, close = true, client = { image = 'spray.png', anim = 'pickup', usetime = 2500 }, consume = 0 }, ["spray_remover"] = { label = "Spray Remover", weight = 1, stack = true, close = true }, ["graphite_rod"] = { label = "Graphite rod", weight = 350, stack = true, close = true }, ["grouper"] = { label = "Grouper", weight = 3500, stack = true, close = true }, ["mahi_mahi"] = { label = "Mahi Mahi", weight = 3500, stack = true, close = true }, ["basic_rod"] = { label = "Fishing rod", weight = 250, stack = true, close = true }, ["haddock"] = { label = "Haddock", weight = 500, stack = true, close = true }, ["artificial_bait"] = { label = "Artificial bait", weight = 30, stack = true, close = true }, ["trout"] = { label = "Trout", weight = 750, stack = true, close = true }, ["red_snapper"] = { label = "Red Snapper", weight = 2500, stack = true, close = true }, ["shark"] = { label = "Shark", weight = 7500, stack = true, close = true }, ["anchovy"] = { label = "Anchovy", weight = 20, stack = true, close = true }, ["salmon"] = { label = "Salmon", weight = 1000, stack = true, close = true }, ["tuna"] = { label = "Tuna", weight = 10000, stack = true, close = true }, ["piranha"] = { label = "Piranha", weight = 1500, stack = true, close = true }, ["worms"] = { label = "Worms", weight = 10, stack = true, close = true }, ["titanium_rod"] = { label = "Titanium rod", weight = 450, stack = true, close = true }, ["sprayy"] = { label = "Sprayy", weight = 1, stack = true, close = true, }, ["spray_removerr"] = { label = "Spray Removerr", weight = 1, stack = true, close = true, }, ["petrole"] = { label = "Petrole", weight = 1, stack = true, close = true, }, ["corderapelle"] = { label = "Corde de Rappel", weight = 500, stack = false, close = true, consume = 0, server = { event = "rappel_rope:useRopeServer" } }, ["weapon_knife"] = { label = "SkinningKnife", weight = 1, stack = true, close = true, }, ["Switchblade"] = { label = "Tabac", weight = 1, stack = true, close = true, }, ["weed_brick"] = { label = "Plaquette de Hash", weight = 1, stack = true, close = true, }, ["nos"] = { label = "Butla NoS", weight = 1500, stack = false, close = true, client = { disable = { move = true, car = true, combat = true }, usetime = 5000, cancel = true, export = "p_mechanicjob.nos" } }, ['nos_system'] = { label = "NoS System", weight = 5000, stack = false, close = false, }, ['flatbed_remote'] = { label = 'Pilot', weight = 100, stack = false, close = true, consume = 0, client = { export = 'p_mechanicjob.remote' } }, ['weld_torch'] = { label = 'Palnik', weight = 750, stack = false, consume = 0, degrade = 3600, decay = true }, ['rug'] = { label = 'Ręcznik', weight = 100, stack = false, degrade = 3600, decay = true }, ['tire'] = { label = 'Opona', weight = 1000, stack = false, consume = 0, client = { add = function() exports['p_mechanicjob']:ToggleProp(true, 'prop_rub_tyre_01', {0.0, 0.3, 0.25}, {150.0, 0.0, 45.0}) end, remove = function(total) if total < 1 then exports['p_mechanicjob']:ToggleProp(false) end end } }, ['parts_default'] = { label = 'Części podstawowe', weight = 200, stack = true, consume = 0 }, ['parts_advanced'] = { label = 'Części zaawansowane', weight = 200, stack = true, consume = 0 }, ['parts_premium'] = { label = 'Części premium', weight = 200, stack = true, consume = 0 }, ['parts_vip'] = { label = 'Części VIP', weight = 200, stack = true, consume = 0 }, ['engine_oil'] = { label = 'Olej silnikowy', weight = 500, stack = true, close = false, consume = 0, durability = 100 }, ['gear_oil'] = { label = 'Olej skrzyni biegów', weight = 500, stack = true, close = false, consume = 0, durability = 100 }, ['brake_system'] = { label = 'Układ hamulcowy', weight = 1500, stack = false, close = false, consume = 0, }, ['moneybag'] = { label = 'Sac de billets (Gruppe 6)', weight = 200, -- Poids en grammes (ici 5kg) stack = true, close = true, description = 'Un sac lourd rempli de billets de banque sécurisés.', client = { image = 'moneybag.png', -- Assure-toi d'avoir une image correspondante dans ox_inventory/web/images/ } }, ['repairkit'] = { label = 'Kit de Réparation', weight = 500, stack = true, close = true, description = 'Un kit complet pour remettre à neuf un moteur.', client = { image = 'repairkit.png', export = 'Autoexotic.useRepairKit' -- Nom du dossier EXACT } }, ['copper'] = { label = 'Cuivre', weight = 750, stack = true, close = false, }, ['diamond'] = { label = 'Diamant', weight = 105, stack = true, close = false, }, ['gold'] = { label = 'Or', weight = 950, stack = false, close = false, }, ['iron'] = { label = 'Fer', weight = 750, stack = true, close = false, }, ['steel'] = { label = 'Acier', weight = 610, stack = true, close = false, }, ['emerald'] = { label = 'Emeraude', weight = 105, stack = true, close = false, }, ['pickaxe'] = { label = 'Pioche', weight = 450, stack = false, close = false, }, ['portable_weld'] = { label = 'Portable Welding Machine', weight = 100, stack = true, close = true, consume = 0, client = { event = 'rm_tools:client:weldUsed', }, }, ["stolen_micro_01"] = { label = "Micro Oven", weight = 1, }, ["stolen_micro_02"] = { label = "Micro Oven", weight = 1, }, ["stolen_vcr_01"] = { label = "VCR", weight = 1, }, ["stolen_tv_03"] = { label = "Television", weight = 1, }, ["stolen_tv_flat_03"] = { label = "Television", weight = 1, }, ["stolen_console_01"] = { label = "Game Console", weight = 1, }, ["stolen_mp3_dock"] = { label = "MP3 Dock", weight = 1, }, ["stolen_kettle_01"] = { label = "Kettle", weight = 1, }, ["stolen_toaster_01"] = { label = "Toaster", weight = 1, }, ["stolen_toaster_02"] = { label = "Toaster", weight = 1, }, ["stolen_boombox_01"] = { label = "Boombox", weight = 1, }, ["stolen_laptop_01a"] = { label = "Laptop", weight = 1, }, ["stolen_tv_flat_01"] = { label = "Television", weight = 1, }, ["stolen_telescope_01"] = { label = "Telescope", weight = 1, }, ["stolen_mixer_01"] = { label = "Mixer", weight = 1, }, ["stolen_kscales_01"] = { label = "K. Scales", weight = 1, }, ["stolen_printer_01"] = { label = "Printer", weight = 1, }, ["stolen_monitor_01"] = { label = "Monitor", weight = 1, }, ["stolen_mmaudio_01"] = { label = "MM Audio", weight = 1, }, ["stolen_tapeplayer_01"] = { label = "Tape Player", weight = 1, }, ["stolen_hairdryer_01"] = { label = "Hair Dryer", weight = 1, }, ["stolen_coffemac_02"] = { label = "Coffe Mac.", weight = 1, }, ["engine_oil"] = { label = "Engine Oil", weight = 1000, }, ["tyre_replacement"] = { label = "Tyre Replacement", weight = 1000, }, ["clutch_replacement"] = { label = "Clutch Replacement", weight = 1000, }, ["air_filter"] = { label = "Air Filter", weight = 100, }, ["spark_plug"] = { label = "Spark Plug", weight = 1000, }, ["brakepad_replacement"] = { label = "Brakepad Replacement", weight = 1000, }, ["suspension_parts"] = { label = "Suspension Parts", weight = 1000, }, -- Engine Items ["i4_engine"] = { label = "I4 Engine", weight = 1000, }, ["v6_engine"] = { label = "V6 Engine", weight = 1000, }, ["v8_engine"] = { label = "V8 Engine", weight = 1000, }, ["v12_engine"] = { label = "V12 Engine", weight = 1000, }, ["turbocharger"] = { label = "Turbocharger", weight = 1000, }, -- Electric Engines ["ev_motor"] = { label = "EV Motor", weight = 1000, }, ["ev_battery"] = { label = "EV Battery", weight = 1000, }, ["ev_coolant"] = { label = "EV Coolant", weight = 1000, }, -- Drivetrain Items ["awd_drivetrain"] = { label = "AWD Drivetrain", weight = 1000, }, ["rwd_drivetrain"] = { label = "RWD Drivetrain", weight = 1000, }, ["fwd_drivetrain"] = { label = "FWD Drivetrain", weight = 1000, }, -- Tuning Items ["slick_tyres"] = { label = "Slick Tyres", weight = 1000, }, ["semi_slick_tyres"] = { label = "Semi Slick Tyres", weight = 1000, }, ["offroad_tyres"] = { label = "Offroad Tyres", weight = 1000, }, ["drift_tuning_kit"] = { label = "Drift Tuning Kit", weight = 1000, }, ["ceramic_brakes"] = { label = "Ceramic Brakes", weight = 1000, }, -- Cosmetic Items ["lighting_controller"] = { label = "Lighting Controller", weight = 100, client = { event = "jg-mechanic:client:show-lighting-controller", } }, ["stancing_kit"] = { label = "Stancer Kit", weight = 100, client = { event = "jg-mechanic:client:show-stancer-kit", } }, ["cosmetic_part"] = { label = "Cosmetic Parts", weight = 100, }, ["respray_kit"] = { label = "Respray Kit", weight = 1000, }, ["vehicle_wheels"] = { label = "Vehicle Wheels Set", weight = 1000, }, ["tyre_smoke_kit"] = { label = "Tyre Smoke Kit", weight = 1000, }, ["bulletproof_tyres"] = { label = "Bulletproof Tyres", weight = 1000, }, ["extras_kit"] = { label = "Extras Kit", weight = 1000, }, -- Nitrous & Cleaning Items ["nitrous_bottle"] = { label = "Nitrous Bottle", weight = 1000, client = { event = "jg-mechanic:client:use-nitrous-bottle", } }, ["empty_nitrous_bottle"] = { label = "Empty Nitrous Bottle", weight = 1000, }, ["nitrous_install_kit"] = { label = "Nitrous Install Kit", weight = 1000, }, ["cleaning_kit"] = { label = "Cleaning Kit", weight = 1000, client = { event = "jg-mechanic:client:clean-vehicle", } }, ["repair_kit"] = { label = "Repair Kit", weight = 1000, client = { event = "jg-mechanic:client:repair-vehicle", } }, ["duct_tape"] = { label = "Duct Tape", weight = 1000, client = { event = "jg-mechanic:client:use-duct-tape", } }, -- Performance Item ["performance_part"] = { label = "Performance Parts", weight = 1000, }, -- Mechanic Tablet Item ["mechanic_tablet"] = { label = "Mechanic Tablet", weight = 1000, client = { event = "jg-mechanic:client:use-tablet", } }, -- Gearbox ["manual_gearbox"] = { label = "Manual Gearbox", weight = 1000, }, ["steak_frites"] = { label = "Steak Frites", weight = 1, stack = true, close = true, }, ["sugar"] = { label = "Sucre", weight = 1, stack = true, close = true, }, ["sushi_saumon"] = { label = "Sushi au Saumon", weight = 1, stack = true, close = true, }, ["beef"] = { label = "Viande hachée", weight = 1, stack = true, close = true, }, ["tomato"] = { label = "Tomate", weight = 1, stack = true, close = true, }, ["tomato_sauce"] = { label = "Sauce tomate", weight = 1, stack = true, close = true, }, ["burger_maison"] = { label = "Burger Maison", weight = 1, stack = true, close = true, }, ["butter"] = { label = "Beurre", weight = 1, stack = true, close = true, }, ["woodchips"] = { label = "Bois déchiqueté", weight = 1, stack = true, close = true, }, ["carrot"] = { label = "Carotte", weight = 1, stack = true, close = true, }, ["cheese"] = { label = "Fromage", weight = 1, stack = true, close = true, }, ["chicken"] = { label = "Poulet", weight = 1, stack = true, close = true, }, ["crepe_sucre"] = { label = "Crêpe Sucrée", weight = 1, stack = true, close = true, }, ["curry_powder"] = { label = "Curry", weight = 1, stack = true, close = true, }, ["dynasty_key"] = { label = "Clé de propriété", weight = 1, stack = true, close = true, }, ["egg"] = { label = "Oeuf", weight = 1, stack = true, close = true, }, ["flour"] = { label = "Farine", weight = 1, stack = true, close = true, }, ["gants"] = { label = "Gants de nettoyage", weight = 1, stack = true, close = true, }, ["ham"] = { label = "Jambon", weight = 1, stack = true, close = true, }, ["lettuce"] = { label = "Salade", weight = 1, stack = true, close = true, }, ["milk"] = { label = "Lait", weight = 1, stack = true, close = true, }, ["omelette_fromage"] = { label = "Omelette au Fromage", weight = 1, stack = true, close = true, }, ["onion"] = { label = "Oignon", weight = 1, stack = true, close = true, }, ["pasta"] = { label = "Pâtes", weight = 1, stack = true, close = true, }, ["pasta_bolo"] = { label = "Pâtes Bolognaise", weight = 1, stack = true, close = true, }, ["pizza_dough"] = { label = "Pâte à Pizza", weight = 1, stack = true, close = true, }, ["pizza_margherita"] = { label = "Pizza Margherita", weight = 1, stack = true, close = true, }, ["potato"] = { label = "Pomme de terre", weight = 1, stack = true, close = true, }, ["rice"] = { label = "Riz", weight = 1, stack = true, close = true, }, ["riz_curry"] = { label = "Riz au Curry", weight = 1, stack = true, close = true, }, ["salade_cesar"] = { label = "Salade César", weight = 1, stack = true, close = true, }, ["salt"] = { label = "Sel", weight = 1, stack = true, close = true, }, ["sandwich"] = { label = "Sandwich", weight = 1, stack = true, close = true, }, ["seaweed"] = { label = "Algue Nori", weight = 1, stack = true, close = true, }, ["soupe_legumes"] = { label = "Soupe de Légumes", weight = 1, stack = true, close = true, }, ["tortilla"] = { label = "Tortilla", weight = 1, stack = true, close = true, }, ["tacos_boeuf"] = { label = "Tacos au Boeuf", weight = 1, stack = true, close = true, }, ["axe"] = { label = "Hache", weight = 1, stack = true, close = true, }, [".45acp_magazine"] = { label = "Chargeur .45 ACP", weight = 1, stack = true, close = true, }, [".50bmg_magazine"] = { label = "Chargeur .50 BMG", weight = 1, stack = true, close = true, }, ["5.56mm_magazine"] = { label = "Chargeur 5.56mm", weight = 1, stack = true, close = true, }, ["7.62mm_magazine"] = { label = "Chargeur 7.62mm", weight = 1, stack = true, close = true, }, ["9mm_magazine"] = { label = "Chargeur 9mm", weight = 1, stack = true, close = true, }, ["casings"] = { label = "Douilles", weight = 1, stack = true, close = true, }, ["primers"] = { label = "Amorces", weight = 1, stack = true, close = true, }, ["gunpowder"] = { label = "Poudre à Canon", weight = 1, stack = true, close = true, }, ["lead"] = { label = "Plomb", weight = 1, stack = true, close = true, }, }
Créé il y a 4 semaines.