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

Error cant connect to server website change.


GeminiXcasorm
 Share

Recommended Posts

I just replied to this. Though it doesn't matter if i do it again.

Client

Find:
```
Call MsgBox("Sorry, the server seems to be down.  Please try to reconnect in a few minutes or visit " & GAME_WEBSITE, vbOKOnly, Options.Game_Name)
```
Edit:
```
("Sorry, the server seems to be down.  Please try to reconnect in a few minutes or visit",  vbOKOnly, Options.Game_Name)
```
Leaving the vbOKOnly and Option.Game_Name untouched.
Link to comment
Share on other sites

[I answered your question here.](http://www.touchofdeathforums.com/smf/index.php/topic,79114.msg848192.html#msg848192)

* * *

@abhi2011:

> I just replied to this. Though it doesn't matter if i do it again.
>
> Client
>
> Find:
> ```
> Call MsgBox("Sorry, the server seems to be down.  Please try to reconnect in a few minutes or visit " & GAME_WEBSITE, vbOKOnly, Options.Game_Name)
> ```
> Edit:
> ```
> ("Sorry, the server seems to be down.  Please try to reconnect in a few minutes or visit" vbOKOnly, Options.Game_Name)
> ```
> Leaving the vbOKOnly and Option.Game_Name untouched.

Nope, you forgot the comma before the vbOKOnly. It will give you errors.
Link to comment
Share on other sites

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...