Weapons module completed, added logging, thorough validations, and finished default configs.

This commit is contained in:
Greyscale
2009-04-14 04:58:05 +02:00
parent 44b0e776f2
commit 9031facaec
8 changed files with 177 additions and 111 deletions

View File

@ -113,7 +113,7 @@ new Handle:tHandles[MAXPLAYERS + 1][MAXTIMERS];
new QueryCookie:mat_dxlevel;
bool:ConfigOptionToBool(const String:option[])
bool:ConfigSettingToBool(const String:option[])
{
if (StrEqual(option, "yes", false))
{
@ -123,7 +123,7 @@ bool:ConfigOptionToBool(const String:option[])
return false;
}
BoolToConfigOption(bool:bOption, String:option[], maxlen)
BoolToConfigSetting(bool:bOption, String:option[], maxlen)
{
if (bOption)
{