A friend is having a transparency problem with an image. I have no idea why it shouldn't be working for him because it works for me.
Also, here is the script used to show the image
PHP Code:
//#CLIENTSIDE
function onCreated()
{
showstats( 1024 );
showimg( 202, "Bs_Gui.png", 5, 5);
changeimgvis( 202, 6 );
changeimgpart( 202, 0, 0, ( 148 / clientr.hp_max ) * clientr.hp_cur, 5 );
showtext( 203, 15, 13, "Comic Sans MS", "b", (clientr.ammo ) @ "/" @ ( 0 + clientr.ammo.max ) );
setTimer( 0.05 );
changeimgvis( 203, 6 );
changeimgzoom( 203, .6 );
changeimgcolors( 0, 0, 100, 0, 1 );
}