Jump to content
Sign in to follow this  
Merc4tor

Disable GPS Mini Map

Recommended Posts

I'm trying to disable the RightCtrl+M mini map, but it just wont work.

 

In description.ext I have showGPS = 0; and yet the GPS is still coming up, when I preview the Mission. Everything else works fine.

 

I have ACE running, may be that's the problem?

Share this post


Link to post
Share on other sites

How about remove GPS? The classname is "ItemGPS".

To remove:

<UNITNAME> unassignItem "ItemGPS";
<UNITNAME> removeItem "ItemGPS";

Share this post


Link to post
Share on other sites

I still want players to have a GPS and use coordinates to navigate on the map. 

Share this post


Link to post
Share on other sites

I think you can still use the mini-map with a GPS in your inventory, but maybe unassigning it and moving the item to the backpack would prevent it?  Otherwise, you can just use:

player unlinkItem "ItemGPS";

To unassign and remove the item and:

 

player linkItem "ItemGPS";

To add and assign the item.

 

Maybe execute it via event handlers?

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
Sign in to follow this  

×