mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 14:18:06 +03:00
fixes
This commit is contained in:
parent
d4f09aac74
commit
10328f5f81
@ -660,8 +660,3 @@ load_settings( szFilename[] ) {
|
|||||||
}
|
}
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
public plugin_modules()
|
|
||||||
{
|
|
||||||
require_module("dodx")
|
|
||||||
}
|
|
@ -888,11 +888,6 @@ isDSMActive(){
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
public plugin_modules()
|
|
||||||
{
|
|
||||||
require_module("dodx")
|
|
||||||
}
|
|
||||||
|
|
||||||
public cmdStatsMe(id){
|
public cmdStatsMe(id){
|
||||||
if ( !SayStatsMe || !isDSMActive() ){
|
if ( !SayStatsMe || !isDSMActive() ){
|
||||||
client_print(id,print_chat,"%L",id,g_disabledMsg )
|
client_print(id,print_chat,"%L",id,g_disabledMsg )
|
||||||
|
@ -59,8 +59,3 @@ isDSMActive(){
|
|||||||
return 0
|
return 0
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
public plugin_modules()
|
|
||||||
{
|
|
||||||
require_module("dodx")
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user