MantisBT - Zandronum
View Issue Details
0003564Zandronum[All Projects] Suggestionpublic2018-11-01 11:442023-08-05 20:23
Fused 
 
normalminoralways
newopen 
3.0 
 
0003564: Cvar to disable "x joined the game"
I use SetDeadSpectator() to simulate better joining/leaving in zandronum, but one problem I ran across is that I can't disable this message, which makes this appear everytime someone joins midgame and is SetDeadSpectator'd. Would it be possible to have a cvar to disable this? I can log my own join message.
No tags attached.
Issue History
2018-11-01 11:44FusedNew Issue
2019-02-17 20:53Torr SamahoProduct Version3.1-beta => 3.0
2019-06-04 19:34DuskNote Added: 0020721
2019-06-04 19:34DuskStatusnew => feedback
2023-08-05 20:23FusedNote Added: 0022900
2023-08-05 20:23FusedStatusfeedback => new

Notes
(0020721)
Dusk   
2019-06-04 19:34   
Would it help if the message was printed after 1 tic of the player joining? That should suppress the message in this case. I'd prefer not to add another cvar for this case.
(0022900)
Fused   
2023-08-05 20:23   
Hi Dusk, sure, if `SetDeadSpectator()` omits the message when it's called within that time, then that suits me.