geezer 10 Posted December 23, 2015 I have searched for a solution to this but found nothing that works. How do i hide waypoints in a multiplayer mission? I have tried [group player, currentWaypoint (group player)] setWaypointVisible false; and it works fine in the editor but once i create a coop mission it no longer works. any ideas? Share this post Link to post Share on other sites
spidypiet 17 Posted December 23, 2015 I have searched for a solution to this but found nothing that works. How do i hide waypoints in a multiplayer mission? I have tried [group player, currentWaypoint (group player)] setWaypointVisible false; and it works fine in the editor but once i create a coop mission it no longer works. any ideas? why not change the difficulty settings HUDWp=1; // Shows Waypoints right after they're ordered to you HUDWpPerm=1; // Shows Waypoints permanently Share this post Link to post Share on other sites
Larrow 2822 Posted December 23, 2015 have you tried showWaypoint ? [group player,currentWaypoint(group player)] showWaypoint "NEVER"; Share this post Link to post Share on other sites
geezer 10 Posted December 23, 2015 I couldnt get either of these to work but im not very skilled at script so maybe im putting the argument in the wrong place? Share this post Link to post Share on other sites