Installation
This guide will walk you through installing prp-aerialrun on your FiveM server.
Installation steps
1
Download the resources
Download both
prp-aerialrun and prp-crate-assets from the CFX portal and place them in your resources folder.2
Add to server.cfg
Add
prp-aerialrun to your server.cfg after all dependencies. ensure oxmysql
ensure ox_lib
ensure prp-bridge
ensure prp-minigames
ensure prp-crate-assets
ensure prp-aerialrun3
Add items
Add the required items to your inventory resource — see Items below.
4
Configure
Open
config.lua to configure the mission parameters, drop locations, loot tables and decrypt terminal settings.5
Optional: inventory icons
Custom inventory icons are included in the
installation/inventory icons folder. Copy them to your inventory resource's image directory if you'd like to use them.Items
Add all required items to your inventory resource using the format appropriate for your setup.
Add the items below to your ox_inventory into data/items.lua.
lua
["ar_pendrive_a"] = {
label = "Encrypted Pendrive",
weight = 50,
stack = false,
},
["ar_pendrive_b"] = {
label = "Decrypted Pendrive",
weight = 50,
stack = false,
},
["ar_start_item"] = {
label = "Supply Drop Pass",
weight = 50,
stack = false,
},TIP
The parachute item is given to the pilot automatically during the mission. Make sure it exists in your inventory resource.
TIP
The drug items used in the Convert Ped exchanges (pure_meth_brick_*, cocaine_mission_brick, mdma_brick) come from other crime scripts. Make sure those resources are running before prp-aerialrun.