mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
@@ -1162,7 +1162,7 @@ end)
|
||||
exports("GetPlayerProperties", function(identifier)
|
||||
local PlayerProperties = {}
|
||||
for i=1, #Properties do
|
||||
if Properties[i].Owned and Properties[i].owner == identifier then
|
||||
if Properties[i].Owned and Properties[i].Owner == identifier then
|
||||
PlayerProperties[#PlayerProperties + 1] = Properties[i]
|
||||
end
|
||||
end
|
||||
@@ -1188,4 +1188,4 @@ end)
|
||||
exports("ForceSaveProperties", function()
|
||||
local ExecutingResource = GetInvokingResource()
|
||||
PropertySave(TranslateCap("forced_save", ExecutingResource))
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user