Jump to content

GallardoAdsy

Member
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    I have done that, I get nothing on my Map.
     
    Code - 
     
    //Marker on Map 4 _MARKERNAME = createMarker ["Woodbury Camp", [3000.0001,8860.0002]]; _MARKERNAME setMarkerText "Woodbury Camp"; _MARKERNAME setMarkerShape "RECTANGLE"; _MARKERNAME setMarkerType "Flag"; _MARKERNAME setMarkerColor "ColorBlue"; _MARKERNAME setMarkerBrush "Solid"; _MARKERNAME setMarkerSize [230, 180]; MARKERNAME = _MARKERNAME ;
  2. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    EDIT -
     
    Thanks a lot, this works perfectly.
     
    I have now added all the Markers in correctly.
     
    Now, how do you give the Marker an actual name so people can see what it is called on the map?
     
    The marker is just a rectangle (or whatever shape) with no text or name on the in game map.
  3. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    Yep. I have both of them lines of code, and did this exactly. However like when I have done the same before, I get stuck on Wait For Host. :/
  4. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    I do - I want both.
  5. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    Thank you - I will try this out.
  6. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    It is quite long.
  7. Like
    GallardoAdsy got a reaction from Opipsette in Adding Custom Towns/Compounds & Custom Map Markers - DayZ Overwatch   
    Hello,
     
     
    I currently own a DayZ Overwatch server. I have played on several servers with added or modified towns/compounds, and loved them. So I decided to make some and put them in my server.
     
    I have followed MANY tutorials on it, and it just doesn't seem to work. I have the code converted from a .biedi but when I put it into my mission.sqm it breaks my server.
     
    Any tutorials or help would be great.
     
    Also, I have the exact code from a friend who is a scripter on another Overwatch server and his Custom Map Waypoints/Markers do not work on my server - any help on that too?
     
     
    Thank you.
×
×
  • Create New...