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.lua

  • shared/lang.lua

  • client/client_open.lua

  • server/server_open.lua

  • insurance and broker open files

Common examples:

  • swap Notify or TextUI helpers

  • change dispatch integration

  • change vehicle key integration

  • change Discord logging

  • adjust how medication metadata is built

Last updated