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: Markers  (Read 1193 times)

0 Members and 1 Guest are viewing this topic.

Ilkka

  • Guest
Markers
« on: 08 Jan 2003, 14:36:03 »
How can i hide markers (so you can`t see them in briefing or in the map) And how to make them appear?

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Markers
« Reply #1 on: 08 Jan 2003, 16:01:12 »
Just use the "Set marker type" command in a trigger/wp. Type may be any of:

"Flag", "Flag1", "Dot", "Destroy", "Start", "End", "Warning",

"Join", "Pickup", "Unknown", "Marker", "Arrow", "Empty".



PS. the "HIDDEN" one is the EMPTY. choose it from the drop down menu in F6 (markers).  :-* 8)
« Last Edit: 08 Jan 2003, 16:02:22 by Tomb »

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Markers
« Reply #2 on: 08 Jan 2003, 16:02:28 »
when you place it in the editor set its type to empty, if you want to hide it mid mission use

"markername" setmarkertype "empty"

and to reveal them use

"markername setmarkertyrpe "type"

the types are

"Flag"
"Flag1"
"Dot"
"Destroy"
"Start"
"End"
"Warning"
"Join"
"Pickup"
"Unknown"
"Marker"
"Arrow"
"Empty"

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Markers
« Reply #3 on: 08 Jan 2003, 16:03:19 »
 :booty:

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Markers
« Reply #4 on: 08 Jan 2003, 16:11:22 »
 :'(

Ilkka

  • Guest
Re:Markers
« Reply #5 on: 08 Jan 2003, 18:11:17 »
Thanks. U guys are awesome.