This commit is contained in:
Nordi98 2025-07-10 13:19:26 +02:00
parent 159fe87e92
commit f19fdc73e6
31 changed files with 3271 additions and 0 deletions

View file

@ -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