version/author fix
This commit is contained in:
parent
8c215e5d6f
commit
148b365e43
|
@ -159,7 +159,7 @@ new g_addStast[] = "amx_statscfg add ^"%s^" %s"
|
|||
new g_disabledMsg[] = "DISABLED_MSG"
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("DoD Stats","0.20dod","SidLuke")
|
||||
register_plugin("DoD Stats",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
|
||||
register_dictionary("common.txt")
|
||||
register_dictionary("stats_dod.txt")
|
||||
|
|
|
@ -12,7 +12,7 @@ new g_pingSum[33]
|
|||
new g_pingCount[33]
|
||||
|
||||
public plugin_init()
|
||||
register_plugin("Stats Logging","0.20dod","AMXX Dev Team")
|
||||
register_plugin("Stats Logging",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
|
||||
public client_disconnect(id) {
|
||||
if ( is_user_bot( id ) || !isDSMActive() ) return PLUGIN_CONTINUE
|
||||
|
|
|
@ -25,5 +25,5 @@ public plugin_precache(){
|
|||
}
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("DoD Sounds Precache","0.20dod","SidLuke")
|
||||
register_plugin("DoD Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
}
|
|
@ -142,7 +142,7 @@ new g_DoubleKillSound[3][] = {
|
|||
}
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("TFC Stats","0.20tfc","SidLuke")
|
||||
register_plugin("TFC Stats",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
register_event("30","eInterMission","a")
|
||||
register_event("ResetHUD","eResetHud","b")
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ new g_pingSum[33]
|
|||
new g_pingCount[33]
|
||||
|
||||
public plugin_init()
|
||||
register_plugin("TFC Stats Logging","0.20tfc","AMXX Dev Team")
|
||||
register_plugin("TFC Stats Logging",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
|
||||
public client_disconnect(id) {
|
||||
if ( is_user_bot( id ) ) return PLUGIN_CONTINUE
|
||||
|
|
|
@ -25,5 +25,5 @@ public plugin_precache(){
|
|||
}
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("TFC Sounds Precache","0.20tfc","SidLuke")
|
||||
register_plugin("TFC Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
}
|
|
@ -87,7 +87,7 @@ public plugin_precache(){
|
|||
new g_disabledMsg[] = "Server has disabled that option"
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("TS Stats","0.20ts","SidLuke")
|
||||
register_plugin("TS Stats",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
register_event("30","eInterMission","a")
|
||||
register_event("ResetHUD","eResetHud","b")
|
||||
register_clcmd("say /hp","cmdKiller",0,"- displays info. about your killer")
|
||||
|
|
|
@ -13,7 +13,7 @@ new g_pingSum[33]
|
|||
new g_pingCount[33]
|
||||
|
||||
public plugin_init()
|
||||
register_plugin("Stats Logging","0.20ts","SidLuke")
|
||||
register_plugin("Stats Logging",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
|
||||
public client_disconnect(id) {
|
||||
if ( is_user_bot( id ) ) return PLUGIN_CONTINUE
|
||||
|
|
|
@ -25,5 +25,5 @@ public plugin_precache(){
|
|||
}
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("TFC Sounds Precache","0.20ts","SidLuke")
|
||||
register_plugin("TFC Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
}
|
Loading…
Reference in New Issue
Block a user