Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Problem amxbansNie dziala mi amxbans


  • Zamknięty Temat jest zamknięty
3 odpowiedzi w tym temacie

#1 RooNemeN

    Nowy

  • Nowy

Reputacja: 0
Nowy

  • Postów:2
  • Lokalizacja:łódż
Offline

Napisano 30.06.2010 22:51

elo mam zainstalowany amxbans 6.0.0
skonfigurowałem amxbans web www.bany.cs-worms.pl
a na serverze skonfigurowałem sql.cfg tak samo jak na web i nie dziala amxbans
nie wiem co jest dodałem recznie server do mysql ale to nie pomoglo w server.cfg dopisalem
ip "ip servera"
wiec nie wiem co jest jakby cos jestem na gg 17229908
proszę o pomoc PLIS !!!

sql.cfg

amx_sql_host	"host hekko"
amx_sql_user	"admin"
amx_sql_pass	"123"
amx_sql_db	"admin"
amx_sql_table	"admin"
amx_sql_type	"mysql"

logs

L 06/30/2010 - 23:36:07: -------- Mapchange to de_dust2 --------
L 06/30/2010 - 23:36:20: [amxbans_core.amxx] Login: "123<1><STEAM_0:0:31092181><>" became an admin (account "123") (access "abcdefghijklmnopqrstu") (address "95.175.3.2") 
logs error

L 06/30/2010 - 23:36:35: Start of error session.
L 06/30/2010 - 23:36:35: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20100630.log")
L 06/30/2010 - 23:36:35: [MySQL] Invalid info tuple handle: 0
L 06/30/2010 - 23:36:35: [AMXX] Run time error 10 (plugin "amxbans_main.amxx") (native "SQL_ThreadQuery") - debug not enabled!
L 06/30/2010 - 23:36:35: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
plugins_amxbans

// In this file you can specify additional plugins for AMXBans
// Make sure you place plugins for AMXBans here and not in the global plugins.ini
// 

// Freezes the player after ban (between motd and kick)
// (restricts player from moving, jump, say / say_team and strips his weapons)
amxbans_freeze.amxx

// Displays a message when a flagged player joins
// Reason, Time left, etc
;amxbans_flagged.amxx

amxbans.cfg

// 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"

// Use the flagging only for this Server, or for all servers?
amxbans_flagged_all_server 1

// How AMXBans should handle the admins
// 0=sql, 1=users.ini, 2=load no admins
amxbans_use_admins_file 1

// AMXBans trys to get the address from the server automatically.
// You can set a different one here - ex. "<ip>:<port>"
amxbans_server_address "ip servera "

// Set this cvar to your favourite ban cmd style
// 1 (new): amx_ban <SteamID or Nickname or #authid or IP> <Time in Minutes> <Reason>
// 0 (old): amx_ban <Time in Minutes> <SteamID or Nickname or #authid or IP> <Reason>
amxbans_use_newbancmd 1

// 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 "CS-Worms.pl [4FUN]"

// 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 "adres stronki"

// 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 1

// 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 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 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 "amxbans_consolebanmax"
// IMPORTANT: Put the lowest value first and the highest value last. You can  have 1 to 12 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 "1 m" "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 12 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 "1 m" "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 testet)
amxbans_freeze_mode "abc"

/*********************************************************************************/

// AMXBans configuration file echo
echo [AMXBans] amxbans.cfg is fully executed

plugins.ini

amxbans_core.amxx
amxbans_main.amxx
; AMX Mod X plugins
; 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

  • +
  • -
  • 0

#2 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

  • Postów:3 072
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Sztokholm
Offline

Napisano 01.07.2010 09:07

Jaką masz wersję amxmodx ??
  • +
  • -
  • 1

#3 RooNemeN

    Nowy

  • Autor tematu
  • Nowy

Reputacja: 0
Nowy

  • Postów:2
  • Lokalizacja:łódż
Offline

Napisano 01.07.2010 09:52

] amx_cvar amxmodx_version
[AMXX] Cvar "amxmodx_version" jest "1.8.2-dev
  • +
  • -
  • 0

#4 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

  • Postów:3 072
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Sztokholm
Offline

Napisano 01.07.2010 13:48

WAŻNA WIADOMOŚĆ - Nieoficjalny polski support AMX Mod X

spróbuj tego :)
  • +
  • -
  • 0




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych