no need to cry
decompress the bas_weap.pbo, look for the m24scope.paa file and add it into your description file like this:
class RscPicture
{
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="tahomaB24";
size=0;
};
class RscTitles
{
titles[]={"m24"};
class TIM
{
idd=-1;
movingEnable=0;
duration=4;
name="m24scope";
controls[]={"Background"};
class Background : RscPicture
{
text="m24scope.paa";
x=0.680; <-------adjust position
y=0.85;
w=0.320000; <-------adjust size
h=0.160000;
};
};
};