-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
ᴏᴠ ━ ᴀɴɪꜱᴀ edited this page Dec 5, 2024
·
29 revisions
-
- Visit Assetify.library's releases.
- Download the latest build.
-
- Unzip the package.
- Drag and drop the [Library] folder into
YourMTAFolder/server/mods/deathmatch/resources
.
-
assetify_library/settings/server.lua
assetify_library/settings/shared.lua
-
# Refresh library refresh # Grant library permissions aclrequest allow assetify_library all # Start the library start assetify_library
-
- Install as directed on its wiki.
-- Global initialization (do this only once)
loadstring(exports.assetify_library:import())()
-- Optional: Import all modules and their respective features
loadstring(exports.assetify_library:import("*"))()
- 📖 Prerequisite: Read the FAQs.
- 🗂️ Navigate to the sidebar's 'Assets' section.
- 🔍 Select your desired asset-pack for detailed information.
🌟 Pro-Tip: Always ensure the library is started before resources that depend on it!