View Single Post
  #1  
Old 08-20-2009, 05:38 PM
Mattehy Mattehy is offline
Developer
Mattehy's Avatar
Join Date: Jul 2009
Posts: 58
Mattehy is on a distinguished road
Nickname script. (Help Please)

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.img1 findimg(1);
  
with (this.img1) {
    
font "Comic Sans MS";
    
style "cb";
    
zoom 1;
  }
  
setTimer0.05 );
}

function 
onTimeout() {
  
with (this.img1) {
    
text player.nick;
    
player.1.5;
    
player.3;
  }
  
setTimer0.05 );

/\ My Current Nick Name Script.
Would their be a way to showunderplayer(); and change the color as well?
__________________
Develop 4 Lyf
Reply With Quote