Update functions.lua

This commit is contained in:
Stevie
2025-04-11 04:23:35 +01:00
committed by GitHub
parent 85bc71416a
commit d293239c71
-1
View File
@@ -733,6 +733,5 @@ for functionName, func in pairs(QBCore.Functions) do
exports(functionName, func)
end
end
-- Access a specific function directly:
-- exports['qb-core']:Notify(source, 'Hello Player!')