transparent texture not working properly

I have this transparent texture:

But somehow it becomes this:

79214-texture2.png

Can someone plz help me fixing this problem.

if the image is a .PNG, try saving it as a .TGA.

Make sure “Compression without alpha” is not turned on in the texture.

You need to use the alpha channel of the texture in your opacity/masked slot in the material, just having it in the texture doesnt do anything.

Thnks, it worked