Main/resources/[housing]/renzu_motels/bridge/framework/server/esx.lua
2025-07-10 13:19:26 +02:00

8 lines
No EOL
174 B
Lua

if not ESX then return end
GetPlayerFromId = function(src)
if type(src) == 'string' then
return ESX.GetPlayerFromIdentifier(src)
end
return ESX.GetPlayerFromId(src)
end