exactly where do i download this stuff? im a bit of a tard.
you fail at following my instructions, so i assume you fail at following tutorials as well.
once again:
tell us the steps (1. 2. 3. 4.) you did (I clicked "svn checkout")
"It's easy to win forgiveness for being wrong; being right is what gets you into real trouble." - Bjarne Stroustrup
Lífið læðist lúmskt áfram
exactly where do i download this stuff? im a bit of a tard.
you need tortoisesvn, then follow the instructions in the first post.
"It's easy to win forgiveness for being wrong; being right is what gets you into real trouble." - Bjarne Stroustrup
Lífið læðist lúmskt áfram
Sorry, i misunderstood.
1. make a folder in garrysmod\addons
2. click svn checkout
3. type in the link (sometimes i copy and paste the link)
4. click ok
5.error
how do i upload pictures from my computer, all i see is upload image and that says to put in a URL.
Last edited by cwc96; 02-14-2010 at 08:04 AM.
However, odd things will happen if you toggle On while the lift is between stations. Spazzy, fast-moving, player-killing things.I totally support gays. Because for every gay person there is one free girl for me!COOKIES!
or just attach them to your next post.
"It's easy to win forgiveness for being wrong; being right is what gets you into real trouble." - Bjarne Stroustrup
Lífið læðist lúmskt áfram
I found and fixed a bug with the wired wirer. The TargetEntity output was always NULL, no matter what.
Old Code:
Whats the problem with this? TraceHitEntity is never given a value. It's not even mentioned anywhere else in the code!Code:if(trace.Hit and trace.Entity:IsValid() and (IsWire(trace.Entity) == true) and getOwner(self.Entity, trace.Entity) == self.Entity.pl) then Wire_TriggerOutput(self.Entity, "TargetEntity", TraceHitEntity) else Wire_TriggerOutput(self.Entity, "TargetEntity", null) end
New Code:
Replacing it with trace.Entity makes it work as expected.Code:if(trace.Hit and trace.Entity:IsValid() and (IsWire(trace.Entity) == true) and getOwner(self, trace.Entity) == self.pl) then Wire_TriggerOutput(self, "TargetEntity", trace.Entity) else Wire_TriggerOutput(self, "TargetEntity", null) end
So... erm... is someone going to commit this fix?
ok... seriously.... where is the download?
It's an SVN link, read the instructions here. Instead of using the link provided in that thread, use the one given in this one.
Bookmarks