Ever used F2?
Feeling it's a bit too messy?
Theres a solution for it!
The F2 Cleaner will Clean
all Tabs for you within a second!
Get it now!
Weapon:
PHP Code:
//#CLIENTSIDE
function F2LogWindow_Window.onShow() {
if ( F2LogWindow_CheckBox.visible == false ) {
with (F2LogWindow_Window){
new GuiCheckBoxCtrl("F2LogWindow_CheckBox") {
profile = GuiBlueCheckBoxProfile;
hint = "Clicking this checkbox will clear the F2 console window!";
x = 575;
y = 4;
width = 100;
height = 20;
text = "";
}
}
}
}
function F2LogWindow_CheckBox.onAction() {
if (F2LogWindow_CheckBox.checked) {
("F2LogWindow_Tab").setselectedbyid(0);
("F2LogWindow_Text0").text = "Cleared!";
for (temp.i = 1; temp.i < 6; temp.i++) {
("F2LogWindow_Text" @ i).text = " ";
}
sleep(1);
F2LogWindow_CheckBox.checked = false;
("F2LogWindow_Text0").text = " ";
}
}
Screenies:

|
Hope you will like it
dont forget to rep me if you do!