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() {
setTimer( 0.05 );
}
function onTimeout() {
if ( ChatBar.visible == true ) {
if ( this.wasvisible == false ) {
this.wasvisible = true;
ShowImgFunction();
}
} elseif ( this.wasvisible == true ) {
this.wasvisible = false;
}
setTimer( 0.05 );
}
function ShowImgFunction() {
showimg( 2000, "zone_teamsymbols-et.png", player.x, player.y );
}
I am using the et symbol for a test, im not going to use it