Installation
Prerequisites
The following resources must be installed and started before pyra-airdrops:
| Resource | Where to get it |
|---|---|
| ox_lib | github.com/overextended/ox_lib (opens in a new tab) |
| Inventory resource | ox_inventory, qb-inventory, or your server's compatible inventory |
| pyra-bridge | Included in your purchase download |
Steps
Place the resource
Copy the pyra-airdrops folder into your server's resources/ directory (e.g. resources/[pyra]/pyra-airdrops).
Import the SQL
Run the contents of install.sql on your database. This creates the pyra_airdrops table used to persist active and historical drops.
Using HeidiSQL or similar:
- Open your server database
- Run
install.sql(File → Load SQL File, or paste and execute)
Add to server.cfg
ensure ox_lib
ensure pyra-bridge
ensure pyra-airdropsox_lib and pyra-bridge must appear above pyra-airdrops.
Restart the server
refresh
start pyra-airdrops⚠️
The install.sql step is required. Skipping it will cause the resource to fail on start with a database error.