How do I get the server name and the max players client-sided?
I know I can capture it with these 2 functions
secureClientCmd_SetServerName Display(%host, %name)
secureClientCmd_SetMaxPlayers Display(%players)
But these get first called when I spawn.
Does anyone know how to get the info before spawning, right after joining the server?