> For the complete documentation index, see [llms.txt](https://fiveos.gitbook.io/fiveos-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fiveos.gitbook.io/fiveos-docs/guides/export_to_fivem.md).

# Install in dpemotes

You exported a `.dpemotes.zip` from FiveOS. Here's how to make it playable on your server. Takes a couple of minutes.

![dpemotes folder](/files/MXt9B06sSIKjadwSwzD7)

## Steps

1. Find your **dpemotes** folder on the server. It's usually at `resources/[addons]/dpemotes/`.
2. Unzip the FiveOS `.zip` on top of that folder. The animation file drops into the right spot automatically.
3. Open the small `.lua` text file from the zip, copy everything inside it, and paste it into `dpemotes/client/AnimationListCustom.lua`. Save.
4. Restart the resource. In your server console or txAdmin, type:

   ```
   restart dpemotes
   ```

   (A full server restart works too.)
5. Jump in-game and type `/e mywave` (use the name you saved it as).

## If it doesn't work

* **Nothing happens when you play it:** make sure the animation file landed in `dpemotes/stream/` and its name matches the name in your snippet.
* **Prop is missing:** the prop name might be wrong or not loaded on your server. Try `prop_phone_ing` first — it always exists.
* **Prop is in the wrong spot:** nudge the placement numbers in the snippet a little at a time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://fiveos.gitbook.io/fiveos-docs/guides/export_to_fivem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
