#I have two errors...

1 messages · Page 1 of 1 (latest)

viscid elbow
#

^1SCRIPT ERROR: @cw-performance/client/client.lua:17: attempt to index a nil value (global 'lib')^7

^1SCRIPT ERROR: @cw-performance/client/drawtextDisplaying.lua:73: attempt to index a nil value (global 'lib')^7

shut flint
#

Did you verify that the config is set up for your server?

viscid elbow
#

yes

shut flint
#

You use ox?

viscid elbow
#

yes i use ox

shut flint
#

Did you make sure ox is enabled in the fxmanifest?

viscid elbow
#

fx_version 'cerulean'
lua54 'yes'
version '3.0'

game 'gta5'

shared_scripts {
'config.lua',
-- '@ox_lib/init.lua',
}

client_scripts{
'client/*.lua',
}

dependency{
'oxmysql',
}

#

ok?

shut flint
#

Remove the comment in front of ox import

viscid elbow
#

shared_scripts {
'config.lua',
-- '@ox_lib/init.lua',
}

client_scripts{
'client/*.lua',
}

dependency{
'oxmysql',
}

#

Is this correct?

shut flint
#

No? You didn't change anything haha

#

Remove the "--" Infront of the ox import in shared scripts