Originally posted by visbeast123
All Credits to Se7inSins for giving us the color codes for shader.
MenuShad.color = ( 1, 0, 0)//red
MenuShad.color = ( 0, 1, 0)//green
MenuShad.color = ( 0, 0, 1)//blue
MenuShad.color = ( 1, 0, 1)//purple
MenuShad.color = ( 1, 1, 0)//yellow
MenuShad.color = ( 0, 1, 1)//cyan
SO After you see all the colors you want look in the shader. (Depends hat patch you are editing). if EliteMossy old patches you wont have it,
if your using one of these patches
RedDotCity 6.0
RedDotCity6.5
RedDotCity6.6
RedDotCity6.7
BlackRain(depends witch one your using)
EliteMossy V2 PvT
GODLYMODZv5 and a couple more
------------------------------------
after this look at were it says MenuShad.color=(0,0,0)
put one of the color codes like look in the bottum.
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad.color = ( 1, 0, 0)<---------------------------(CHANGED to red)
MenuShad setshader("black", 900, 800);
now you have a colored shader
Been known for very long... Nothing new bro.