diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm index 3c2bc5b..aaaf106 100644 --- a/docs/zr_manual.htm +++ b/docs/zr_manual.htm @@ -16,7 +16,7 @@

Targets plugin version 3.0.0 Beta 2, (not released)
Written by Richard Helgeby

-

Manual last modified: 2009.11.28

+

Manual last modified: 2009.12.07

Index

@@ -5062,6 +5062,20 @@ they're not loaded. Don't move all files at once, move one by one so it's possib 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