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

@ -47,7 +47,7 @@ new g_Values[MAX_CLR][] = {{255,255,255},{255,0,0},{0,255,0},{0,0,255},{255,255,
new Float:g_Pos[4][] = {{0.0,0.0},{0.05,0.55},{-1.0,0.2},{-1.0,0.7}}
public plugin_init(){
register_plugin("Admin Chat","0.16","AMXX Dev Team")
register_plugin("Admin Chat","0.20","AMXX Dev Team")
register_clcmd("say","cmdSayChat",ADMIN_CHAT,"@[@|@|@][w|r|g|b|y|m|c]<text> - displays hud message")
register_clcmd("say_team","cmdSayAdmin",0,"@<text> - displays message to admins")
register_concmd("amx_say","cmdSay",ADMIN_CHAT,"<message> - sends message to all players")