removed AMX_VERSION_STR

This commit is contained in:
Felix Geyer
2004-02-21 20:58:35 +00:00
parent c1aa8b21d9
commit 3ba4ece791
27 changed files with 26 additions and 27 deletions

View File

@ -48,7 +48,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",AMX_VERSION_STR,"AMXX Dev Team")
register_plugin("Admin Chat","0.1","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")