Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Sir Topham Hatt

Members
  • Posts

    235
  • Joined

  • Last visited

    Never

Sir Topham Hatt's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Error, Compile Error: Syntax error did I misplace it? ``` Private Sub lblExit_Click() ' Start the game and call the game destroy sub Shell("client.exe", vbNormalFocus) DestroyUpdater End Sub ```
  2. Thanks, I'll try it out when I get home after school.
  3. Hello everyone I've been trying to figure out just what am I doing wrong? I'm trying to make the auto updater run the client when you press the exit button. Source: ``` Private Sub lblExit_Click() ' call the game destroy sub and start the game Dim Res Dim Filename Filename = "client.exe" Res = Shell("start.exe " & Filename, vbHide) DestroyUpdater End Sub ```
  4. Thank you very much! That is information that I needed to know. I think my knowledge for this type of programming is too low. From what I gathered I need two servers. One for the game and then one for the data base. The client, and then the MySql database.
  5. Thanks I had no idea ADO was. I'll begin shortly after I figure out what I have to do for the database*part.
  6. I want to learn how to connect the CS:DV engine to a MySql database. I've tried to do it myself but I do not know enough about MySql. What I need to happen is: User clicks login Send data to the webhost Webhost sends data to server Server connect to the client At least this is what I think should happen, like I said I haven't the slightest clue about MySql. Have to learn sometime though.
  7. hi I ned to get my game working i read everything it don't work! fix it for me some1 plox?!?!?!@$$!@!@
  8. Done and done. I won't do it VIA FB though, my folks can be so weird about this forum.
  9. Okay I have been trying to use Robin's auto updater. I have followed every last guide on this topic. I have uploaded my files (version1.rar & update.ini) to www.elazar.webs.com/update. Then when I run the auto updater it crashes and says run time error 13 Type Mismatch. I have redownloaded, used a different host, and use it on another computer. Is there a step I am somehow over looking? EDIT: sorry turns out the webs host had some down time.
  10. I would like to buy something from your shop when it re-opens. I will not give out the link like a cheap minded child. Basically they stole money from you.
  11. Okay thanks, just the info I needed. I have everything done client side then.
  12. Okay, I want to make a pure VB quest system but do I start server side or client side. I have the quest list down, and I believe the player file is completed, now do I put the quest on the server or the client?
  13. Yep you helped now just have to figure out how to add a quest system, I want it purely VB 6.0 not that scripted stuff. First thing I guess I have to do is update the player save file.
  14. Thanks you two it works now. Next part is to get the picture and the button together. I hope that made sense.
×
×
  • Create New...