View Single Post
  #1  
Old 08-22-2009, 04:55 PM
littlekinky littlekinky is offline
Registered User
littlekinky's Avatar
Join Date: Sep 2007
Posts: 185
littlekinky has a little shameless behaviour in the past
How come now working ? :(

Ok im trying to make a script where when you perss the tab button an image appears and shows the other players you are typeing but it doesnt seem to work ?

can anyone help

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer0.05 );
}

function 
onTimeout() {
  if ( 
ChatBar.visible == true ) {
    if ( 
this.wasvisible == false ) {
      
this.wasvisible true;
      
ShowImgFunction();
    }
  } elseif ( 
this.wasvisible == true ) { 
    
this.wasvisible false;
  }
  
  
setTimer0.05 );


function 
ShowImgFunction() {
  
showimg2000"zone_teamsymbols-et.png"player.xplayer.);


I am using the et symbol for a test, im not going to use it
Reply With Quote