Author Topic: How do I make guis?  (Read 3049 times)

Please tell me or link me a site where I can know. Thank you!


http://forum.blockland.us/index.php?topic=86817.0

Press like F5 or something to open the GUI editor.

It is f10 by default on a windows computer


It's a GUI editor, you can make GUIs with it, how doesn't it?

It's a GUI editor, you can make GUIs with it, how doesn't it?
i remember needing to download the mission editor for it, which can be found here: http://forum.blockland.us/index.php?topic=86817.0

i remember needing to download the mission editor for it, which can be found here: http://forum.blockland.us/index.php?topic=86817.0
That's the exact same link.

If you're asking for help of how to make GUIs, meaning, how to actually make them in the GUI editor, Wrapperup has made tutorials on how to.
https://www.youtube.com/watch?v=sadK7VpALQ4

I'm not sure how helpful it is, but I simply did a google search for "blockland gui tutorial"

That's the exact same link.
oh i didn't even see that post
i might actually be blind

alright, so I downloaded the mission editor and watch the tutorial, thanks!
But that leads me to a diffrent question, what is the console command  that tells your ping?
« Last Edit: July 24, 2015, 11:53:02 AM by Bow »

It is f10 by default on a windows computer

There we go. I'm running Mac so it's Command+G here.

alright, so I downloaded the mission editor and watch the tutorial, thanks!
But that leads me to a diffrent question, what is the console command  that tells your ping?
ServerConnection.getPing() ?
%client.getPing() ?

ServerConnection.getPing() ?
%client.getPing() ?
ServerConnection.getPing(); kinda works, but how do I make the console echo it out?

ServerConnection.getPing(); kinda works, but how do I make the console echo it out?

echo(serverConnection.getPing());

echo(serverConnection.getPing());
Thanks, now how do I make that command appear in the gui, also, how do I make it so I can move my camera when the gui is up?
Should have asked this earlier but oh well.