Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Picture coming up black in briefing .. any idea how to fix?  (Read 2796 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.