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

@ -541,11 +541,6 @@ public bomb_defused(defuser)
public bomb_explode(planter,defuser)
if (BombFailed && defuser) announceEvent(defuser , "FAILED_DEFU" )
public plugin_modules()
{
require_module("csx")
}
public play_sound(sound[])
{
new players[32], pnum

View File

@ -81,8 +81,3 @@ public getPing(id) {
g_pingSum[ id ] += iPing
++g_pingCount[ id ]
}
public plugin_modules()
{
require_module("csx")
}