View attachment 19385View attachment 19386
if u get an error like qbcore index nil something just go in the script client.lua and server.lua on the first sentence
Qbcore = nil
change that to
local QBCore = exports['qb-core']:GetCoreObject()
and it will work fully
if u get an error like qbcore index nil something just go in the script client.lua and server.lua on the first sentence
Qbcore = nil
change that to
local QBCore = exports['qb-core']:GetCoreObject()
and it will work fully
Last edited: