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: Binocular view  (Read 618 times)

0 Members and 1 Guest are viewing this topic.

Serial Killer

  • Guest
Binocular view
« on: 06 Aug 2005, 00:52:48 »
How can I do that binocular view on my mission's cutscene, like in "Ambush"? ???

Offline Blanco

  • Former Staff
  • ****
Re:Binocular view
« Reply #1 on: 06 Aug 2005, 02:23:36 »
Code: [Select]
cutRsc ["binocular", "PLAIN"]
and

Code: [Select]
cutRsc ["default", "PLAIN"]
...to remove the resource again



Search or search or search before you ask.

Serial Killer

  • Guest
Re:Binocular view
« Reply #2 on: 06 Aug 2005, 10:18:17 »
That's it? Oh, I thought that I need to write something on description.ext file. :-[ Thanks for answer.