X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=help.cfg;h=70b7c8a0f8242dd1391f62421dba748b8d022796;hb=b3317742ec9b098e482a7535e7994ee03b4e7849;hp=52cfb09f3377f8cadb963e0577b1b542b7915e20;hpb=04178ec17db0c9a1e726d653216355a1c6ba3918;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/help.cfg b/help.cfg index 52cfb09f3..70b7c8a0f 100644 --- a/help.cfg +++ b/help.cfg @@ -1,5 +1,6 @@ // Simple help message system -// It prints messages with the configured name + +// First exec this file, then the correct help-*.cfg for your ruleset. // You can start the help system with the command help_loop but this has been found to annoy players. // A better way is to put `alias sv_hook_gamestart_all "defer 20 help_next"` into your server.cfg,