06-15-2017, 04:42 AM
For example.
While this is more legible, it only causes the server to print a welcoming message when server.cfg is executed.
Code:
alias sv_hook_gamestart_all "say ^7Welcome.; say ^7All matches on this server except CTS have a 2 minute warm up phase.; say ^7To begin the match, ready up (default key: ^1F4^7).;";
Code:
alias sv_hook_gamestart_all "\
say ^7Welcome.; \
say ^7All matches on this server except CTS have a 2 minute warm up phase."; \
say ^7To begin the match, ready up (default key: ^1F4^7).;";