Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding in player options
#4
There was an error in the code that I fixed. It involved saving and loading. And I didn't catch it when i was testing it. Also, I made it so that it doesn't close of your game when opening frmOptions (this froze the game until you exited frmOptions). You will have to make your own code if you want it to display your options in chat after you you send frmOptions (now, it sends it when you open it up).

If you added this code already, just replace the code in HandleData (Server and Client) with the new code in the guide, then change:
Code:
frmOptions.Show vbModal

to

Code:
frmOptions.Visible = True

Didn't mean to mess anyone up with his code, just a bug that slipped by.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)