# uisystem.py # Varya ekleme import os import serverInfo # Varya ekleme ServerStateChecker.Create(self) # arat altına ekle self.GetChild("sosyal1").SAFE_SetEvent(self.Salihqs) self.GetChild("sosyal2").SAFE_SetEvent(self.Salihqs1) self.GetChild("sosyal3").SAFE_SetEvent(self.Salihqs2) self.GetChild("sosyal4").SAFE_SetEvent(self.Salihqs3) # def (Self): Lerin oldugu müsait bir yere ekle def Salihqs(self): os.system("start " + serverInfo.SOYAL_MEDYA_BUTTON) # def Salihqs1(self): os.system("start " + serverInfo.SOYAL_MEDYA_BUTTON1) # def Salihqs2(self): os.system("start " + serverInfo.SOYAL_MEDYA_BUTTON2) # def Salihqs3(self): os.system("start " + serverInfo.SOYAL_MEDYA_BUTTON3) # def Salihqs4(self): os.system("start " + serverInfo.SOYAL_MEDYA_BUTTON4) # Serverinfo.py ekle https Kendine göre düzenle SOYAL_MEDYA_BUTTON = "https://discord.com/" SOYAL_MEDYA_BUTTON1 = "https://www.facebook.com/" SOYAL_MEDYA_BUTTON2 = "https://www.tiktok.com/" SOYAL_MEDYA_BUTTON3 = "https://www.instagram.com/" SOYAL_MEDYA_BUTTON4 = "https://www.youtube.com/"