uiminimap.py #AÇ def __Initialize(self):#ARAT EN ALTA EKLE global bgk kl = ""#*************** bgk = 100 def UpdatePingCount(self): global bgk bgk=int(re.findall("[0-9][0-9]",str(os.popen("%WINDIR%/system32/ping -n 1 google.com").readlines()[-1]))[0]) #ARAT self.OpenWindow = self.GetChild("OpenWindow") #Musait Bir yere ekle self.fpsInfo = self.GetChild("FPS") #ARAT def OnUpdate(self): (x, y, z) = player.GetMainCharacterPosition() miniMap.Update(x, y) #0 self.fpsInfo.SetText("|cff00f620FPS: " + str(app.GetUpdateFPS())) #minimap.py AÇ, #ARAT ## ServerInfo { "name" : "ServerInfo", "type" : "text", "text_horizontal_align" : "center", "outline" : 1, "x" : 70, "y" : 150, "text" : "", }, #EKLE { "name" : "FPS", "type" : "text", "text_horizontal_align" : "center", "outline" : 11, "fontname" : "Arial:13", "x" : 70, "y" : 172+8 + 13 + 13 + 26 + 2 - 42,#x y Kendine Göre ayarla "outline" : 1, "text" : "", },