View Single Post
  #1  
Old 08-02-2010, 04:40 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Centering a nickname?

So I was wondering (no matter the length) how I would go about setting a custom nick name right below the player, like the default one would. It's through a gani, btw

PHP Code:
SCRIPT
function onPlayerEnters() onTimeOut();
function 
onCreated() onTimeOut();
function 
onTimeOut() {
  if ( 
player.level.name != NULL ) {
    
showText300player.xplayer.3"verdana""b"player.nick );
    
changeImgZoom3000.6 );
    
changeImgColors300player.clientr.( @ "namecolor_colors" )[ ], player.clientr.( @ "namecolor_colors" )[ ], player.clientr.( @ "namecolor_colors" )[ ], );
  } else {
    
hideImg300 );
  }
  
setTimer0.05 );
}
SCRIPTEND 
Reply With Quote