{"id":62769,"date":"2023-05-14T22:05:57","date_gmt":"2023-05-14T20:05:57","guid":{"rendered":"https:\/\/fivem-mods.net\/?post_type=product&#038;p=62769"},"modified":"2025-12-24T07:29:43","modified_gmt":"2025-12-24T06:29:43","slug":"medicaments-de-base-qb","status":"publish","type":"product","link":"https:\/\/fivemx.com\/fr\/core-drugs-qb\/","title":{"rendered":"M\u00e9dicaments de base (qbCore)"},"content":{"rendered":"<p><strong><em>Compatible with qbCORE<\/em><\/strong><\/p>\n<p><strong>Summary<\/strong><\/p>\n<p>Grow drug plants later process them and consume or sell. Everything in one place with clean UI and well-made animations and effects. You can create drugs, drug plants and add up to 14 effects to one drug. Effects range from visual to beneficial ones.<\/p>\n<p><a href=\"https:\/\/streamable.com\/0iekr2\" target=\"_blank\" rel=\"nofollow noopener\">https:\/\/streamable.com\/0iekr2<\/a><\/p>\n<p><strong>Features<\/strong><\/p>\n<ul>\n<li>Growing plants<\/li>\n<li>Creating drugs yourself<\/li>\n<li>Processing tables<\/li>\n<li>Growth speed zones<\/li>\n<li>Sell drugs to NPC<\/li>\n<li>Consume animations<\/li>\n<li>Different plant types<\/li>\n<li>Modern UI<\/li>\n<\/ul>\n<p><strong>Dependencies<\/strong><\/p>\n<ul>\n<li>ESX<\/li>\n<\/ul>\n<p><strong>Customizability<\/strong><\/p>\n<p><em>The code is not obfuscated and nicely presented ! If you don\u2019t like to tinker with code the config allows you to change almost everything!<\/em><\/p>\n<p><strong><a class=\"wpil_keyword_link\" title=\"Support\" href=\"https:\/\/fivemx.com\/support\/\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"1303\">Support<\/a><\/strong><\/p>\n<p><em>If the script doesn\u2019t work properly or you don\u2019t know how to set it up properly i will happily assist you (maybe even add some cool suggested features)<\/em><\/p>\n<p>Config:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">Config = {\r\n\r\nOnlyZones = false, \u2014 Allow drug growth only in defined zones\r\nGlobalGrowthRate = 10, \u2014 In how many seconds it takes to update the plant (At 100% rate plant will grow 1% every update)\r\nDefaultRate = 10, \u2014 Plants planted outside zone default growth rate percentage\r\nWeightSystem = true, \u2014 Using ESX Weight System\r\n\r\nZones = {\r\n\r\n{\r\nCoords = vector3(1854.1574707031,4907.66015625,44.745887756348),\r\nRadius = 100.0,\r\nGrowthRate = 30.0,\r\nDisplay = true,\r\nDisplayBlip = 469, \u2014 Select blip from (https:\/\/docs.fivem.net\/docs\/game-references\/blips\/)\r\nDisplayColor = 2, \u2014 Select blip color from (https:\/\/docs.fivem.net\/docs\/game-references\/blips\/)\r\nDisplayText = \u2018Weed Zone\u2019,\r\nExclusive = {\u2018weed_lemonhaze_seed\u2019} \u2014 Types of drugs that will be affected in this are.\r\n}\r\n\r\n},\r\n\r\nPlantWater = {\r\n[\u2018water\u2019] = 10 \u2014 Item and percent it adds to overall plant water\r\n},\r\n\r\nPlantFood = {\r\n[\u2018fertilizer\u2019] = 15 \u2014 Item and percent it adds to overall plant food\r\n},\r\n\r\nPlants = { \u2014 Create seeds for drugs\r\n\r\n[\u2018weed_lemonhaze_seed\u2019] = {\r\nLabel = \u2018Lemon Haze\u2019, \u2014\r\nType = \u2018weed\u2019, \u2014 Type of drug\r\nImage = \u2018weed.png\u2019, \u2014 Image of plant\r\nPlantType = \u2018plant1\u2019, \u2014 Choose plant types from (plant1, plant2, small_plant) also you can change plants yourself in main\/client.lua line: 2\r\nColor = \u2018122, 232, 19\u2019, \u2014 Main color of the plant rgb\r\nProduce = \u2018weed_lemonhaze\u2019, \u2014 Item the plant is going to produce when harvested\r\nAmount = 3, \u2014 The max amount you can harvest from the plant\r\nSeedChance = 50, \u2014 Percent of getting back the seed\r\nTime = 3000 \u2014 Time it takes to harvest in miliseconds\r\n},\r\n[\u2018coca_seed\u2019] = {\r\nLabel = \u2018Coca Plant\u2019, \u2014\r\nType = \u2018cocaine\u2019, \u2014 Type of drug\r\nImage = \u2018coca.png\u2019, \u2014 Image of plant\r\nPlantType = \u2018plant2\u2019, \u2014 Choose plant types from (plant1, plant2, small_plant) also you can change plants yourself in main\/client.lua line: 2\r\nColor = \u2018255, 255, 255\u2019, \u2014 Main color of the plant rgb\r\nProduce = \u2018coca\u2019, \u2014 Item the plant is going to produce when harvested\r\nAmount = 3, \u2014 The max amount you can harvest from the plant\r\nSeedChance = 50, \u2014 Percent of getting back the seed\r\nTime = 3000 \u2014 Time it takes to harvest in miliseconds\r\n}\r\n\r\n},\r\n\r\nProcessingTables = { \u2014 Create processing table\r\n\r\n[\u2018cocaine_processing_table\u2019] = {\r\n\r\nLabel = \u2018Cocaine\u2019,\r\nModel = \u2018bkr_prop_coke_table01a\u2019, \u2014 Exanples: bkr_prop_weed_table_01a, bkr_prop_meth_table01a, bkr_prop_coke_table01a\r\nColor = \u2018255, 255, 255\u2019, \u2014 Color in RGB\r\nItem = \u2018cocaine\u2019, \u2014 Processed item\r\nTime = 10, \u2014 Time in seconds to process 1 item\r\nIngrediants = {\r\n[\u2018coca\u2019] = 3,\r\n[\u2018fuel\u2019] = 1\r\n}\r\n\r\n}\r\n\r\n},\r\n\r\nDrugs = { \u2014 Create you own drugs\r\n\r\n[\u2018weed_lemonhaze\u2019] = {\r\n\r\nLabel = \u2018Lemon Haze\u2019,\r\nAnimation = \u2018blunt\u2019, \u2014 Animations: blunt, sniff, pill\r\nTime = 30, \u2014 Time is added on top of 30 seconds\r\nEffects = { \u2014 Effects: runningSpeedIncrease, infinateStamina, moreStrength, healthRegen, foodRegen, drunkWalk, psycoWalk, outOfBody, cameraShake, fogEffect, confusionEffect, whiteoutEffect, intenseEffect, focusEffect\r\n\u2018intenseEffect\u2019,\r\n\u2018healthRegen\u2019,\r\n\u2018moreStrength\u2019,\r\n\u2018drunkWalk\u2019\r\n}\r\n\r\n},\r\n[\u2018cocaine\u2019] = {\r\n\r\nLabel = \u2018Cocaine\u2019,\r\nAnimation = \u2018sniff\u2019, \u2014 Animations: blunt, sniff, pill\r\nTime = 60, \u2014 Time is added on top of 30 seconds\r\nEffects = { \u2014 Effects: runningSpeedIncrease, infinateStamina, moreStrength, healthRegen, foodRegen, drunkWalk, psycoWalk, outOfBody, cameraShake, fogEffect, confusionEffect, whiteoutEffect, intenseEffect, focusEffect\r\n\u2018runningSpeedIncrease\u2019,\r\n\u2018infinateStamina\u2019,\r\n\u2018fogEffect\u2019,\r\n\u2018psycoWalk\u2019\r\n}\r\n\r\n}\r\n\r\n},\r\n\r\nDealers = {\r\n\r\n{\r\nPed = \u2018g_m_importexport_01\u2019,\r\nCoords = vector3(167.51689147949,6631.5473632813,30.527015686035),\r\nHeading = 200.0,\r\nPrices = {\r\n[\u2018weed_lemonhaze\u2019] = 10 \u2014 Item name and price for 1\r\n}\r\n}\r\n\r\n},\r\n\r\n\r\n\r\n\r\nText = {\r\n[\u2018planted\u2019] = \u2018Seed was planted!\u2019,\r\n[\u2018feed\u2019] = \u2018Plant was fed!\u2019,\r\n[\u2018water\u2019] = \u2018Plant was watered!\u2019,\r\n[\u2018destroy\u2019] = \u2018Plant was destroyed!\u2019,\r\n[\u2018harvest\u2019] = \u2018You harvested the plant!\u2019,\r\n[\u2018cant_plant\u2019] = \u2018You cant plant here!\u2019,\r\n[\u2018processing_table_holo\u2019] = \u2018~r~E~w~ Processing Table\u2019,\r\n[\u2018cant_hold\u2019] = \u2018You dont have space for this item!\u2019,\r\n[\u2018missing_ingrediants\u2019] = \u2018You dont have these ingrediants\u2019,\r\n[\u2018dealer_holo\u2019] = \u2018~g~E~w~ Sell drugs\u2019,\r\n[\u2018sold_dealer\u2019] = \u2018You sold drugs to dealer! +$\u2019,\r\n[\u2018no_drugs\u2019] = \u2018You dont have enough drugs\u2019\r\n}\r\n\r\n}\r\n\r\n\u2014 Only change if you know what are you doing!\r\nfunction SendTextMessage(msg)\r\n\r\nSetNotificationTextEntry(\u2018STRING\u2019)\r\nAddTextComponentString(msg)\r\nDrawNotification(0,1)\r\n\r\n\u2013EXAMPLE USED IN VIDEO\r\n\u2013exports[\u2018mythic_notify\u2019]:DoHudText(\u2018error\u2019, msg)\r\n\r\nend<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cr\u00e9ez des m\u00e9dicaments FiveM avec des effets visuels \u00e9tonnants, faites pousser des plantes m\u00e9dicinales, des tables de traitement<\/p>","protected":false},"featured_media":26198,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2894],"product_cat":[2332,512,2907],"product_tag":[2683,2690],"class_list":["post-62769","product","type-product","status-publish","has-post-thumbnail","product_brand-core","product_cat-crime-gang","product_cat-qbcore-scripts","product_cat-qbox-scripts","product_tag-core","product_tag-drug","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product\/62769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/comments?post=62769"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media\/26198"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media?parent=62769"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_brand?post=62769"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_cat?post=62769"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/product_tag?post=62769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}