🩺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 /openmedic in 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)


πŸ“Œ Notes

  • Flexible Access: Use command, events, or proximity promptsβ€”choose what fits your server best.

  • Job Restrictions: Use Config.WhitelistJobs to restrict access to specific jobs (leave empty for everyone).

  • Multilingual: Language and prompts are configurable.

Last updated