Changes in docs, and minior fixes. See details.

Updated docs with class multipliers.
Other minior changes in docs.
Removed "Zombie:Reloaded" server title suggestion. If people like this plugin its popularity will grow by itself.
Fixed typo in attribute parser.
This commit is contained in:
richard
2009-07-25 00:36:49 +02:00
parent f6565bc81c
commit ba04f668be
2 changed files with 60 additions and 10 deletions

View File

@ -1153,7 +1153,7 @@ stock ClassMultipliers:ClassAttributeNameToMultiplier(const String:attributename
{
return ClassM_HealthRegenInterval;
}
else if (StrEqual(attributename, "health_regen_interval", false))
else if (StrEqual(attributename, "health_regen_amount", false))
{
return ClassM_HealthRegenAmount;
}