Home   Help Search Login Register  

Author Topic: Picture coming up black in briefing .. any idea how to fix?  (Read 1390 times)

0 Members and 1 Guest are viewing this topic.

Offline CaptainBravo

  • Members
  • *
Hi everyone,

I have looked at how to insert photos in mission and followd directions but photos keep coming up totally black. Any ideas why? how to fix?

I have pic in mission folder and the following in breifing.sqf :

Switch (side player) do
{
   
   case WEST: // BLUFOR briefing goes here
   {
      player createDiaryRecord["Diary", ["Info", "<br/>Captain Bravo<br/>Version 1.03<br/>"]];
      player createDiaryRecord["Diary", ["Enemy forces", "<br/>Enemy forces are expected to be around 200 troops. Mostly lightly armed. <marker name='mebase'>base</marker> as us,<img image='rebel_leader.jpg' width='150' height='150'/> so stay alert!"]];

Any tips are always appreciated.