mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Merge branch 'master' of https://github.com/FXServer-ESX/fxserver-esx_status
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@ end)
|
||||
|
||||
AddEventHandler('esx:playerDropped', function(source)
|
||||
|
||||
local xPlayer = ESX.GetPlayerFromId(source)
|
||||
local _source = source
|
||||
local xPlayer = ESX.GetPlayerFromId(_source)
|
||||
|
||||
local data = {}
|
||||
local status = xPlayer.get('status')
|
||||
|
||||
Reference in New Issue
Block a user