#include <amxmodx>public client_disconnect(id) { new name[33]; get_user_name(id,name,32); client_print(0, print_chat, "%s has left the server", name);}