29 Oct 10, 10:51PM
It say a random message when you disconnect:
[SELECT ALL] Code:
// End message script
alias random_msg [
me (at $msg_list (rnd (listlen $msg_list)))
]
msg_list = ["will come back , he just needs more coffee. :P" "Ragequits!" "AHRRHH!!!!" "Rocks , never forget it." "Is the best" "is better than you!" "will kick your ass ... when he'll reconnect! :P" "say Bye! :)" "stop own noobs ... bye. ;)" "will disconnect in 0,5s." ]
[SELECT ALL] Code:
// Add this in menu_multiplayer
menuitem "Disconnect" [ random_msg ; sleep 500 ; disconnect ]