bcool / ULX-Global-Ban

A Global Ban System designed to be used only with ULX / ULib Garry's Mod servers.
7 stars 15 forks source link

eror #27

Open hodyrev74 opened 6 years ago

hodyrev74 commented 6 years ago

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!

  1. require - [C]:-1
    1. unknown - addons/ulx_globalbanmodule/lua/globalban/gb_mysqloo.lua:6
    2. include - [C]:-1
      1. 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 = {}

jack-douglas commented 6 years ago

is mysqloo installed?

bcool commented 6 years ago

Sounds like MySQLOO isn't installed, if it is, please comment and I'll look into it further