mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 22:01:30 +00:00
3 lines
116 B
Lua
3 lines
116 B
Lua
QBCore.Debug = function(resource, obj, depth)
|
|
TriggerServerEvent('QBCore:DebugSomething', resource, obj, depth)
|
|
end |