Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Question [Core Crafting V1.1] Error

neekapp

Member
Joined
Sep 25, 2022
Messages
3
Reaction score
15
Points
156
Location
Algeria
This is the error i'm getting.

[ script:core_vehicle] Error loading script server/main.lua in resource core_vehicle: @core_vehicle/server/main.lua:144: attempt to index a nil value (global 'QBCore')

and this is the line:

144: QBCore.Functions.CreateUseableItem("toolbox" , function(playerId)
145: TriggerClientEvent('core_vehicle:toolUsed, playerId, "toolbox')
146:end)

i've had the same error with this line at client/main too:

while QBCore.Functions.GetPlayerData().job == nil do
 
Top