View Single Post
03-30-11, 04:29 PM   #11
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
oh sorry, I meant adding..not all addons have it in their code.

but like mentioned you can do a search and see if a string with shadowcolor already is in the code. otherwise add what i wrote.. what it does is setting the rgb too 0 alpha.

Code:
SetShadowColor(0, 0, 0, 0)
Last zero is alpha
  Reply With Quote