Installation
Here you can learn the basic instructions to install the resource and get it running. As long as each step is followed correctly, there should no issues!
Last updated
Here you can learn the basic instructions to install the resource and get it running. As long as each step is followed correctly, there should no issues!
Last updated
It's recommend that you read each step carefully without skipping any lines, since all documentation is important and should not be ignored under any circumstances.
Once the purchase is made on our official website, you will receive your asset directly in your Cfx portal, in your own panel you can download the asset and install it following the following documentation.
If you have more problems regarding FiveM/RedM Escrow, accounts or asset startup errors you can go here and see if any of them match your case.
This asset has some dependencies that are mandatory. If you do not have these dependencies, your asset will probably not start and/or have some error messages in its command console.
OxMySQL
vorp_core
vorp_inventory
vorp_menu
This asset has some dependencies that are optional. You can replace these with any resource that you'd like
Legends-Keypress
You need to make sure assets start in the correct order, if something goes wrong you will probably get errors about exports not found, do not skip this step!
Make sure the order of assets are correct in your server.cfg file.
-- First, frameworks required
ensure vorp_core
ensure vorp_inventory
ensure vorp_menu
-- All other resources including
ensure legends-keypress -- Optional
ensure gs-moonshining
The following are the basic requirement's to get started with your framework. Open the 'config.lua' and follow the steps below...
Locale = 'en', -- Locale to use
FrameworkExportName = 'vorp_core', -- Export name for the framework
FrameworkSelectedCharacter = 'vorp:SelectedCharacter', -- Server side event triggered when character is selected
InventoryExportName = 'vorp_inventory', -- Export name for the inventory
InventoryOpenEvent = 'vorp_inventory:OpenInv', -- Event to open the inventory
Inside of the the root folder you will find an SQL file for the items table within your database. It will add the items to your database for vorp inventory. If you already have your own items then you can skip this. Just make sure you update the config with your items that you want to use.
Item images are NOT included. You will need to make or get these yourself. This is what I used: https://github.com/TankieTwitch/FREE-RedM-Image-Library The item names already match the corresponding image names within this resource
For more advanced configurations, please visit the Advanced Configurations section.
You can also join the discord for updates, player shared configs, and support.