From 370c9062590b106b844997d80ee7d90172dea5db Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 7 Dec 2009 20:08:31 +0100 Subject: [PATCH] Merged known issues into common problems in docs. --- docs/zr_manual.htm | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm index aaaf106..149cb62 100644 --- a/docs/zr_manual.htm +++ b/docs/zr_manual.htm @@ -178,7 +178,6 @@ Written by Richard Helgeby

  • Startup
  • Error and Warning Messages
  • Common Problems
  • -
  • Known Issues
  • @@ -5063,25 +5062,33 @@ what plugin that is causing random crashes.

    Server is crashing on certain maps after a few seconds

    +

    We've seen servers that crash only on certain maps. The map is loaded but after a few seconds the server crash (probably when a mother zombie is infected).

    +

    The problem was a typo in the map config file for that map (a missing quote (") in this case). Rename the map config so it's not executed and try again. If the crash disappeared look for typos.

    Problem with big config files

    +

    The main plugin configuration file is sometimes executed late, after map configs. This is caused by a bug in SourceMod where commands are executed late.

    -

    5.5 Known Issues

    +

    Zombie:Reloaded conflicts with plugins that change player model/skin and speed.

    - +

    Other mods and plugins that change player models (like Mani Admin Pugin) is conflicting +with Zombie:Reloaded because of the class system.

    + +

    A possible solution is to use "no_change" in the model_path class attribute +on all human classes. Then human players' model control will be released to other plugins.

    + + +

    Do not run ESTools, it's not compatible with SourceMod.

    +

    ESTools is causing wierd problems when running along with SourceMod.

    6. Server Administration Guide