PCanas 5 Posted May 3, 2020 Hey folks! :) Hope everything's fine with you. So... two "problems": 1 Everyone knows the waypoint that we can create on the map via shif+click. That option can be turned off, but the thing is it affects everyone, i.e., either it's on for everyone, or off for everyone. Is it possible, probably via script, to have that option (or similar) only for certain players? 2 Similar to the previous point but regarding 3rd person view: is it possible to allow it only for certain players? Thanks for the help :) Share this post Link to post Share on other sites
phronk 898 Posted May 4, 2020 https://community.bistudio.com/wiki/showWaypoints Might help 1 Share this post Link to post Share on other sites
Harzach 2517 Posted May 4, 2020 onMapSingleClick {_shift}; Run it on the required clients. There are plenty of topics regarding this to be found, as well as for your second question, which typically involve running switchCamera in a loop. 2 Share this post Link to post Share on other sites