π©ΊMedical Records
Script developed for the server REVEALED | FR | Free Access | Serious RP
β‘ Getting Started
Make sure to read the README file for full instructions!
π¬ How to Open the Medical Menu
You can trigger the medical records UI in several ways:
1. π By Command
Set the command in config:
Config.Command = "openmedic"Players type
/openmedicin chat to open the medical UI.Set to
""to disable the command.
2. π¦ From Client Event
Trigger this on the client to open the UI locally:
TriggerEvent("bt_medical:showUI")3. π§ From Server Event
Ask the server to tell a specific client to open the UI:
TriggerClientEvent("bt_medical:showUI", source)4. π By Proximity (Prompt Zones)
Define coordinates where a prompt will appear:
When a player enters the range, a prompt appears.
Holding the interaction key (default:
U) will open the medical menu.
βοΈ Configuration Example (config.lua)
config.lua)π Notes
Flexible Access: Use command, events, or proximity promptsβchoose what fits your server best.
Job Restrictions: Use
Config.WhitelistJobsto restrict access to specific jobs (leave empty for everyone).Multilingual: Language and prompts are configurable.
Last updated