Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script error #51

Open
LunaMcSkye opened this issue May 21, 2024 · 1 comment
Open

script error #51

LunaMcSkye opened this issue May 21, 2024 · 1 comment

Comments

@LunaMcSkye
Copy link

SCRIPT ERROR: @jim-shops/shared/shared.lua:3: attempt to index a nil value (global 'Config')
[ script:jim-shops] > fn (@jim-shops/shared/shared.lua:3)
[ script:jim-shops] SCRIPT ERROR: @jim-shops/shared/shops.lua:283: attempt to index a nil value (global 'Config')
[ script:jim-shops] > fn (@jim-shops/shared/shops.lua:283)
[ script:jim-shops] SCRIPT ERROR: @jim-shops/server.lua:466: attempt to index a nil value (global 'Config')
[ script:jim-shops] > fn (@jim-shops/server.lua:466)
[ script:jim-shops] SCRIPT ERROR: @jim-shops/server.lua:273: attempt to index a nil value (global 'Config')
[ script:jim-shops] > handler (@jim-shops/server.lua:273)
[ script:jim-shops] > handler (@jim-shops/server.lua:4)
[ script:jim-shops] SCRIPT ERROR: @jim-shops/server.lua:7: attempt to index a nil value (global 'Config')
[ resources] Started resource jim-shops

@LunaMcSkye
Copy link
Author

Config = {
System = {
Debug = false, -- Enable to add debug boxes and message.
img = "ox-inventory/web/images/", -- Set this to your inventory

	--- FRAMEWORK OPTIONS ---
	Inv = "ox", 		-- Supports "qb"	(qb-inventory) -- leave as "qb" for ps-inventory
						-- "ox"				(ox_inventory)

	Menu = "qb",        -- Supports "qb"    (qb-menu)
						-- "ox"             (ox_lib)
						-- "gta"            (warmenu)

	Notify = "qb",     -- Supports "qb"    (qb-core)
						-- "ox"             (ox_lib)
						-- "gta"            (gta native)

	Callback = "ox",    -- Supports "qb"    (qb-core)
						-- "ox"             (ox_ib)

	Target = "ox",      -- Supports "qb"    (qb-target)
						-- "ox"             (ox_target)

	MenuExport = "qb-menu", -- If using "qb", what is your menu called, usually "qb-menu", "qbx-menu", "jixel-menu" etc
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant