Files
qb-core-qbcore-fivem/qb-core/client/debug.lua
T
2021-04-02 22:25:14 -05:00

3 lines
116 B
Lua

QBCore.Debug = function(resource, obj, depth)
TriggerServerEvent('QBCore:DebugSomething', resource, obj, depth)
end