Skip to content
Tron edited this page Jan 14, 2023 · 7 revisions

━ How to get started?

  1. Head over to Assetify's Releases and download the latest build.
  2. Drag and drop the [Library] folder into your FiveM's resource folder after unzipping.
  3. Head over to assetify_library/settings/server.lua & assetify_library/settings/shared.lua and modify settings depending on your requirements & infrastructure.
  4. Type start assetify_library in the console and the library shall be successfully started. [Note: Make sure this library should be started prior to scripts using it]
  5. Presuming you have installed the library, this page guides you on how to get started with the framework!
  6. Initialize Assetify's module within the resource you want to use it.

━ How to Initialize the Module?

Add the below code once in either of the shared .lua script of the resource you want to use within:

--Declare it globally only once
loadstring(exports.assetify_library:import())()

--Optional: To import every module/features Assetify provides; Use the below mentioned
loadstring(exports.assetify_library:import("*"))()

━ How to setup Assets?

  • Make sure to read our FAQs.

  • Head over to the sidebar (Assets) and select the asset-pack you want to view further more about.