Thread: F2 Cleaner
View Single Post
  #7  
Old 06-11-2010, 01:27 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
snipping it down to this works just fine too:
PHP Code:
if(player.chat == "/clear logs"){
    (
"F2LogWindow_Tab").setselectedbyid(0);
    (
"F2LogWindow_Text0").text "Cleared!";
    for (
temp.1temp.6temp.i++) {
      (
"F2LogWindow_Text" i).text " ";
    }
  } 
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote