> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Client

> Client-side events and exports available in Drugs Creator.

This page lists the **client-side** events and exports available in Drugs Creator.

<CardGroup cols={2}>
  <Card title="Notifications" icon="bell" href="/drugs-creator/client/replace-default-notifications">
    Replace the default notification system.
  </Card>

  <Card title="Help notifications" icon="circle-info" href="/drugs-creator/client/replace-default-help-notifications">
    Use your own TextUI via modules.
  </Card>

  <Card title="Mugshot notifications" icon="id-card" href="/drugs-creator/client/replace-default-mugshot-notifications">
    Replace the notification shown when an NPC refuses a drug.
  </Card>

  <Card title="Police alert" icon="siren-on" href="/drugs-creator/client/replace-default-police-alert">
    Use your own dispatch script via modules.
  </Card>

  <Card title="Progress bar" icon="spinner" href="/drugs-creator/client/replace-disable-default-progress-bar">
    Replace the default progress bar.
  </Card>

  <Card title="Manually start drugs effects" icon="wand-magic-sparkles" href="/drugs-creator/client/manually-start-drugs-effects">
    Trigger drug effects manually.
  </Card>

  <Card title="NPC Selling" icon="user" href="/drugs-creator/client/npc-selling">
    Events and exports for selling drugs to NPCs.
  </Card>

  <Card title="Territories" icon="map" href="/drugs-creator/client/territories">
    Exports for reading territory ownership.
  </Card>
</CardGroup>


## Related topics

- [Client](/blips-creator/client/index.md)
