# FAQ

## FAQ

### Smoke effects not showing

The script uses exp\_grd\_flare from the core particle asset. This effect works in most locations but may not appear in certain interiors or far from players. Make sure you are within render distance of the crate when it lands.

### Parachute looks wrong

Use the prop editor to adjust. Type /propeditor in chat. Adjust Z offset to move parachute up or down. Save with Enter and paste values into config.

### Panel not opening

Check that you have admin permission in your framework. Make sure the command name matches /airdrop. Check F8 console for errors. Make sure ox\_lib is started before elena\_airdrop.

### Items not giving

Make sure item names in loot tables match your inventory system exactly. Item names are case sensitive. For weapons use full GTA V hash like WEAPON\_PISTOL and WEAPON\_SMG.

### Target not showing on crate

Check that ox\_target or qb-target is started. Check Config.Airdrop.TargetSystem is set to auto or your target resource name. Make sure you are within InteractionDistance of the crate. The crate may have been looted already.

### Discord logs not sending

Check webhook URL is correct in config. Make sure Config.Discord.Enabled is true. Check that specific log type is enabled in LogTypes. Webhook URL must start with <https://discord.com/api/webhooks/>

### Database tables not created

Tables are created automatically on first start. If they are missing check oxmysql is running, check database connection in server.cfg, and manually run install.sql as fallback.

### Multiple airdrops spawning

Check Config.Airdrop.MaxActiveDrops value. Default is 3. Set to 1 if you want only one at a time.

### Cooldown not working

Global cooldown is Config.Airdrop.CooldownTime in seconds. Default is 600 which is 10 minutes. Admin spawns also trigger cooldown.

### Auto drop not working

Make sure Config.AutoDrop.Enabled is set to true. Also check that MinPlayers requirement is met.

### Cinematic camera not activating

Check Config.CinematicCam.Enabled is true. For automatic mode you must be within 200 meters of the drop location. Use /airdropcam for manual activation on any active airdrop.

### Loot popup not closing

The popup auto-closes after 6 seconds. You can also click the X button to close it manually. If it stays open check F8 console for NUI errors.


---

# 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://elena-scripts.gitbook.io/elenascripts/core-systems/airdrop/faq.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.
