I need to find a console command to simulate a player leaving.
I know that
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.