use AMXX_VERSION_STR

This commit is contained in:
Felix Geyer
2004-07-30 23:39:39 +00:00
parent ac910f9e56
commit 4fccdd676b
24 changed files with 30 additions and 42 deletions

View File

@ -53,9 +53,9 @@ new g_cmdLoopback[16]
public plugin_init()
{
#if defined USING_SQL
register_plugin("Admin Base (SQL)", "0.20", "AMXX Dev Team")
register_plugin("Admin Base (SQL)",AMXX_VERSION_STR,"AMXX Dev Team")
#else
register_plugin("Admin Base","0.20","AMXX Dev Team")
register_plugin("Admin Base",AMXX_VERSION_STR,"AMXX Dev Team")
#endif
register_cvar("amx_mode","1")
register_cvar("amx_password_field","_pw")