.:`=-~rANdOm~`-=:. Game Servers
Support (Read Only) => Suggestions => Topic started by: Foofoojack on January 08, 2011, 02:18:54 PM
-
I highly suggest adding this to Wirebuild ASAP. What it does is allow a prop to be faded when toggled. Pretty simple. http://www.garrysmod.org/downloads/?a=view&id=26654 (http://www.garrysmod.org/downloads/?a=view&id=26654)
-
I agree. Very helpful tool.
-
Anybody else??
-
Learn to do it with e2
-
Learn to do it with e2
Learn to do it with FU.
-
SEt it to nocollide and set the alpha to 0
-
Tomcat, some people arnt as experecned as you in the e2 range, and this seems like a good idea for thouse people :thumbsup:
-
if you dont got enough space in a house etc for the door to rotate then you can use that so :thumbsup:
-
@name e2 fading door
@inputs Fade
@persist E:entity
if(first()) {E = entity():isWeldedTo()}
if(Fade)
{
E:setAlpha(0)
E:propNotSolid(1)
}
if(!Fade)
{
E:setAlpha(255)
E:propNotSolid(0)
}
problem solved?
now don't tell me you need to be experienced to copy code either -.-
-
BUT BUT BUT
@name e2 fading door
@inputs Fade
@persist E:entity
if(first()) {E = entity():isWeldedTo()}
if(Fade)
{
E:setAlpha(0)
E:propNotSolid(1)
}
if(!Fade)
{
E:setAlpha(255)
E:propNotSolid(0)
}
problem solved?
now don't tell me you need to be experienced to copy code either -.-
Oh nvm
-
Still, would be an uber helpful tool for newcomers who aren't familiar with the code and want it simple.
-
Forgot 2 say e2 is not something for noobs and lazy asses likez me thats why i think it should be added !
-
:thumbsup: :thumbsup: :thumbsup:
-
Its a good tool for beginners. Why not.
-
:thumbsup: :thumbsup: :thumbsup:
Third bump i see from him this day
.________.
-
we used to have this on the wirebuild server but something happened to it, so i don't know, but it should be added back.
-
:thumbsup:
For newbies like me who can't do e2 for shit.