# bedoflex Airdrop

## ------INSTALLATION------

## STEP 1 - Unzip The Folder

Unzip the script folder than copy or cut everything inside file and paste it on your server resources folder.&#x20;

## STEP 2 - Add Script To Server

Add the script to you server config : " ensure  bedoflex-airdrop". ( **NOTE : Please don't change the script name or folder name.)**

## STEP 3 -  Script Configuration&#x20;

When you open the config file you'll see a lines of codes to configure it to your server.

## STEP 4 -  Useable Exports&#x20;

### Clientside Exports

* exports\['bedoflex-airdrop']:inZone()

  This export returns the following information:

  * If the player is in an airdrop zone:
    * 1st parameter: `true` (indicates the player is in the airdrop zone)
    * 2nd parameter: The ID of the airdrop the player is in
  * If the player is not in an airdrop zone:
    * 1st parameter: `false` (indicates the player is not in any airdrop zone)
    * 2nd parameter: Not returned

### Serverside Exports

* exports\['bedoflex-airdrop']:SendAirdrop(random, source)
  * If the first parameter (`random`) is set to `true`, the airdrop will drop at a random location defined in the configuration.
  * If the second parameter (`source`) is provided and `random` is set to `false`, the airdrop will be sent to the player's current location corresponding to the given source.

## INFOS

**Tebex :** [**https://bedoflexdev.tebex.io/package/6418324**](https://bedoflexdev.tebex.io/package/6418324)

**Discord :** [**https://discord.gg/bedoflexdev**](https://discord.gg/bedoflexdev)

<figure><img src="/files/osogI5ehQ7sLBn26Jpa2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://bedoflexdev.gitbook.io/development/scripts/bedoflex-airdrop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
