Hey folks, I'm having an issue with displaying a image from a trigger..
I used this method in ArmA 1, and it worked, but now it just gives me a completely white picture ?
//Description.ext
class RscTitles
{
class kaffekop
{
idd = 100;
movingEnable = 1;
duration = 10;
fadein = 0;
fadeout = 2;
name = "kaffekop";
class controls
{
class kaffekop
{
idc = 101;
type = 0;
style = 48;
font = "Bitstream";
sizeEx = 0.04;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
text = "kaffekop.jpg";
x = 0.1;
y = 0.1;
w = 0.3;
h = 0.3;
};
};
};
};