Author Topic: What console command is this?  (Read 739 times)

I need to find a console command to simulate a player leaving.
I know that
Code: [Select]
messageall('MsgClientJoin',"\c1namehere connected.");will appear as
namehere connected. And it will also play the sound.
so what do i put in for a player leaving? I've already tried MsgClientLeave and MsgClientDisconnect. but they dont play the leave sound. Could someone tell me what the command is?
Oh, and I've already searched this, and got no results.

i was wondering this too.


well, MsgAdminForce will play the admin sound. I also tried MsgClientQuit, but it didnt work.