Jump to content

Recommended Posts

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

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

have you tried showWaypoint ?

[group player,currentWaypoint(group player)] showWaypoint "NEVER";

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×