// AMXBans Configuration File
// File location: $moddir/addons/amxmodx/configs/amxbans.cfg
echo [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 admins
amxbans_use_admins_file 0
// AMXBans tries to get the address from the server automatically.
// You can set a different one here - ex. "<ip>:<port>"
amxbans_server_address "91.211.245.162:27033"
// Number of players in the Disconnected Menu
amxbans_discon_players_saved 10
// Bantime to use for custom banreasons, if a user has static bantime <minutes>
// -1 to disable custom reasons
amxbans_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.cfg
amxbans_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 normally
amxbans_debug 0
// Don't use http:// in this cvar. The url will be shown to banned players in the console.
amxbans_complain_url "http://4fun.us.lt/news.php"
// 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 1
amxbans_show_in_hlsw 1
// Print green hudmessages on the top left when banning
amxbans_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/Unbanning
amxbans_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 disable
amxbans_show_prebanned 0
// How many previous offences does the player needs, to be notified in the amx_chat?
amxbans_show_prebanned_num 2
// Currently not known
amxbans_default_ban_reason Cheater
// To be able to ban players not in the server. 1 enabled and 0 disabled.
amxbans_ban_evenif_disconnected 1
// Flagtimes, like the bantimes below
amx_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"
/*********************************************************************************/
amx
Cia neviskas, kažką pakeičiau ir man serve neliko admin'u ir nezinau kaip atzymet atgal gal galetumet parasyti ?? Labai busiu dekingas
Ir dar gal zinot kodel kai serve uzbaninu zaideje neismeta uzbanintam zmogui motd lango ir dar tipo neraso zaliom raidem kas uzbanino kodel kiek laiko. Prasau padekit
Ieškau pagalbos dėl amxbans
Re: Ieškau pagalbos dėl amxbans
Atsisiųsk oficialius Amxbans pluginus iš jų forumo.garbiz wrote: Ir dar gal zinot kodel kai serve uzbaninu zaideje neismeta uzbanintam zmogui motd lango ir dar tipo neraso zaliom raidem kas uzbanino kodel kiek laiko.
Re: Ieškau pagalbos dėl amxbans
O kad dingo adminai, nezinai ką daryt, gal zinai kokie turetu but normalus configai kad vel atsirastu ?

Re: Ieškau pagalbos dėl amxbans
Parodyk savo plugins.ini failą.
Re: Ieškau pagalbos dėl amxbans
b; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin_amxbans.amxx
amxbans_core.amxx
amxbans_main.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
; 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
; 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
; 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!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
ut_killstreak_adv.amxx
admin_check.amxx
AdminPrefixes.amxx
c4_laikmatis.amxx
client_languages.amxx
GHW_Message_Disp.amxx
girlshare.ro_amx_ss.amxx
headshot_deluxe.amxx
pirkimu_meniu.amxx
resetscore.amxx
time_free_vip.amxx
amx_demorecorder.amxx
galileo.amxx
admin.amxx
round_chat_msg.amxx
VIP_PLUGIN.amxx
csdm_auto_balance.amxx
dgh_admin_v2.amxx
GHW_connect.amxx
backweapons.amxx
voiceannounce_ex.smx
anticommerce.amxx
mutemenu.amxx
boost.amxx
no_team_flash.amxx
top3vip.amxx
admincmd.amxx
-- 2015 Vas 01 19:41 --
Sutvarkyta... Reikejo is virsaus istrint admin_amxbans.amxx
O kad rodytu motd langa ir green_hud kai banini niekaip nesuprantu
; Admin Base - Always one has to be activated
admin_amxbans.amxx
amxbans_core.amxx
amxbans_main.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
; 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
; 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
; 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!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
ut_killstreak_adv.amxx
admin_check.amxx
AdminPrefixes.amxx
c4_laikmatis.amxx
client_languages.amxx
GHW_Message_Disp.amxx
girlshare.ro_amx_ss.amxx
headshot_deluxe.amxx
pirkimu_meniu.amxx
resetscore.amxx
time_free_vip.amxx
amx_demorecorder.amxx
galileo.amxx
admin.amxx
round_chat_msg.amxx
VIP_PLUGIN.amxx
csdm_auto_balance.amxx
dgh_admin_v2.amxx
GHW_connect.amxx
backweapons.amxx
voiceannounce_ex.smx
anticommerce.amxx
mutemenu.amxx
boost.amxx
no_team_flash.amxx
top3vip.amxx
admincmd.amxx
-- 2015 Vas 01 19:41 --
Sutvarkyta... Reikejo is virsaus istrint admin_amxbans.amxx
O kad rodytu motd langa ir green_hud kai banini niekaip nesuprantu


Re: Ieškau pagalbos dėl amxbans
Code: Select all
// Print green hudmessages on the top left when banningamxbans_show_hud_messages 1
NWK.LT Counter-Strike 1.6 Serveriai:
- War3FT ★ [url=steam://connect/cs.nwk.lt:27015]cs.nwk.lt:27015[/url]
- JailBreak ★ [url=steam://connect/cs.nwk.lt:27016]cs.nwk.lt:27016[/url]
- Public ★ [url=steam://connect/cs.nwk.lt:27017]cs.nwk.lt:27017[/url]
- DeathRun ★ [url=steam://connect/cs.nwk.lt:27018]cs.nwk.lt:27018[/url]
- Hide'N'Seek ★ [url=steam://connect/cs.nwk.lt:27019]cs.nwk.lt:27019[/url]
Who is online
Users browsing this forum: No registered users and 3 guests