Home   Help Search Login Register  

Author Topic: JPEG pics in intro  (Read 438 times)

0 Members and 1 Guest are viewing this topic.

Offline Batdog

  • Members
  • *
  • OFPEC'S only rat. DAMN thats cool.
JPEG pics in intro
« on: 30 Aug 2003, 05:35:13 »
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.

Code: [Select]
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
« Last Edit: 30 Aug 2003, 05:36:01 by Ratboy »
"Why are you calling me brother."- Solid Snake
"I'm you. I'm your Shadow"-Liquid Snake

B-2-0

  • Guest
Re:JPEG pics in intro
« Reply #1 on: 30 Aug 2003, 10:13:46 »
A'ight Ratboy, put this line into the 'Plan' section on your briefing:

<p align="center"><img src="whateverulike.jpg" width="500" height="300"></p>

 ;)