amxbans neuzkrauna pluginu

Čia keliamos įvairios serverių modifikacijos, sistemos kurios neapsiriboja pluginais ir atlieka svarbius dalykus.
Taip pat, užduodami klausimai, susiję su sistemų diegimu ir darbu.
Post Reply
User avatar
laimiukas3
Moderatorius
Posts: 4569
Joined: 2012 Aug 03 01:12
Skype: laimiukas3
Location: Vilnius
Contact:

amxbans neuzkrauna pluginu

Post by laimiukas3 »

sweiki naudoju amxmodx 1.8.2 is amxmodx.lt pamokos amxbans 6.0.3 ir kazkodel neuzkrauna pluginu

Code: Select all

plugins.ini; AMX Mod X pluginsamxbans_core.amxxamxbans_main.amxx; 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) ; Basicadmincmd.amxx       ; basic admin console commandsadminhelp.amxx      ; help command for admin console commandsadminslots.amxx     ; slot reservationmultilingual.amxx
pluginus sukeles normalei ten kur reike gal kas zinot kas gali buti :)
Attachments
amxban.png
Image
Image
Image

User avatar
aaarnas
Vyr. diskusijų administratorius
Posts: 3891
Joined: 2010 Aug 31 13:21
Skype: fiarno
Contact:

Re: amxbans neuzkrauna pluginu

Post by aaarnas »

Kaip tai neužkrauna? Užkrauna, tik kažkokios problemos su konfigūracija pas tave.
Palikau CS pasaulį ;/ . Nebepasiekiamas.

User avatar
laimiukas3
Moderatorius
Posts: 4569
Joined: 2012 Aug 03 01:12
Skype: laimiukas3
Location: Vilnius
Contact:

Re: amxbans neuzkrauna pluginu

Post by laimiukas3 »

aaarnas wrote:Kaip tai neužkrauna? Užkrauna, tik kažkokios problemos su konfigūracija pas tave.
a bet as default imeciau nk ten nedariau
Image
Image
Image

Unkolix
Gana aktyvus vartotojas
Posts: 211
Joined: 2013 Mar 29 21:53
Skype: unkolix
Location: Trakai

Re: amxbans neuzkrauna pluginu

Post by Unkolix »

Tai gal pamoką pasiskaityk? Reikia sukonfiguruoti amxbans.cfg ir modules.ini failus..
Skype - Unkolix

User avatar
laimiukas3
Moderatorius
Posts: 4569
Joined: 2012 Aug 03 01:12
Skype: laimiukas3
Location: Vilnius
Contact:

Re: amxbans neuzkrauna pluginu

Post by laimiukas3 »

Unkolix wrote:Tai gal pamoką pasiskaityk? Reikia sukonfiguruoti amxbans.cfg ir modules.ini failus..
eiktu module tu pats ijungia modules meta list parasyk nors ir tu ;
va vienintelis ka as manau ten reike pakeisti

Code: Select all

// Set this to 1 / 2 / 3 to enable debug messages from amxbans to amxx logs.// with debug 3 you get the most output, but a bug can flood your logs. 2 should be ok normallyamxbans_debug 2 
visas

Code: Select all

// AMXBans Configuration File// File location: $moddir/addons/amxmodx/configs/amxbans.cfgecho [AMXBans] is starting to execute amxbans.cfg // Your SQL database prefix// NOTE: The Prefix defined in your sql.cfg is NOT used for AMXBans anymore!!!amx_sql_prefix "amx" // How AMXBans should handle the admins// 0 = SQL, 1 = users.ini, 2 = load no adminsamxbans_use_admins_file 2 // AMXBans tries to get the address from the server automatically.// You can set a different one here - ex. "<ip>:<port>"amxbans_server_address "" // Number of players in the Disconnected Menuamxbans_discon_players_saved 10 // Bantime to use for custom banreasons, if a user has static bantime <minutes>// -1 to disable custom reasonsamxbans_custom_statictime 1440 // Set this cvar to what the adminname should be on the webpages, if the server make the ban.// Ie. amxbans_servernick "My Great server"// Leave emty if you want to use the default hostname from server.cfgamxbans_servernick "" // Set this to 1 / 2 / 3 to enable debug messages from amxbans to amxx logs.// with debug 3 you get the most output, but a bug can flood your logs. 2 should be ok normallyamxbans_debug 2 // Don't use http:// in this cvar. The url will be shown to banned players in the console.amxbans_complain_url "www.ptaha5253.ofl.lt/sms/" // Set this to 1 if you want the map name to show in the DB.amxbans_add_mapname_in_servername 1 // If you want to see ban announcments in the HLSW chat, set this to 1amxbans_show_in_hlsw 1 // Print green hudmessages on the top left when banningamxbans_show_hud_messages 1 // What flag should admins have to get the high ban times.amxbans_higher_ban_time_admin "n" // What flag should admins have to NOT get their Nick printed when banning/Unbanningamxbans_admin_mole_access "r" // If an admin has the admin_mole_access, should his name be shown when he bans?amxbans_show_name_evenif_mole 1 // Show if a player has been banned before as amx_chat to admins. 0 to disableamxbans_show_prebanned 1 // How many previous offences does the player needs, to be notified in the amx_chat?amxbans_show_prebanned_num 2 // Currently not knownamxbans_default_ban_reason unknown // To be able to ban players not in the server. 1 enabled and 0 disabled.amxbans_ban_evenif_disconnected 1 // Flagtimes, like the bantimes belowamx_setflagtimes "1 h" "4 h" "10 h" "1 d" "1 w" "4 w" "12 w" "0" // Ban times for admins with d-flag, set the highest time in minutes they can ban with "amx_ban"// IMPORTANT: Put the lowest value first and the highest value last. You can  have 1 to 14 values// "0 m" = permanent ban!// Values you can use:// 1 - 59 with the flag m is for minutes// 1 - 23 with the flag h is for hours// 1 - 6 with the flag d is for days// The w flag is for weeks    // Example:// "5 m" is 5 minutes// "1 h" is 1 hour// "1 d" is 1 day// "1 w" is 1 week amx_setlowbantimes "5 m" "30 m" "1 h" "3 h" "10 h" "1 d" // Ban times for admin with n-flag and d-flag// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values// "0 m" = permanent ban!// Values you can use:// 1 - 59 with the flag m is for minutes// 1 - 23 with the flag h is for hours// 1 - 6 with the flag d is for days// The w flag is for weeks// // Example:// "5 m" is 5 minutes// "1 h" is 1 hour// "1 d" is 1 day// "1 w" is 1 week amx_sethighbantimes "5 m" "30 m" "1 h" "3 h" "1 d" "1 w" "0 m" /*********************************************************************************/ // 3rd party amxbans plugins// needs the amxbans_freeze plugin////  "a" = freeze//  "b" = strip weapons//  "c" = block chat//  "d" = player glow red (not tested)amxbans_freeze_mode "abc" // Use the flagging only for this Server, or for all servers?// needs the amxbans_flagged pluginamxbans_flagged_all_server 1 /*********************************************************************************/ // AMXBans configuration file echoecho [AMXBans] amxbans.cfg is fully executed 
plugins ini

Code: Select all

; AMX Mod X pluginsamxbans_core.amxxamxbans_main.amxx; 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) ; Basicadmincmd.amxx       ; basic admin console commandsadminhelp.amxx      ; help command for admin console commandsadminslots.amxx     ; slot reservationmultilingual.amxx   ; Multi-Lingual management ; Menusmenufront.amxx      ; front-end for admin menuscmdmenu.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 ; Chat / Messagesadminchat.amxx      ; console chat commandsantiflood.amxx      ; prevent clients from chat-flooding the serverscrollmsg.amxx      ; displays a scrolling messageimessage.amxx       ; displays information messagesadminvote.amxx      ; vote commands ; Map relatednextmap.amxx        ; displays next map in mapcyclemapchooser.amxx     ; allows to vote for next maptimeleft.amxx       ; displays time left on map ; Configurationpausecfg.amxx       ; allows to pause and unpause some pluginsstatscfg.amxx       ; allows to manage stats plugins via menu and commands ; Counter-Strike;restmenu.amxx      ; restrict weapons menustatsx.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!) ; Enable to use AMX Mod plugins;amxmod_compat.amxx ; AMX Mod backwards compatibility layer ; Custom - Add 3rd party plugins here 
modules

Code: Select all

;;;; 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.                       ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; funenginefakemetageoipsocketsregexnvaultcstrikecsxhamsandwich 
Image
Image
Image

Unkolix
Gana aktyvus vartotojas
Posts: 211
Joined: 2013 Mar 29 21:53
Skype: unkolix
Location: Trakai

Re: amxbans neuzkrauna pluginu

Post by Unkolix »

Serverio adresas neįrašytas...
amxbans_server_address ""


P.S. sql.cfg susikonfiguravęs?
Skype - Unkolix

User avatar
laimiukas3
Moderatorius
Posts: 4569
Joined: 2012 Aug 03 01:12
Skype: laimiukas3
Location: Vilnius
Contact:

Re: amxbans neuzkrauna pluginu

Post by laimiukas3 »

Unkolix wrote:Serverio adresas neįrašytas...
amxbans_server_address ""


P.S. sql.cfg susikonfiguravęs?
skatyti en moki?

Code: Select all

// AMXBans tries to get the address from the server automatically.
aisku surases cia kazkokia huynia su pluginais nes mestu negali prisijunkti arba pasijunge ok reiks ciuju gm ban isirasyti
isirasiau amxban gm 1.6 db viskas veike lock tema :)
Image
Image
Image

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests