View Single Post
06/19/14, 07:33 PM   #1
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 58
New question GetClassColor() ~ Undocumented

Found GetClassColor() in the raw dump ive tested it and seems to output r,g,b infos but i have an issue :S

local c1, c2, c3 = GetClassColor("reticleover")

c1 gets all the r,g,b information and c2, c3 get nil lol
is thier any way to take the string it ouputs and format it into r,g,b

thank you
  Reply With Quote