Bernard Francois 0 Posted August 1, 2019 Hello. I've an harcoded server (altis exile) and in a same family or party the players don't see the 3D marker of each other. I look in the server (arma3.arma3Profile,.....) but i see nothing. Someone can help me? (Sorry for my english, i'm from Belgium) TY. Share this post Link to post Share on other sites
chernaruski 338 Posted August 1, 2019 Do you mean 3D markers of your party members or 3D markers your party members pinpoint to ? I mean circle around players or the yellow map 3d pin you place when marking the point you look on? exile config.cpp have these values you can check: class CfgExileParty { showESP = 0; allow3DMarkers = 0; }; Share this post Link to post Share on other sites
Bernard Francois 0 Posted August 1, 2019 Thanks for your availability. Yes circles around players. I've these values : class CfgExileParty { showESP = 0; allow3DMarkers = 1; }; I think i can write 1 in show ESP ? TY Share this post Link to post Share on other sites
chernaruski 338 Posted August 1, 2019 Yeah. Just try it, if you have showESP set to 0 change to 1. Also, you can check out exile_custom_difficulty server side addon @kuplion made quite a while ago. Share this post Link to post Share on other sites
Bernard Francois 0 Posted August 2, 2019 A great Thank you, Chernaruski, all is well now. Thanks for your kindness. Share this post Link to post Share on other sites