![[Standalone] Advanced Drug Menu main image](https://forum-cfx-re.akamaized.net/optimized/4X/b/b/a/bbac96a38f9df2dbfb68f57d9c8cd250eda86a1c_2_690x388.jpeg)
![[Standalone] Advanced Drug Menu thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/b/b/a/bbac96a38f9df2dbfb68f57d9c8cd250eda86a1c_2_690x388.jpeg)
![[Standalone] Advanced Drug Menu thumbnail 2](https://forum-cfx-re.akamaized.net/original/4X/3/9/1/3918b7889eaf7bd6f65c8dd2e7b72d2519d0e2ed.png)
![[Standalone] Advanced Drug Menu thumbnail 3](https://forum-cfx-re.akamaized.net/optimized/4X/b/b/a/bbac96a38f9df2dbfb68f57d9c8cd250eda86a1c_2_690x388.jpeg)
![[Standalone] Advanced Drug Menu thumbnail 4](https://forum-cfx-re.akamaized.net/optimized/4X/0/7/4/074b0573b79045f9851833ca06df94df068fbe13_2_690x381.jpeg)
![[Standalone] Advanced Drug Menu thumbnail 5](https://forum-cfx-re.akamaized.net/optimized/4X/8/2/6/82655d52bc4b1b5876d3a57bac2f1269f7ea7a5b_2_517x282.jpeg)
Price
UnknownA script by NickSeptic
Price
UnknownAn advanced drug script that can be used for recreational, and medical use.
This resource allows you to finally give your EMS crew access to use drugs while giving your CIV’s a nice extra way to enjoy their time.
We made this resource because we’ve never been able to find a script that allowed EMS to administer drugs to their patiënts, we think this adds an extra dynamic to the RP. We figured that if we’re making this, we might as well make it a universal solution, and give CIV’s the ability to use the drugs too.
We’ve added important configuration options. You can restrict the functionality to your users by using identifiers such as a Steam Hex, Ace permission, Discord ID or Discord Role. You can even disable parts of the menu completely. See Configuration below for more information.
Allow your medics to give drugs to patients (With individual effects):
Allow civilians to use drugs for themselves (With individual effects):
Restrict the menu based on:
Steam ID
Ace permission
Discord ID
Discord role (Whitelisting based on Discord roles requires Badger_Discord_API to be installed.
Config = {}
-- What do you want the command to be to open the menu?
Config.command = 'drugmenu'
-- Set the text to appear below the menu title.
Config.SubTitleText = "By Array Development"
-- Specify if you want to enable both parts of the menu?
Config.enableMedicalUse = true -- Enable Medical Use
Config.enableRecreationalUse = true -- Enable Recreational Use
-- Specify whether you want to restrict parts of the menu?
Config.whitelistMedicalUse = true -- Restrict Medical Use (Recommended to leave true)
Config.whitelistRecreationalUse = false -- Restrict Recreational Use
-- If Config.whitelistMedicalUse is set to true, who do you want to be able to use the menu?
Config.MedicalUse = {
steamID = {"iasm89892899w", "awdawk909k21s", "", "", "", "", "", ""},
discordID = {"SomeonesDiscordId", "92862829495722", "", "", "", "", "", ""},
acePerm = {"medic", "firedepartment", "", "", "", "", "", ""},
discordRole = {"EMS", "Fire Department", "", "", "", "", "", ""}
}
-- If Config.whitelistRecreationalUse is set to true, who do you want to be able to use the menu?
Config.RecreationalUse = {
steamID = {"", "", "", "", "", "", "", ""},
discordID = {"", "", "", "", "", "", "", ""},
acePerm = {"medic", "", "", "", "", "", "", ""},
discordRole = {"", "", "", "", "", "", "", ""}
}
-- Disable the healing effects gained from Oxygen and Saline, to prevent people with access to the medical use menu from healing people.
Config.disableMedicalDrugHealingEffects = false
-- Do you want to stop medics from being able to use the medical use menu on themselves. (eg. to prevent them from healing themselves)
Config.disableMedicalSelfUse = false
-- Do you want to enable the chat messages when drug functions are executed.
Config.enableChatMessages = true
-- If Config.enableChatMessages is true, what do you want the title of the message to be?
Config.chatMessagetitle = "Array_Drugs"
Special thanks to:
None of the content in this release should be considered medical advice, drug advice, or any sort of advice. We do not claim to know proper dosage, overdosage, etc. Dosage and overdosage are purely there as a gameplay mechanic.
No approved reviews found for this script yet.