Slawer.Spy.SpyOptions = {
[1] = {
Init = function(self, pPlayer)
self.NickNames = {}
if pPlayer:IsBot() then
self.NickNamesLoaded = true
return
end
self.LastLoad64 = pPlayer:SteamID64() or NULL
self.NickNamesLoaded = false
http.Fetch( "
https://steamcommunity.com/profiles/" .. self.LastLoad64 .. "/ajaxaliases", function( body )
if IsValid(self) then
self.NickNamesLoaded = true
self.NickNames = util.JSONToTable( body )
if IsValid( self.pnlMenu ) then
self.pnlMenu:Remove()
self:DoClick()
end
end
end)
end,
Bonjour , c'est quoi sa ? A coups d'oeuil direct je dirait backdoor a cause du https.Fetch , mais l'addon est en verifier alors je ne pense pas , Je veut juste savoir se que c'est , Merci :)