Blockland Forums > Suggestions & Requests
Client GUI event with options.
Regulith:
I'm thinking of an event where you could pull up a GUI that has multiple options on it. Let's say you were to do something like this:
--- Code: ---OnActivate > Client > OptionGUI > [Do you have a question?] [What are the rules?] [What can I build?] [Can I have admin?]
OnOption1 > Client > Centerprint > (Insert rules here)
OnOption2 > Client > Centerprint > Anything you want to.
OnOption3 > Client > Centerprint > NO.
--- End code ---
So you click a sign, and this comes up:
_____________________________ _____
|Event GUI x|
| Do you have a question? |
| _____________________________ __ |
| [ What are the rules? ] |
| [ What can I build? ] |
| [ Can I have admin? ] |
| |
So, you click "What can I build?" and some center print comes up that says "Anything you want to".
Please consider it.
Max4344:
like the idal that will be useful if you want to do a Quiz
pocketrocket300:
looks really cool for like rpgs and stuff
Amade:
GUIs are not server sided. This can't be done unless you find some way to do it with existing GUIs.
Regulith:
--- Quote from: Amade on July 03, 2009, 02:06:41 AM ---GUIs are not server sided. This can't be done unless you find some way to do it with existing GUIs.
--- End quote ---
Then what would this be called? A window? A dialog box? I just assumed GUI was the standard term for that, but of course, I don't always know what I'm talking about when it comes to add-ons.