Saturday, April 14, 2012

Friendsframe disable sound?

[:1]My addon will gather information about few players via "/who" but this sound is really annoying when instantly showing/hidding friendsframe . How can i disable this sound?|||Quote:








My addon will gather information about few players via "/who" but this sound is really annoying when instantly showing/hidding friendsframe . How can i disable this sound?






FriendsFrame:UnregisterEvent("WHO_LIST_UPDATE");

-- Do whatever your mod does

FriendsFrame:RegisterEvent("WHO_LIST_UPDATE");|||Quote:








FriendsFrame:UnregisterEvent("WHO_LIST_UPDATE");

-- Do whatever your mod does

FriendsFrame:RegisterEvent("WHO_LIST_UPDATE");




Thanks

No comments:

Post a Comment