Author Topic: Pressing Message Box Buttons  (Read 1994 times)

i was just wondering how to detect serverside if and when a client hits "Ok" "Cancel" "Yes" or "No" in a message box gui? >.>

MessageBoxYesNo( "Sup dude", "How are you today?", "imgood();", "noimcrap();");




I don't think a clientcmdMessageBoxYesNo exists, so you'll need to make one and have clients download the needed files.

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');