Follow the base load order
Follow FIRST STEPS (READ FIRST) for the load order.
Then verify these dependencies are already running:
your database layer through the bridge or oxmysql
your target resource if Config.Target = true
ox_lib is required for the bundled notify and TextUI helpers.
Let the database initialize
The resource creates or maintains several tables through its server modules.
Verify your SQL layer is working before testing:
med_insurance_commissions
Align jobs and locations
Review these first:
Config.Job and Config.MinimumGrade
Config.PharmacyPermissions
every pharmacy location in Config.Pharmacies
The default pharmacy coordinates target Envi Pop's Pills.
If you use a different map, move the ped, counter, restock, kiosk, and shelf coordinates.
Register your items
Add the prescription pad, prescription item, medications, lean chain, and narcan.
Your inventory must support item metadata for prescriptions and medication items.
Wire open integrations
Review these open hooks before going live:
Notify, TextUI, and HideTextUI
If you use restock vans, finish the vehicle key integration first.