#How can I fix this error?
1 messages · Page 1 of 1 (latest)
Read the pinned post at the top of this channel, follow those steps. Also even though its part of those steps check your config file since it says you dong have ox lib, as well as qbx_core. meaning your config is clearly not setup properly.
Make sure ox_lib starts before cw-racingapp. Just ensure it before qb-core.
The second error occurs because you're not using qbx_core. If you want to remove it to prevent the "Failed to load script" error, go to cw-racingapp/fxmanifest.lua and remove:
'@qbx_core/modules/playerdata.lua'
In the shared_scripts section, it should look something like this after modification.
Server Cfg Example
What server base do you use?
I thought you were using qb-core
At least that's what your roles say 😄
Me personally, I use qb-core with ox_target, ox_inventory, etc.