β¬οΈInstalling Resources
Here we will guide you through the basics from downloading the asset from your keymaster to where to put the folder, more specific instructions will be found on the left under resource name.
π Get your asset from Keymaster
After purchasing one of our scripts, head over to keymaster.fivem.net β this is where all of your purchased assets are managed.
Once logged in, click on "Purchased Assets", then locate the script you just bought.

From there, hit 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.
Last updated