From: Martin Taibr Date: Sat, 29 Sep 2018 14:44:15 +0000 (+0200) Subject: document tips in example config X-Git-Tag: xonotic-v0.8.5~149^2 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=0319ac41e72767bfc661ad37e4903a8249bd0fce document tips in example config --- diff --git a/server/server.cfg b/server/server.cfg index 28e7c718..bcc6e524 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -68,6 +68,8 @@ // possible values: dm (deathmatch), tdm (team deathmatch), ctf (capture the flag), ca (clan arena), ft (freeze tag), kh (keyhunt), as (assault), dom (domination), lms (last man standing), ka (keepaway), inv (invasion), ons (onslaught), rc (race), cts (complete the stage), nb (nexball) //gametype dm // default gamemode +// TIPS: uncomment this if you want help messages on your server - one per match 20 seconds after the map loads +//alias sv_hook_gamestart_all "defer 20 help_next"