View Single Post
08-30-07, 12:46 AM   #459
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 16
worked like this :
Code:
function PerfectRaid:GetColoredName(unit, idx)
        local group = "" 
	return string.format("%s|cFF%02x%02x%02x%s|r", group, 255, 255, 255, UnitName(unit) or "Unknown")
end
thanks, i now have the perfect raid / party frames

edit : and they look like this : http://paradoxguild.net/gogu/gogusrl-ui.jpg
thanks again for the quick replies and the great addon.

Last edited by Gogusrl : 08-30-07 at 08:54 PM.
  Reply With Quote