Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
MessageBox Yes/No Help
« previous
next »
Print
Pages: [
1
]
Author
Topic: MessageBox Yes/No Help (Read 888 times)
Pew446
June 17, 2009, 08:07:57 PM
Ok. I'm confuzzled here.
I looked in V11 change log and found
clientCmdMessageBoxYesNo(%title, %message, %yesServerCmd)
Lets say I have a function:
function saidyes(%this)
Would I put
clientCmdMessageBoxYesNo('title', 'message', saidyes())
?
Ad Bot
Advertisement
-Jetz-
June 17, 2009, 08:47:51 PM
You would need function ServerCmdSaidYes(%client)
Also, commandtoclient(%client, 'MessageBoxYesNo', "title", "message", 'saidyes');
Not totally sure about the second part.
«
Last Edit: June 20, 2009, 09:28:16 AM by -Jetz-
»
Azimuth
June 17, 2009, 09:09:40 PM
Jetz, your right.
Plornt
June 18, 2009, 06:57:48 PM
Quote from: Azimuth on June 17, 2009, 09:09:40 PM
Jetz, your right.
Isn't he always.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
MessageBox Yes/No Help