DirkScripts
Docs
⬇️ Installing Resources
#🔑 Get your asset from Cfx Portal
After purchasing one of our scripts, head over to portal.cfx.re ↗ — this is where your purchased assets are managed.
Once logged in, click on "Purchased Assets", then locate the script you just bought.
![]()
From there, click Download to grab the latest version.
![]()
#📂 Installation Guide
If this is your first time installing a DirkScripts resource, we recommend creating a folder named:
[dirk]
Place all DirkScripts scripts and their dependencies inside this folder. This keeps everything organised and ensures proper start order.
Example structure:
resources/
└── [dirk]/
├── dirk_inventory
├── dirk_traphouse
└── dirk_dependencies
Add the following to your server.cfg:
The best location is somewhere after your framework and it's dependencies start.
ensure [dirk]
This approach helps avoid loading issues and makes updates easier down the line.
