ed
This commit is contained in:
parent
159fe87e92
commit
f19fdc73e6
31 changed files with 3271 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
if not ESX then return end
|
||||
|
||||
GetPlayerFromId = function(src)
|
||||
if type(src) == 'string' then
|
||||
return ESX.GetPlayerFromIdentifier(src)
|
||||
end
|
||||
return ESX.GetPlayerFromId(src)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue