Jump to content
Sign in to follow this  
LoonyWarrior

how to place marker X meters away from player in direction of another marker?

Recommended Posts

hi

how can i place marker X meters away from player in direction of another marker?

player is 500m from marker A and i want to create new marker B 50m away from player in direction of marker A

Share this post


Link to post
Share on other sites

Something like

MarkerBPos = ([player, 50, [player,getMarkerPos "markerA"] call BIS_fnc_dirTo ] call BIS_fnc_relPos);

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  

×