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

Client version


McCrozz
 Share

Recommended Posts

Hi all, please tell me what to do, I change client version in VB6, then the game does not start, says that the version is outdated, thanks in advance!
Somebody tell me what I need to change version of client in the server, can somebody tell me where?

>! Sorry for my english, I'am from Russia  :embarrassed:
Link to comment
Share on other sites

If you change the client version in the client, you must also change it in the server.

Check out server-side:
```
Public Const CLIENT_MAJOR As Byte = 1
Public Const CLIENT_MINOR As Byte = 3
Public Const CLIENT_REVISION As Byte = 0

```
Make sure those numbers are equal to the version you put in the client (App.Major, App.Minor, App.Revision).
Link to comment
Share on other sites

  • 5 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...