Author Topic: MessageBox Yes/No Help  (Read 892 times)

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())

?

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- »