23.02.2011, 17:14
Make a variable, when banning the player set that variable to true, save it in his account file, when joining server, get the value from the file, and set the variable to true and use if ( Banned[ playerid ] == true ) to check if he is banned and make the custom made dialog pop-up.