Shadowless
Пользователь
- Регистрация
- 24 Фев 2019
- Сообщения
- 237
- Симпатии
- 4
- Пол
- Мужской
- OS
- Windows
- Amx Mod X
- AMXX 1.9.0
- Билд
- AMX Mod X, v1.9.0.5249
- Metamod
- Metamod-P (mm-p) v37
- Meta модули
-
Код:C++:
[ 1] SafeNameAndChat, v1.1, 2017.02.01, by WPMG.PRoSToC0der, see http://snac.wpmg.ru/ [ 2] VoiceTranscoder, v2017RC3, 2017.02.12, by WPMG.PRoSToC0der, see http://vtc.wpmg.ru/ [ 3] Reunion, v0.1.0.92, 2018-02-11, by The Legion, see [ 4] ReAuthCheck, v0.1.6, 2017-03-08, by Adidasman, see Dedicated-Server.RU [ 5] AMX Mod X, v1.9.0.5249, Dec 18 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 6] Rechecker, v2.5, Oct 21 2017, by s1lent, see Dedicated-Server.RU [ 7] WHBlocker, v1.5.696, 2018-11-04, by s1lent, see Серверы Half-Life 1 и Adrenaline Gamer, форум, статьи, трюки от профессионалов || Half-Life 1 & Adrenaline Gamer servers, forum, articles, game tricks from experts [ 8] ReSemiclip, v2.3.9, 13/02/17, by s1lent & Adidasman, see Dedicated-Server.RU [ 9] mmtimer, v1.6, 2010/03/25, by Crock, see [ 10] Yet Another POD-Bot, v2.8, Jul 30 2018, by YaPB Dev Team, see YaPB - The Counter-Strike Bot [ 11] POD-Bot mm, vV3B22, Apr 22 2012, by Count Floyd & Bots United, see .:: Bots United - The Bot Community ::. [ 12] CStrike, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 13] CSX, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 14] Fun, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 15] FakeMeta, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 16] Ham Sandwich, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 17] GeoIP, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 18] MySQL, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 19] SQLite, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 20] Engine, v1.9.0.5249, Sep 10 2018, by AMX Mod X Dev Team, see AMX Mod X - Half-Life Scripting for Pros! [ 21] ReAPI, v5.9.0.171-dev, 2019-06-23, by Asmodai & s1lent, see s1lentq/reapi [ 22] ReAimDetector, v0.2.2, 2018-02-06, by ReHLDS Team, see Dedicated-Server.RU [ 23] hackdetector, v0.15.328.lite, 2016-12-17, by AGHL.RU Dev Team,
- Плагины
-
Код:C++:
; AMX Mod X plugins ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// ONE KILL ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// Admin Base Always One Has To Be Activated ;//////////////////////////////////////////////////////////////////////////////// ; Admin Base - Always one has to be activated 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 ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// Menus ;///////////////////////////////////////////////////////////////////////////////// menufront.amxx ; front-end for admin menus cmdmenu.amxx ; command menu (speech, settings) ; plmenu.amxx ; players menu (kick, ban, client cmds.) plmenu_L.amxx ; players menu (kick, ban, client cmds.) + ADMIN L ;telemenu.amxx ; teleport menu (Fun Module required!) mapsmenu.amxx ; maps menu (vote, changelevel) pluginmenu.amxx ; Menus for commands/cvars organized by plugin ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// 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 ;///////////////////////////////////////////////////////////////////////////////// mapmanager.amxx ; Amxx Map Manager by Mistrick mapmanager_subplugin.amxx ; Amxx Map Manager SUB by Mistrick ; maphandler.amxx ; Adding and removing maps 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 ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// Counter Strike ;///////////////////////////////////////////////////////////////////////////////// ;restmenu.amxx ; restrict weapons menu statsx.amxx ; stats on death or round end (CSX Module required!) ;miscstats.amxx ; bunch of events announcement for Counter-Strike ;stats_logging.amxx ; weapons stats logging (CSX Module required!) ;///////////////////////////////////////////////////////////////////////////////// ; Custom - Add 3rd party plugins here ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// More OK Plugins ;///////////////////////////////////////////////////////////////////////////////// amx_menu.amxx ; Main menu /menu amx_modmenu.amxx ; AMXmod menu /amx_modmenu ; pb_menu.amxx ; PODBot menu ; amxx_podbotmenu.amxx ; PODBot menu ;///////////////////////////////////////////////////////////////////////////////// abd.amxx ; transfer_weapon.amxx ; binocular.amxx ; custom_sniper_scopes.amxx parachute.amxx ; ne_unlimitedammo.amxx ; restartround.amxx ; spectatorslist.amxx ; ; resetscore.amxx ; /rs /resetscope rs_and_game_name.amxx ; /rs /resetscope c4time.amxx ; C4 fakeplayers.amxx ; uptime.amxx ; /uptime AdminCheck.amxx ; /admins afk_slayer.amxx ; AFK SLAY afkbombtransfer.amxx ; C4 AFK dproto.amxx ; NICK/IP/STEAM backweapons.amxx ; next21_kill_assist.amxx ; motd.amxx ; MOTD() /motd SwichSpecTeam.amxx ; /spec /back PrivateMessage.amxx ; /pm steam_say_prefix.amxx ; STEAM [STEAM] adminlisten.amxx ; camera.amxx ; ; weapon_skin_system.amxx ; models_replacement.amxx ; ; custom_models.amxx ; ; advanced_slowmo.amxx ; ; knife_drop.amxx ; ; realnadedrops.amxx ; ; day_night.amxx ; Sky By DAY & NIGHT Time no_team_flash.amxx ; noteamflash.amxx ; noplayers_map.amxx ; demorecoder.amxx ; ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// PROTECTION ;///////////////////////////////////////////////////////////////////////////////// rc_basechanger.amxx ; OK ANTI CHEAT rc_log.amxx ; OK ANTI CHEAT rechecker 2.5 rc_log rc_logging.amxx ; OK ANTI CHEAT rechecker 2.5 rc_log admin_spec_esp.amxx ; WH (wallhack) (FIRST PERSON) hackhunter.amxx ; BIND \"END \"DEL \"INS \"F9\" \"F12\" ; UltimateBans.amxx ; Ultimate Bans System ; fresh_bans_1.4.0b.amxx unbanmenu.amxx ; ; hackdetector.amxx amx_gag.amxx ; anti_radio_flood.amxx ; anti_reklama.amxx ; 10 block_advert.amxx debug ; antinamespam.amxx ; antiadvertising.amxx ; ;game_destroyer.amxx ; amx_destroy ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// ADVERTISE ;///////////////////////////////////////////////////////////////////////////////// ad_manager.amxx ; (ad_manager.ini) ; advertisements.amxx ; (advertisements.ini) ; adverts.amxx ; (adverts.ini) ; advert.amxx ; HUD MSG (advert.ini) advert_tab.amxx ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// TOP & AWARD ;///////////////////////////////////////////////////////////////////////////////// simple_online_logger.amxx ; Top_Time_Awards.amxx ; TOP 1 2 3 SAY (15 , ) say /vips top_awards.amxx ; TOP 1 2 3 SAY- tops_award.amxx ; TOP 1 2 3 SAY- xKillSayGiver.amxx ; 1000 SAY (ADMIN_CHAT) csx say /kills crx_becomevip.amxx ; 1000 SAY (ADMIN_CHAT) nvault say /vip AttendanceAdmins.amxx ; AttendanceUsers.amxx ; ; top_by_gametime.amxx ; TOP 1 2 3 SAY ;///////////////////////////////////////////////////////////////////////////////// ;//////////////////////////////////// Bugs & Fixes ;///////////////////////////////////////////////////////////////////////////////// ; accuracy_fix.amxx ; Counter-Strike accuracy bug Fixer ; weaponphys.amxx ; lie_flat.amxx ; ;/////////////////////////////////////////////////////////////////////////////////
- Amxx Модули
-
Код:C++:
;;; ; To enable a module, remove the semi-colon (;) in front of its name. ; If it's not here, simply add it its name, one per line. ; You don't need to write the _amxx part or the file extension. ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; SQL Modules usually need to be enabled manually ;; ;; You can have any number on at a time. Use ;; ;; amx_sql_type in sql.cfg to specify the default ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;mysql ;sqlite ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; ;; or file extension. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; ;; unless you have problems. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; fun engine fakemeta geoip ;sockets regex nvault cstrike csx hamsandwich ;json hackdetector reapi reaimdetector
- Ошибка
-
Код:C++:
L 06/19/2018 - 01:47:41: [META] ini: Begin re-reading plugins list: g:/server252/servers/222/cstrike/addons/metamod/plugins.ini L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: SafeNameAndChat L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: VoiceTranscoder L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: Reunion L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: ReAuthCheck L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: AMX Mod X L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: Rechecker L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: WHBlocker L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: ReSemiclip L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: ReLocalizeBug Fix L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: mmtimer L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: Yet Another POD-Bot L 06/19/2018 - 01:47:41: [META] ini: Read plugin config for: POD-Bot mm L 06/19/2018 - 01:47:41: [META] ini: Finished reading plugins list: g:/server252/servers/222/cstrike/addons/metamod/plugins.ini; Found 12 plugins L 06/19/2018 - 01:47:41: [META] dll: Updating plugins... L 06/19/2018 - 01:47:41: [META] WARNING: Cannot clear plugin 'WHBlocker'; not marked as failed, empty, or open (status=valid) L 06/19/2018 - 01:47:41: [META] dll: Unloaded plugin 'WHBlocker' for reason 'file on disk is newer' L 06/19/2018 - 01:47:41: [META] dll: Loaded plugin 'WHBlocker': WHBlocker v1.5.696 2018-11-04, s1lent L 06/19/2018 - 01:47:41: [META] WARNING: dll: Plugin 'ReLocalizeBug Fix' isn't running; Forcing unload plugin for reloading L 06/19/2018 - 01:47:41: [META] WARNING: Cannot clear plugin 'ReLocalizeBug Fix'; not marked as failed, empty, or open (status=valid) L 06/19/2018 - 01:47:41: [META] dll: Unloaded plugin 'ReLocalizeBug Fix' for reason 'reloading' L 06/19/2018 - 01:47:41: RehldsApi_Init : REHLDS Api major version mismatch; expected 2, real 3 L 06/19/2018 - 01:47:41: [META] WARNING: dll: Failed attach plugin 'ReLocalizeBug Fix': Error from Meta_Attach(): 0 L 06/19/2018 - 01:47:41: [META] WARNING: dll: Failed to attach plugin 'ReLocalizeBug Fix' L 06/19/2018 - 01:47:41: [META] WARNING: dll: Failed to reload plugin 'ReLocalizeBug Fix' after unloading L 06/19/2018 - 01:47:41: Server cvar "yb_quota" = "0" L 06/19/2018 - 01:47:41: [META] WARNING: Cannot clear plugin 'Yet Another POD-Bot'; not marked as failed, empty, or open (status=valid) L 06/19/2018 - 01:47:41: [META] dll: Unloaded plugin 'Yet Another POD-Bot' for reason 'file on disk is newer' L 06/19/2018 - 01:47:41: [META] dll: Loaded plugin 'Yet Another POD-Bot': Yet Another POD-Bot v2.8 Jul 30 2018, YaPB Dev Team L 06/19/2018 - 01:47:41: [META] dll: Finished updating 22 plugins; kept 8, loaded 0, unloaded 0, reloaded 2, delayed 0
please tell me whats wrong with my server...
here is log but i dont know so much for understend is it bad or not or what to do?
some advices please...
here is log but i dont know so much for understend is it bad or not or what to do?
some advices please...