Hi ya all. Me again.
Was playin Hawk in nets and was woundering how to put pics in the intro?
this is all the description has to say.
class CfgMusic
{
   // List of music tracks (.ogg files without the .ogg extension)
   tracks[] = {GTA3};
   // Class definition needed for each music track
   class GTA3
   {
      // Name to display in mission editor
      name = "GTA3";
      // Music path, volume, pitch
      sound[] = {\music\GTA3.ogg, db + 0, 1.0};
   };
class RscTitles
{
   class NTA
   {
      idd=10;
      movingEnable=1;
      duration=1000;
      fadein=0;
      name="NTA";
      controls[]={"pic1","pic2"};
      class pic1: RscPicture
      {
         text="NTA.jpg";
         x=-0.1;
         y=0.1;
         w=0.6;
         h=0.8;
      };
Any help would be helpfull