LoonyWarrior 10 Posted June 9, 2013 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
Larrow 2823 Posted June 9, 2013 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
LoonyWarrior 10 Posted June 9, 2013 super ! thank you... :) Share this post Link to post Share on other sites