-
-
Notifications
You must be signed in to change notification settings - Fork 499
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
For example, if I want to use mta-lua-async in my resources, I will have to manually add the script to all resources and their meta. Then, if this script is updated, I will have to manually replace the old script with a new one.
It's tiring when you have a lot of resources.
Describe the solution you'd like
Automatically include scripts from includes folder in all resources.
Example:
includes
async.lua
firstResource
...
secondResource
...
async.lua will be included in all resources.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request