private static void FPSMenu()
        {
            FPS = HMenu.AddSubMenu("FPS 保护", "asd");
            //FPS.AddGroupLabel("This is only working with my addons :/");

            FPS.Add("minfps", new Slider("最低 Fps", 45, 1, 350));
            FPS.Add("calcps", new Slider("每秒计算 per Sec", 35, 1, 350));
            FPS.Add("enablefps", new CheckBox("开启 FPS 保护"));
        }
Exemple #2
0
        private static void FPSMenu()
        {
            FPS = HMenu.AddSubMenu("FPS Protection", "asd");
            //FPS.AddGroupLabel("This is only working with my addons :/");

            FPS.Add("minfps", new Slider("Enaz Fps", 45, 1, 350));
            FPS.Add("calcps", new Slider("Saniyedeki fps", 35, 1, 350));
            FPS.Add("enablefps", new CheckBox("Aktif FPS yardimcisi"));
        }
Exemple #3
0
        private static void FPSMenu()
        {
            FPS = HMenu.AddSubMenu("FPS Protection", "asd");
            //FPS.AddGroupLabel("This is only working with my addons :/");

            FPS.Add("minfps", new Slider("Min Fps", 45, 1, 350));
            FPS.Add("calcps", new Slider("Calculations per Sec", 35, 1, 350));
            FPS.Add("enablefps", new CheckBox("Aktif FPS Ayarlama"));
        }