Jump to content
Sign in to follow this  
csk222

ARMA3 setMarkeBrush "Border"

Recommended Posts

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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×