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: no map  (Read 784 times)

0 Members and 1 Guest are viewing this topic.

Headhunter

  • Guest
no map
« on: 08 Nov 2003, 17:17:46 »
how do you remove the map, like in the flashpoint campain map "Escape from prison"???

_hammy_

  • Guest
Re:no map
« Reply #1 on: 08 Nov 2003, 18:51:28 »
what do you mean map? do you mean a island? or a mission?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:no map
« Reply #2 on: 08 Nov 2003, 18:52:16 »
You need a line something like this in your description.ext

showPad = 0

can't remember if that's it, check a description.ext tutpporial or the template file in the Tutorial Mission in the Ed Depot.
Plenty of reviewed ArmA missions for you to play

_hammy_

  • Guest
Re:no map
« Reply #3 on: 08 Nov 2003, 18:55:08 »
oh so hes tring to remove the map from showing in his mission?

i believe its
showMap=0

Headhunter

  • Guest
Re:no map
« Reply #4 on: 08 Nov 2003, 19:25:27 »
but were should i write it, it dosen't work in a trigger...

gundernak

  • Guest
Re:no map
« Reply #5 on: 08 Nov 2003, 19:58:43 »
you have to write it to the description.ext file in your own mission's folder.

If it does not exist, you have to create this file, let's say in Notepad, or any simple text editor software...

these lines are for set the following values( 0 is disable, 1 is enable)

showmap = 1

showGPS = 1

showCompass = 1

showWatch = 1

showNotepad = 1

yours is showmap=0

Headhunter

  • Guest
Re:no map
« Reply #6 on: 08 Nov 2003, 22:23:14 »
thanks