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

[EO 2.0] Option panel in FrmMenu


Domino_
 Share

Recommended Posts

This is addition for [EO 2.0] Change GUI client side

http://youtu.be/QBc3EB67i9w

(Client Side)

* Download attached file and place **picGUIChange** in **FrmMenu** positions 0, -112

File: [http://www.touchofde…3817768ee74.rar](http://www.touchofdeathforums.com/community/ccs_files/file_host/c9d60ef3b653e43fe64ea3817768ee74.rar)
* Now in **Public Sub LoadOptions()** before error handler add this

```

If Options.Music = 0 Then

frmMenu.optMOff.Value = True

Else

frmMenu.optMOn.Value = True

End If

If Options.Sound = 0 Then

frmMenu.optSOff.Value = True

Else

frmMenu.optSOn.Value = True

End If

```

Img link:

```

http://www.touchofdeathforums.com/community/ccs_files/file_host/84925f9801cb4e044257282c77d5f37e.bmp

```

Link to Dragon menu, just extract this in gui folder. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

```

http://www.touchofdeathforums.com/community/ccs_files/file_host/872e0b9c0179e024676755b121d7d77c.rar

```

Also added

```

If CmbStyle.ListIndex < 0 Then

Call MsgBox("You havent changed theme.")

Else

```
so there wount be problems with gui change.

If you have problems, please report. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)
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...