#qbx_core/server/functions.lua:50: attempt to index a nil value (field 'Players')
1 messages · Page 1 of 1 (latest)
i updated qbx_core and the artifact and nothing changed
No such export GetCoreObject in resource qb-core
No such export addBoxZone in resource ox_target
An error occurred while calling export CreateUseableItem in resource qbx_core:
there is so many errors but im trying to provide the most repeated ones
i can't log in my local server anymore
what did you change before this error occured
i installed JG-dealership and created a vehicle.lua
then you fucked up something in that vehicle.lua and its causing the core to throw errors
hmm your right! what could go wrong in the vehicle list?
did you modify the qbox core / shared vehicles.lua?
yeah that's the one
post a snippet of what you added
i made a python code to make the list so let me know what i missed
🙏
you have a type field
your python output has a type field
adder = {
name = 'Adder',
brand = 'Truffade',
model = 'adder',
price = 86065,
category = 'super',
type = 'automobile',
hash = adder,
},
default config doesnt
adder = {
name = 'Adder',
brand = 'Truffade',
model = 'adder',
price = 1200065,
category = 'super',
hash = `adder`,
},
maybe thats it
it does actually..
This is the default or modified?
look at whree qbx_core starts, let me see the error.
that's the default