Updated version numbers.

Fixed Condition-Zero support.
Replaced Stats with StatsX.
This commit is contained in:
David Anderson
2004-06-24 08:10:52 +00:00
parent 0d07a13dbe
commit 4ab6b083c1
25 changed files with 1904 additions and 553 deletions

View File

@ -50,8 +50,8 @@ new g_motdFile[64]
public plugin_init()
{
register_plugin("Welcome Message","0.16","AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike")
register_plugin("Welcome Message","0.20","AMXX Dev Team")
g_cstrikeRunning = (is_running("cstrike") || is_running("czero"))
#if defined READ_FROM_FILE
get_configsdir(g_motdFile, 63)
format(g_motdFile, 63, "%s/conmotd.txt", g_motdFile)