View Single Post
  #3  
Old 09-05-2002, 10:13 AM
Graal2001_FAQ Graal2001_FAQ is offline
Registered User
Join Date: Mar 2002
Posts: 227
Graal2001_FAQ is on a distinguished road
Re: (Lamer) dun dun dun....

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.
Reply With Quote