Define it like this in your description.ext:
class RscStdText
{
type=0;
idc=-1;
style=2;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="TahomaB24";
size=1;
};
class RscTitles
{
titles[]={"Bus"};
class Bus
{
idd=-1;
movingEnable=0;
duration=6;
fadein=1;
name="Samplersc";
controls[]={"Bus00"};
class Bus00
{
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0 };
colorText[]={1,1,1,1};
font="TahomaB24";
size=1;
text="Bus.jpg";
x = 0.15;
y = 0.2;
w = 0.7;
h = 0.4
};
};
};
into your mission folder put a picture named "bus.jpg"
Greatings
GalComT