Quote:
Originally posted by magicbud3344
(LAMER POSTING)
3. Transparency to the front img. Where you see the grass on the front wall. That is actually an img. So you can walk behind it or so. I need to make the grass parts transparent.
(LAMER POSTING)
|
NPC Code:
//#CLIENTSIDE
if (playerenters) {
setcoloreffect .4,.4,.4,0.99;
drawaslight;
dontblock;
}
Transparent, yet you can still see it.