> For the complete documentation index, see [llms.txt](https://docs.rytrak.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rytrak.fr/scripts/advanced-pepper-spray/test-it-now.md).

# Test it now

Read more: [Test our resources for free with Zap-Hosting](/test-our-resources-for-free-with-zap-hosting.md)

**Important Notes:**

* You must have at least two players connected to properly test the pepperspray functionality.
* The configuration used on the test server may differ from your ideal setup.

***

### **How to Test the Pepper Spray on the Test Server**

1. **Give Yourself the Pepper Spray** To give yourself the Pepper Spray, use the following command in the chat:

   ```
   /giveitem me WEAPON_PEPPERSPRAY
   ```
2. **Give Yourself the Decontamination Spray** To give yourself the Decontamination Spray, use this command:

   ```
   /giveitem me WEAPON_ANTIDOTE
   ```
3. **Open Your Inventory** Press **F2** to open your in-game inventory.
4. **Use the Pepper Spray** Once the **Pepper Spray** is in your inventory, drag it to the use button to equip and use it.
5. **Use the Decontamination Spray** To cleanse yourself from the effects of the **Pepper Spray**, use the **Decontamination Spray** in the same manner.

***

### Test Environment

* The **Pepper Spray** and **Decontamination Spray** can be used by any player who has them in their inventory.
* Test the functionality by using the **Pepper Spray** and **Decontamination Spray** on yourself or other players in different scenarios.

#### Coordinates:

* **Pepper Spray Refill Coordinates:**
  * **x:** -323.72
  * **y:** -1465.74
  * **z:** 30.55
* **Decontamination Spray Refill Coordinates:**
  * Same as above, for both sprays.

You can teleport to these coordinates to refill your **Pepper Spray** and **Decontamination Spray**.

### How to Teleport

To teleport to the coordinates, open the vMenu via F1 and follow the image below.

![](/files/nguuFvvpQfO0REDGYJpV)


---

# 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://docs.rytrak.fr/scripts/advanced-pepper-spray/test-it-now.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.
