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

[CS:DE] Press Home To Hide/Show GUI


Prince
 Share

Recommended Posts

**Press Home To Hide/Show GUI**

**- Introduction**

Well, i don't know this help or not but it's pretty helpful. Beside typing /gui you can press home button to hide or show the game gui.

**- Requirement**

CrystalShire Developer Edition
Virtual Basic 6 or VB.NET

**- Credits**

Robin : for this amazing engine

All the code belong to Client side :

In MODINPUT in Private Sub HandleKeyUp(Byval keycode as long)
In the select case just under End if

```
Case vbKeyHome
hideGUI = Not hideGUI
```
That's it. very simple.
Prinze
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...