SteamAPI.getProfilePicture
SteamAPI.getProfilePicture(identifier)
Pobiera link do profilowego steam gracza poprzez steam hex
RegisterCommand('getProfilePicture', function(source, args)
local xPlayer = ESX.GetPlayerFromId(source)
local avatar_link = SteamAPI.getProfilePicture(xPlayer.getIdentifier())
print(avatar_link)
end)Last updated
Was this helpful?