We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Couldn't include file 'includes/modules/mysqloo.lua' (File not found) (@addons/ulx_globalbanmodule/lua/globalban/gb_mysqloo.lua (line 6))
[ERROR] addons/ulx_globalbanmodule/lua/globalban/gb_mysqloo.lua:6: Module not found!
//Require MySQLOO local MySQLOO = require( 'mysqloo' ) require( 'mysqloo' )
//Include Globals include('gb_config.lua')
//Setup Fail QueryLine Ups ULX_GB_F = {}
The text was updated successfully, but these errors were encountered:
is mysqloo installed?
Sorry, something went wrong.
Sounds like MySQLOO isn't installed, if it is, please comment and I'll look into it further
No branches or pull requests
Couldn't include file 'includes/modules/mysqloo.lua' (File not found) (@addons/ulx_globalbanmodule/lua/globalban/gb_mysqloo.lua (line 6))
[ERROR] addons/ulx_globalbanmodule/lua/globalban/gb_mysqloo.lua:6: Module not found!
3. include - [C]:-1
4. unknown - addons/ulx/lua/autorun/ulx_globalban.lua:9
gb_mysqloo.lua :
--ULX Global Ban
--Adobe And NigNog
//Require MySQLOO
local MySQLOO = require( 'mysqloo' )
require( 'mysqloo' )
//Include Globals
include('gb_config.lua')
//Setup Fail QueryLine Ups
ULX_GB_F = {}
The text was updated successfully, but these errors were encountered: