30-01-2009, 07:28 PM
Does anyone have the forms that go with this old tutorial?
http://web.miragesource.com/old-tutorial...ystem.html
http://web.miragesource.com/old-tutorial...ystem.html
Does anyone have...
|
30-01-2009, 07:28 PM
Does anyone have the forms that go with this old tutorial?
http://web.miragesource.com/old-tutorial...ystem.html
30-01-2009, 09:57 PM
Code: Private Sub cmdClose_Click()
30-01-2009, 09:59 PM
I'm pretty sure he means the physical forms..
30-01-2009, 10:04 PM
Why would he need the physical forms? That tutorial only came with one form, and that's all the code on the form. Which is pretty much the only code that tutorial lacks.
If he can read, he can figure out what the form name is, and the names of the controls on the form.
30-01-2009, 10:04 PM
Rian Wrote:Why would he need the physical forms? That tutorial only came with one form, and that's all the code on the form. Which is pretty much the only code that tutorial lacks. I'm pretty sure he can't read.
30-01-2009, 10:05 PM
Christ that was a fast response. I'm pretty sure he can.
30-01-2009, 10:06 PM
Rian Wrote:Christ that was a fast response. I'm pretty sure he can. I can't tell. A guild system is super easy to write from scratch. I just did it. Lol.
30-01-2009, 10:55 PM
Lol, I CAN Read. Thx for the code though.
30-01-2009, 11:06 PM
Wow, a guild system WOULD be simple. If I get around to it, I'll write a tutorial up for it. ^^
30-01-2009, 11:23 PM
The hardest part would be the commands, especially since its more complicated to make commands in MS4.
30-01-2009, 11:31 PM
Getting a wierd bug:
"sub or function not defined" in the: Code: ' ::::::::::::::::::::::::: Highlighting: Code: Call CreateGuild Isn't this the CreateGuild packet though?
30-01-2009, 11:51 PM
timster0 Wrote:The hardest part would be the commands, especially since its more complicated to make commands in MS4. It's WAY easier in MS4..
30-01-2009, 11:53 PM
Really? I found it harder. Anyways, any fix for my problem, I though it might have to do with something about "n" not being defined but It only made it worse XD.
30-01-2009, 11:54 PM
You need the sub "CreateGuild"..
Common sense?
30-01-2009, 11:56 PM
But isn't that packet handling the Create Guild stuff? And if I need a sub, where would I put it?
31-01-2009, 02:27 AM
timster0 Wrote:But isn't that packet handling the Create Guild stuff? And if I need a sub, where would I put it? At the bottom of a module? Usually the one that pertains to the type of information. |
« Next Oldest | Next Newest »
|