PickleModifications / pickle_consumables

A fully immersive and first of it's kind consumables system.
GNU General Public License v3.0
23 stars 14 forks source link

No shared.lua on fxmanifest #5

Open ABurnett02 opened 1 month ago

ABurnett02 commented 1 month ago

You're supposed to have a shared.lua file per the manifest but there's nothing mentioned of it. Will the script work without it?

AnthoHansen commented 1 month ago

Hi there.

shared_scripts {
    '@ox_lib/init.lua',
    'config.lua',
    'core/shared.lua', -- This is the part of the code when it's mentioned
    "locales/*.lua",
    'modules/**/shared.lua',
    'bridge/**/shared.lua',
}

Have a nice day @ABurnett02