{"id":26197,"date":"2021-12-12T18:07:31","date_gmt":"2021-12-12T17:07:31","guid":{"rendered":"https:\/\/esx-scripts.com\/?post_type=product&#038;p=26197"},"modified":"2025-12-24T07:29:37","modified_gmt":"2025-12-24T06:29:37","slug":"kernmedikamente-2","status":"publish","type":"product","link":"https:\/\/fivemx.com\/de\/core-drugs\/","title":{"rendered":"Kernmedikamente (ESX)"},"content":{"rendered":"<p><em>Compatible with OneSync, ESX 1.1, ESX 1.2, ESX 1.final\u00a0<\/em><\/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=\"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&#8217;t 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=\"1291\">Support<\/a><\/strong><\/p>\n<p><em>If the script doesn&#8217;t work properly or you don&#8217;t 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, -- Allow drug growth only in defined zones\r\nGlobalGrowthRate = 10, -- In how many seconds it takes to update the plant (At 100% rate plant will grow 1% every update)\r\nDefaultRate = 10, -- Plants planted outside zone default growth rate percentage\r\nWeightSystem = true, -- 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, -- Select blip from (https:\/\/docs.fivem.net\/docs\/game-references\/blips\/)\r\nDisplayColor = 2, -- Select blip color from (https:\/\/docs.fivem.net\/docs\/game-references\/blips\/)\r\nDisplayText = 'Weed Zone',\r\nExclusive = {'weed_lemonhaze_seed'} -- Types of drugs that will be affected in this are.\r\n}\r\n\r\n},\r\n\r\nPlantWater = {\r\n['water'] = 10 -- Item and percent it adds to overall plant water\r\n},\r\n\r\nPlantFood = {\r\n['fertilizer'] = 15 -- Item and percent it adds to overall plant food\r\n},\r\n\r\nPlants = { -- Create seeds for drugs\r\n\r\n['weed_lemonhaze_seed'] = {\r\nLabel = 'Lemon Haze', --\r\nType = 'weed', -- Type of drug\r\nImage = 'weed.png', -- Image of plant\r\nPlantType = 'plant1', -- Choose plant types from (plant1, plant2, small_plant) also you can change plants yourself in main\/client.lua line: 2\r\nColor = '122, 232, 19', -- Main color of the plant rgb\r\nProduce = 'weed_lemonhaze', -- Item the plant is going to produce when harvested\r\nAmount = 3, -- The max amount you can harvest from the plant\r\nSeedChance = 50, -- Percent of getting back the seed\r\nTime = 3000 -- Time it takes to harvest in miliseconds\r\n},\r\n['coca_seed'] = {\r\nLabel = 'Coca Plant', --\r\nType = 'cocaine', -- Type of drug\r\nImage = 'coca.png', -- Image of plant\r\nPlantType = 'plant2', -- Choose plant types from (plant1, plant2, small_plant) also you can change plants yourself in main\/client.lua line: 2\r\nColor = '255, 255, 255', -- Main color of the plant rgb\r\nProduce = 'coca', -- Item the plant is going to produce when harvested\r\nAmount = 3, -- The max amount you can harvest from the plant\r\nSeedChance = 50, -- Percent of getting back the seed\r\nTime = 3000 -- Time it takes to harvest in miliseconds\r\n}\r\n\r\n},\r\n\r\nProcessingTables = { -- Create processing table\r\n\r\n['cocaine_processing_table'] = {\r\n\r\nLabel = 'Cocaine',\r\nModel = 'bkr_prop_coke_table01a', -- Exanples: bkr_prop_weed_table_01a, bkr_prop_meth_table01a, bkr_prop_coke_table01a\r\nColor = '255, 255, 255', -- Color in RGB\r\nItem = 'cocaine', -- Processed item\r\nTime = 10, -- Time in seconds to process 1 item\r\nIngrediants = {\r\n['coca'] = 3,\r\n['fuel'] = 1\r\n}\r\n\r\n}\r\n\r\n},\r\n\r\nDrugs = { -- Create you own drugs\r\n\r\n['weed_lemonhaze'] = {\r\n\r\nLabel = 'Lemon Haze',\r\nAnimation = 'blunt', -- Animations: blunt, sniff, pill\r\nTime = 30, -- Time is added on top of 30 seconds\r\nEffects = { -- Effects: runningSpeedIncrease, infinateStamina, moreStrength, healthRegen, foodRegen, drunkWalk, psycoWalk, outOfBody, cameraShake, fogEffect, confusionEffect, whiteoutEffect, intenseEffect, focusEffect\r\n'intenseEffect',\r\n'healthRegen',\r\n'moreStrength',\r\n'drunkWalk'\r\n}\r\n\r\n},\r\n['cocaine'] = {\r\n\r\nLabel = 'Cocaine',\r\nAnimation = 'sniff', -- Animations: blunt, sniff, pill\r\nTime = 60, -- Time is added on top of 30 seconds\r\nEffects = { -- Effects: runningSpeedIncrease, infinateStamina, moreStrength, healthRegen, foodRegen, drunkWalk, psycoWalk, outOfBody, cameraShake, fogEffect, confusionEffect, whiteoutEffect, intenseEffect, focusEffect\r\n'runningSpeedIncrease',\r\n'infinateStamina',\r\n'fogEffect',\r\n'psycoWalk'\r\n}\r\n\r\n}\r\n\r\n},\r\n\r\nDealers = {\r\n\r\n{\r\nPed = 'g_m_importexport_01',\r\nCoords = vector3(167.51689147949,6631.5473632813,30.527015686035),\r\nHeading = 200.0,\r\nPrices = {\r\n['weed_lemonhaze'] = 10 -- 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['planted'] = 'Seed was planted!',\r\n['feed'] = 'Plant was fed!',\r\n['water'] = 'Plant was watered!',\r\n['destroy'] = 'Plant was destroyed!',\r\n['harvest'] = 'You harvested the plant!',\r\n['cant_plant'] = 'You cant plant here!',\r\n['processing_table_holo'] = '~r~E~w~ Processing Table',\r\n['cant_hold'] = 'You dont have space for this item!',\r\n['missing_ingrediants'] = 'You dont have these ingrediants',\r\n['dealer_holo'] = '~g~E~w~ Sell drugs',\r\n['sold_dealer'] = 'You sold drugs to dealer! +$',\r\n['no_drugs'] = 'You dont have enough drugs'\r\n}\r\n\r\n}\r\n\r\n-- Only change if you know what are you doing!\r\nfunction SendTextMessage(msg)\r\n\r\nSetNotificationTextEntry('STRING')\r\nAddTextComponentString(msg)\r\nDrawNotification(0,1)\r\n\r\n--EXAMPLE USED IN VIDEO\r\n--exports['mythic_notify']:DoHudText('error', msg)\r\n\r\nend<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Drogen mit atemberaubenden visuellen Effekten herstellen, Drogenpflanzen anbauen, Verarbeitungstische<\/p>","protected":false},"featured_media":26198,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_brand":[2894],"product_cat":[2332,96],"product_tag":[2683,2690],"class_list":["post-26197","product","type-product","status-publish","has-post-thumbnail","product_brand-core","product_cat-crime-gang","product_cat-esx-scripts","product_tag-core","product_tag-drug","first","instock","sale","downloadable","virtual","taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product\/26197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/comments?post=26197"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media\/26198"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/media?parent=26197"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_brand?post=26197"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_cat?post=26197"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fivemx.com\/de\/wp-json\/wp\/v2\/product_tag?post=26197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}