fixed plugin location comments on stat plugins
replaced 0.20 with AMXX_VERSION_STR removed all require_modules
This commit is contained in:
@ -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
|
||||
|
@ -81,8 +81,3 @@ public getPing(id) {
|
||||
g_pingSum[ id ] += iPing
|
||||
++g_pingCount[ id ]
|
||||
}
|
||||
|
||||
public plugin_modules()
|
||||
{
|
||||
require_module("csx")
|
||||
}
|
Reference in New Issue
Block a user