fixed plugin location comments on stat plugins

replaced 0.20 with AMXX_VERSION_STR
removed all require_modules
This commit is contained in:
Borja Ferrer
2005-09-10 20:51:49 +00:00
parent 76760b221d
commit f0c5e44985
15 changed files with 6 additions and 49 deletions

View File

@@ -550,9 +550,3 @@ showStatsMenu(id,pos){
show_menu(id,keys,menu_body)
return PLUGIN_HANDLED
}
public plugin_modules()
{
require_module("tsx")
}