HexscriptsClassicAirdrop
Installation
Here you will get the full Installation guide to get this script running.
Download Asset
Login in your FiveM Portal Account
To Download our Script you must login in your Fivem Portal Account
Download the Script
If you are sucessfully logged in into your Account go to Assets and search by the script hex_airdrop then download it.
Download Dependencies
| Dependency | Required |
|---|---|
| es_extended | |
| oxmysql |
Start Asset
To make sure the asset start and run properly, you need to add them in the correct order inside your server.cfg. Below is an example of how it should look.
Note
You can also create a folder called [hex] inside your resources folder. If you own multiple scripts from us, you won’t need to add each one separately to your server.cfg.
# 1. Start database wrapper called oxmysql
ensure oxmysql
# 2. Start the specific framework
ensure es_extended or qb-core or qbx_core
# 3. Now start our asset singularly
ensure hex_airdrop
# Or you can start all of our assets at once into a folder called [hex]
ensure [hex]