View Single Post
08/01/19, 01:57 PM   #6
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member
Join Date: May 2019
Posts: 211
Exclamation Map Pings. Not Waypoints.

Originally Posted by Baertram View Post
Download and enable LibMapPing and try this in the chat if the blue player map pings are shown again (or maybe even before to never see them again):

Code:
/script LibMapPing:SuppressPing(MAP_PIN_TYPE_PLAYER_WAYPOINT)
If you want to see them again use:
Code:
/script LibMapPing:UnsuppressPing(MAP_PIN_TYPE_PLAYER_WAYPOINT)
Those scripts hide the waypoints you create by pressing "F" on the map. I don't want to hide waypoints.
I want to hide the blue map pings, like shown in the first post in the spoiler tag.

  Reply With Quote