> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_clothestore/developer-api/server-events.md).

# Server Events

### Opening a clothing store menu:

Event to run the store menu using, for example, npc talk script

<figure><img src="/files/DhtJRjBNMEsNNFNmTfEe" alt=""><figcaption><p>The ID in the event is that number marked with a red circle in the screenshot</p></figcaption></figure>

```lua
TriggerClientEvent("vms_clothestore:open", source, ID)
```
