This guide covers everything from downloading the resource to proper server configuration. Follow each step in order. If you encounter issues, refer to the Troubleshooting section at the bottom.
📌 REQUIREMENT — You must own this asset through your CFX portal account.
Access your purchased assets via the CFX portal. Downloads are unlimited, allowing you to re-download for updates or fresh installations at any time.
Navigate to the official CFX portal at portal.cfx.re and authenticate with your account.
Visit the "Granted Assets" page to see all assets linked to your account. Find the onex-radialmenu resource and initiate the download.
Correct startup sequence is critical for proper functionality. For optimal organization, place all Onex resources and their dependencies within a dedicated [onex] folder.
📌 WARNING — Manual startup requires loading each dependency in the exact order specified below.
server.cfg# Initialize core framework before any other resources ensure es_extended or qb-core # Load all Onex resources with automatic dependency resolution ensure [onex]
Alternative setup for individual resource management:
server.cfg# Initialize core framework before any other resources ensure es_extended or qb-core ensure [inventory] # Load Onex resources after all dependencies ensure onex-radialmenu
Last updated 3 days ago