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