THANKS CBK. i just have one FINAL problem! Along with the image, i am makeing a custom nickname that shows under the player. It works fine on your screen, but when another player sees your nick, its so faded its barely readable and i dont know where the problem is...
PHP Code:
function onTimeOut()
{
showText(3, player.x, player.y, $pref::graal::defaultfontname, "c", "" @(player.nick));
changeImgColors(3, 10, 20, 2, 2);
showImg(2, player.attr[20], (player.x+0.5), (player.y-2.7));
setTimer(0.05);
with (findImg(3)) {
textshadow = true;
shadowoffset = "-2 2";
shadowcolors = "0 0 0";
changeImgZoom(3, 1);
}