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

# 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>
