Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Pressing Message Box Buttons
« previous
next »
Print
Pages: [
1
]
Author
Topic: Pressing Message Box Buttons (Read 1994 times)
Zor
July 30, 2007, 01:04:55 AM
i was just wondering how to detect serverside if and when a client hits "Ok" "Cancel" "Yes" or "No" in a message box gui? >.>
Ad Bot
Advertisement
Game master pro
July 30, 2007, 03:04:38 AM
MessageBoxYesNo( "Sup dude", "How are you today?", "imgood();", "noimcrap();");
Zor
July 30, 2007, 03:06:56 AM
you are a god
Space Guy
July 30, 2007, 03:11:26 AM
I don't think a clientcmdMessageBoxYesNo exists, so you'll need to make one and have clients download the needed files.
Terror
July 30, 2007, 06:32:12 AM
There is no clientCmdMessageBoxYesNo due to the ability to execute functions with it. It is possible to create a safe clientCmdMessageBoxYesNo with using a clientCmd that sends commandtoservers on the clicking of a button i.e. commandtoserver('msgboxyes'); commandtoserver('msgboxno');
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Pressing Message Box Buttons