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

@@ -39,7 +39,7 @@ new g_Flood[33] = {0, ...}
public plugin_init()
{
register_plugin("Anti Flood","0.20","AMXX Dev Team")
register_plugin("Anti Flood",AMXX_VERSION_STR,"AMXX Dev Team")
register_clcmd("say","chkFlood")
register_clcmd("say_team","chkFlood")
register_cvar("amx_flood_time","0.75")