Home   Help Search Login Register  

Author Topic: Making things appear on the map  (Read 356 times)

0 Members and 1 Guest are viewing this topic.

Torak

  • Guest
Making things appear on the map
« on: 31 Oct 2003, 19:00:47 »
How do I make things like empty vehicles, navigation points, and so on appear on the map? Presumably I need to use the "Marker" things, but I haven't a clue about how...

m21man

  • Guest
Re:Making things appear on the map
« Reply #1 on: 31 Oct 2003, 19:44:33 »
Empty objects are easily created with createvehicle:
"type" createvehicle [x,y,z]
An example would be
Code: [Select]
"ah64" createvehicle [_sx,_sy,_sz], which would create an Apache at coordinates _sx,_sy,_sz

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Making things appear on the map
« Reply #2 on: 02 Nov 2003, 03:54:38 »
Markers are just, well, markers.   They don't do anything, they just indicate a spot on the map.     What do you mean by navigation points?   The more you tell us about the problem the better chance we have of helping you. :)
Plenty of reviewed ArmA missions for you to play