Editable Functionality
Client
Vehicle Keys
Calling the Police
Using the Panic Button
Notifications and TextUI if you move them off the bundled helpers
Playing Animations
All Drug Effects
Healing
Armor
Stamina
Blur
Speed
Strength
Stress
Various Vision Effects
Slow Effect
Drowsy
Overdosing
Lean
Target Options
When to Start and Stop Overdose Effects
Insurance and pharmacy flow hooks in the open client files
Server
Vehicle Keys
Discord Logs
Webhook helper
Giving Medication to Player's Inventory
Checking Medication
Getting Medication from Pharmacist
Writing Prescriptions
Creating Usable Medication Items
Getting Player Info
Insurance and broker flow helpers
Prescription metadata builders
Common open edit points
Most server-specific edits happen in:
shared/config.luashared/lang.luaclient/client_open.luaserver/server_open.luainsurance and broker open files
Common examples:
swap
NotifyorTextUIhelperschange dispatch integration
change vehicle key integration
change Discord logging
adjust how medication metadata is built
Last updated