How do I make it so when I prompt the client with a MessageBoxYesNo and they press "Yes" it sends a command to the server?
mbyn only works client sided i believe.
commandToClient('MessageBoxYesNo',"title","message",'YourServerCommand');
Code: [Select]commandToClient('MessageBoxYesNo',"title","message",'YourServerCommand');function serverCmdYourServerCommand will be called when yes is clicked.