-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tron edited this page Jan 14, 2023
·
7 revisions
- Head over to Assetify's Releases and download the latest build.
- Drag and drop the [Library] folder into your FiveM's resource folder after unzipping.
- Head over to
assetify_library/settings/server.lua
&assetify_library/settings/shared.lua
and modify settings depending on your requirements & infrastructure. - 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] - Presuming you have installed the library, this page guides you on how to get started with the framework!
- Initialize Assetify's module within the resource you want to use it.
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("*"))()
-
Make sure to read our FAQs.
-
Head over to the sidebar (Assets) and select the asset-pack you want to view further more about.