csk222 23 Posted October 22, 2014 How come setMarkerBrush "Border" is not allowed in ARMA3? Or is there an alternative way of setting that up? I'd like to use it for this. _mrkrcao = createMarker [caomrkr, targetpos]; caomrkr setMarkerShape "ELLIPSE"; caomrkr setMarkerColor "ColorGrey"; caomrkr setMarkerSize [trigao,trigao]; caomrkr setMarkerType "Empty"; caomrkr setMarkerText "Combat Area"; Resources/Links: https://community.bistudio.com/wiki/setMarkerBrush Share this post Link to post Share on other sites
jshock 513 Posted October 22, 2014 I wouldn't have a clue how to do it, but you may be able to do something similar to how you can input custom sounds and such through the description.ext, class CfgMarkers { blah }; But I don't know just an idea being thrown out there :p, cause if there isn't anything else you would have to port/mod it in. Share this post Link to post Share on other sites
2nd ranger 282 Posted October 22, 2014 setMarkerBrush does work, your code is wrong. You forgot "". _mrkrcao = createMarker ["caomrkr", targetpos]; "caomrkr" setMarkerShape "ELLIPSE"; Share this post Link to post Share on other sites
csk222 23 Posted October 23, 2014 Confirmed it does work. I was basically looking for the info on what the name for the border marker was, I saw it said only for ARMA2. I should've just tried it. Thanks. Share this post Link to post Share on other sites