Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

История благодарностей участнику balgaa ::: Спасибо сказали: 3
Дата поста: В теме: За сообщение: Спасибо сказали:
26.2.2011, 14:39 M1c античит
Hi Makzz,

I found that M1c doesn't work well HLDS 4883 + CSDM 2.1.2k + War3FT RC10 server.

After sometime it hang on, no crash, no segfault...

Need to restart server, if remove m1c working fine...

any suggestion?
Artagor
18.9.2010, 6:50 Reallite HLGuard Anti-Cheat 2.8 [Reborn]
Below my current file:
Раскрывающийся текст
//====================================================//
// Reallite HLGuard Anti-Cheat //
// <D0><90><D0><B2><D1><82><D0><BE><D1><80>: DJ_WEST //
// Copyright © Reallite Labs, 2002-2009 //
// <D0><92><D0><B5><D1><80><D1><81><D0><B8><D1><8F>: 2.8 //
// <D0><A1><D0><B0><D0><B9><D1><82>: http://reallite.cs2.ru //
//====================================================//

//====================================================//
// <D0><93><D0><BB><D0><B0><D0><B2><D0><BD><D1><8B><D0><B9> <D0><BA><D0><BE><D0><BD><D1><84><D0><B8><D0><B3> Reallite HLGuard Anti-Cheat //
//====================================================//

rhlg_actions "1"
rhlg_contact "serveradmin@yahoo.com"
rhlg_advert "Please don't try to use hacking, cheating tool here!"
rhlg_bantype "1"
rhlg_users "0"
rhlg_message "0"
rhlg_checkcheats "1"
rhlg_checkcheats2 "1"
rhlg_checkcheats2bantime "0"
rhlg_checkcheats2action "3"
rhlg_checkcheats2exec "disconnect"
rhlg_checkcheats2log "1"
rhlg_cdhack "1"
rhlg_checkscripts "1"
rhlg_checkscriptstype "acdefgijklmn"
rhlg_checkconfigs "1"
rhlg_checkconfigstime "300"
rhlg_checknames "1"
rhlg_checkcvars "0"
rhlg_checkcvarstime "120"
rhlg_checkcvarsaction "2"
rhlg_checkcvarsexec "disconnect"
rhlg_checkcvarsbantime "60"
rhlg_checkcvarslog "1"
rhlg_blockcvars "0"
rhlg_blockkeys "1"
rhlg_blockkeystime"60"
rhlg_blockkeysaction "4"
rhlg_blockkeysexec "disconnect"
rhlg_blockkeysbantime "60"
rhlg_blockkeyslog "1"
rhlg_swgzones "1"
rhlg_flashbug "1"
rhlg_flashbugaction "2"
rhlg_flashbugexec "disconnect"
rhlg_flashbugbantime "60"
rhlg_flashbuglog "1"
rhlg_bombfix "1"
rhlg_blockfullupdate "1"
rhlg_antisilentrun "0"
rhlg_bhop "0"
rhlg_bhopaction "1"
rhlg_bhopwarnings "0"
rhlg_bhopexec "disconnect"
rhlg_bhopbantime "10"
rhlg_bhoplog "1"
rhlg_spinhack "1"
rhlg_spinhackaction "3"
rhlg_spinhackexec "disconnect"
rhlg_spinhackbantime "0"
rhlg_spinhacklog "1"
rhlg_cheatmessage "1"
rhlg_cheatmessageaction "3"
rhlg_cheatmessageexec "disconnect"
rhlg_cheatmessagebantime "0"
rhlg_cheatmessagelog "1"
rhlg_reload "0"
rhlg_reloadtime "15"
rhlg_connect "2"
rhlg_connecttype "2"
rhlg_sayformat "60:90:250:0.01:0.65:1:10:9:0:1"

Цитата(Makzz @ 18.9.2010, 12:38) *
Код
if ( get_pcvar_num ( g_CvarBlockKeysAction ) == 1 )
    {
        new s_Name[32]
        get_user_name ( id, s_Name, 31 )
        server_cmd ( "amx_chat %s: %s",s_Name,s_Cheat_Detected )
    }

server_cmd ( "amx_chat %s: %s",s_Name,s_Cheat_Detected )

Mb Some default plugins disabled? :biggrin:


Below my plugins enabled on this server. I am using HLDS 4883 on FreeBSD 8.1-STABLE with Fedora 8 Linux base emulator.

Also I saw server logs not written and Reborn blockkeyaction 3 banned IP not written to listip.cfg. There may be problem exist, but CSF OpenGL, Anticheat, Aimbotdetection can write to banned.cfg and listip.cfg...

I confused where exist problem...except this everything works fine...

plugins.ini

; AMX Mod X plugins

; Admin Base - Always one has to be activated
;csf_opengl32.amxx ; opengl32 detect plugin
;csf_anticheat.amxx
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
adminvote.amxx

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
restmenu.amxx
admin_gag.amxx

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
;scrollmsg.amxx ; displays a scrolling message
;imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
stats_logging.amxx
statsx.amxx
miscstats.amxx

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer


; Custom - Add 3rd party plugins here
reallite_hlg_reborn.amxx
;admin_spec_esp_v1.5_beta.amxx
;aimbotdetect_14beta2.amxx
;admin_freelook.amxx
;afk_manager.amxx
;trblock.amxx
;snblock.amxx
;sillent_aim_detector.amxx
;hsonly.amxx
stylerro