PHP Code:
//#CLIENTSIDE
function onCreated() {
this.img1 = findimg(1);
with (this.img1) {
font = "Comic Sans MS";
style = "cb";
zoom = 1;
}
setTimer( 0.05 );
}
function onTimeout() {
with (this.img1) {
text = player.nick;
x = player.x + 1.5;
y = player.y + 3;
}
setTimer( 0.05 );
}
/\ My Current Nick Name Script.
Would their be a way to showunderplayer(); and change the color as well?