Files
qb-core/client/debug.lua
T
2021-04-08 19:11:32 -05:00

3 lines
116 B
Lua

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