Updated docs with known issues.
This commit is contained in:
parent
da3bd3c889
commit
49ee054667
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<p class="headerinfo">Targets plugin version 3.0.0 Beta 2, (not released)<br />
|
<p class="headerinfo">Targets plugin version 3.0.0 Beta 2, (not released)<br />
|
||||||
Written by Richard Helgeby</p>
|
Written by Richard Helgeby</p>
|
||||||
<p class="headerinfo">Manual last modified: 2009.11.28</p>
|
<p class="headerinfo">Manual last modified: 2009.12.07</p>
|
||||||
|
|
||||||
<h2>Index</h2>
|
<h2>Index</h2>
|
||||||
|
|
||||||
@ -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.</p>
|
what plugin that is causing random crashes.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h4>Server is crashing on certain maps after a few seconds</h4>
|
||||||
|
<p>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).</p>
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h4>Problem with big config files</h4>
|
||||||
|
<p>The main plugin configuration file is sometimes executed late, after map configs. This is
|
||||||
|
caused by a bug in SourceMod where <a href="https://bugs.alliedmods.net/show_bug.cgi?id=3828">
|
||||||
|
commands are executed late</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
<h3><a name="5.5" />5.5 Known Issues</h3>
|
<h3><a name="5.5" />5.5 Known Issues</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user