mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +00:00
feat: Add shared utility functions, starter items, glove data, and a GetShared helper.
This commit is contained in:
+3
-1
@@ -180,4 +180,6 @@ QBShared.FemaleNoGloves = {
|
|||||||
--- @return table
|
--- @return table
|
||||||
function GetShared(namespace, item)
|
function GetShared(namespace, item)
|
||||||
return QBCore.Shared[namespace]?[item]
|
return QBCore.Shared[namespace]?[item]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
exports('GetShared', GetShared)
|
||||||
Reference in New Issue
Block a user