Thread: Image Issue
View Single Post
  #7  
Old 08-28-2011, 08:30 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
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(3player.xplayer.y$pref::graal::defaultfontname"c""" @(player.nick));
changeImgColors(3102022);
showImg(2player.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(31);

Reply With Quote