mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
+3
-3
@@ -36,9 +36,9 @@ function QBCore.Debug(table, indent)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function QBCore.ShowError(resource, msg)
|
function QBCore.ShowError(resource, msg)
|
||||||
print('\x1b[31m[' .. resource .. ':ERROR]\x1b[0m ' .. msg)
|
print('\x1b[31m['..resource..':ERROR]\x1b[0m '..msg)
|
||||||
end
|
end
|
||||||
|
|
||||||
function QBCore.ShowSuccess(resource, msg)
|
function QBCore.ShowSuccess(resource, msg)
|
||||||
print('\x1b[32m[' .. resource .. ':LOG]\x1b[0m ' .. msg)
|
print('\x1b[32m['..resource..':LOG]\x1b[0m '..msg)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user