mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Fix message pack Error
This commit is contained in:
+2
-1
@@ -108,7 +108,8 @@ end)
|
|||||||
|
|
||||||
AddEventHandler('esx:playerLoaded', function(source)
|
AddEventHandler('esx:playerLoaded', function(source)
|
||||||
|
|
||||||
local xPlayer = ESX.GetPlayerFromId(source)
|
local _source = source
|
||||||
|
local xPlayer = ESX.GetPlayerFromId(_source)
|
||||||
local dataStores = {}
|
local dataStores = {}
|
||||||
|
|
||||||
for i=1, #DataStoresIndex, 1 do
|
for i=1, #DataStoresIndex, 1 do
|
||||||
|
|||||||
Reference in New Issue
Block a user