YAY it did work i must of done something wronf last time anyway now my resource wont show up ill post it up here to save opeing a new thread
this is the description.ext
class SolidPicture
{
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,};
font="tahomaB24";
size=0;
};
class RscTitles
{
class Court
{
idd=-1;
movingEnable=0;
duration=999;
name="Court";
controls[]={"Court"};
class CourtMartial: SolidPicture
{
text="court.jpg";
x=0.000000;
y=0.000000;
w=1.000000;
h=0.15000;
};
};
};
note - i changed the line wich should have court.paa to court.jpg becuase the file i used is a jpg and i dont have a tool to convert the jpg into a paa
is there anything wronf in the file ?