Author Topic: In Game Server Gui  (Read 1350 times)

If someone can make a Server Gui that you can be in a server and the open it up and choose a server?

press
esc
click leave game
click join game
OMFG :D
it takes 5 seconds....

canvas.popdialog(Joinservergui);

whats canvas.popdialog(Joinservergui);   ?



type ~ and then the console will be opened.write this: "canvas.popdialog(Joinservergui);"press enter.thats it.


Code: [Select]
movemap.bindcmd("keyboard",";","canvas.pushDialog(joinservergui);","");
While in-game. From then on, when you push ";", the server GUI will come up.
- Trying to join a server while running your own server will crash you.
- Joining a server while in another server will not clear the player list, so you'll see people on the player list who don't exist. Just scroll down a bit.

That other code would close the server GUI, GMP.

Yeah well it took me a minute to remember the first word was 'canvas', so i'm not surprised I got it wrong.  :cookieMonster: