I found this previous post of yours regarding inserting pictures in to the briefing setup
Put in your briefing file the code;
<p align="center"><img src="montignac.jpg" width="200" height="160"></p>
Where you can align the picture, Left, Right , Center.The file name of the image, you can only use jpgs in
version 1.3 and later, otherwise you must use a paa, or pac. The width and height are in pixels.200 is as
wide as the briefing can fit.
I pasted it into my decription file as such:
respawn=3
respawndelay=4
<p align="center"><img src="canuck1.jpg" width="200" height="171"></p>
class CfgSounds
{
sounds[] =
{
Bodies
};
class Bodies
{
name = "Bodies";
sound[] = {"Bodies.ogg", 1, 1.0};
titles[] = { };
};
};
class Weapons
{
class M16
{
count = 50;
};
class M4
{
count = 50;
};
class HK
{
count = 6;
};
class M21
{
count = 6;
};
class LAWLauncher
{
count = 6;
};
class Binocular
{
count = 6;
};
class NVGoggles
{
count = 6;
};
};
class Magazines
{
class M16
{
count = 50;
};
class M4
{
count = 50;
};
class HK
{
count = 50;
};
class M21
{
count = 50;
};
class LAWLauncher
{
count = 50;
};
class Mortar
{
count = 50;
};
}
When I try to launch the game it crashes out with the message\description.ext':'<" encountered instead of"="
so where did I screw up?