Is it possible to show a user a motd and have the script wait until the user has clicked ok\close before proceding with the script?
Heres what I want to do: I have my C-D moderator plugin working and I wanted to add something so when they return to the server without C-D it will show them a motd explaining why they cant play without C-D and also provide a link to download C-D. I tried to use the kick command after the motd command but it doesn't show the motd, it only kicks. I know the motd is working because if I comment the kick command the motd shows. I need it to pause at the show_motd and as soon as it closes proceed with the kick.