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

amxbans 1.6 daje bana graczowi a on może nadal wejść na serwer


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
4 odpowiedzi w tym temacie

#1 The First

    Życzliwy

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:23
  • Lokalizacja:Sokołów Podlaski
Offline

Napisano 26.02.2014 21:59

Tak jak w tytule

 

 

logi z konsoli:

 

Admin Spectator ESP v1.3, Copyright © 2006 by KoST

L 02/26/2014 - 21:51:39: Started map "de_dust2" (CRC "1159425449")
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
[AMXBans] laduje plik amxbans.cfg
[AMXBans] amxbans.cfg zostal zaladowany
L 02/26/2014 - 21:51:39: Server cvar "sv_contact" = "email@admin"
L 02/26/2014 - 21:51:39: Log file closed
Server logging data to file logs/L0226124.log
L 02/26/2014 - 21:51:39: Log file started (file "logs/L0226124.log") (game "cstrike") (version "48/1.1.2.6/Stdio/5787")
L 02/26/2014 - 21:51:39: Server cvar "mp_timelimit" = "20"
L 02/26/2014 - 21:51:39: Server cvar "mp_c4timer" = "35"
L 02/26/2014 - 21:51:39: Server cvar "mp_flashlight" = "1"
L 02/26/2014 - 21:51:39: Server cvar "mp_freezetime" = "4"
L 02/26/2014 - 21:51:39: Server cvar "mp_hostagepenalty" = "2"
L 02/26/2014 - 21:51:39: Server cvar "mp_roundtime" = "4"
L 02/26/2014 - 21:51:39: Server cvar "mp_tkpunish" = "1"
L 02/26/2014 - 21:51:39: Server cvar "mp_startmoney" = "850"
L 02/26/2014 - 21:51:39: Server cvar "mp_chattime" = "0"
L 02/26/2014 - 21:51:39: Server cvar "sv_maxspeed" = "320"
L 02/26/2014 - 21:51:39: Server cvar "allow_spectators" = "1"
L 02/26/2014 - 21:51:39: Server cvar "decalfrequency" = "60"
[AMXBans] Loaded 7 admins from file
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
[AMXBans] No Reasons found
L 02/26/2014 - 21:51:40: [amxbans_main.amxx] [AMXBans] No Reasons found in Database. Static reasons were loaded instead.
L 02/26/2014 - 21:51:40: [amxbans_main.amxx] [AMXBans] AMXBans Gm 1.6 is online, date: 14:25 26.04.2011
Connection to Steam servers successful.
VAC secure mode is activated.
Menu item 19 added to Menus Front-End: "AMXBans: Player-Flagging" from plugin "AMXBans: Main"
Menu item 20 added to Menus Front-End: "AMXBans: Disconnected Players" from plugin "AMXBans: Main"
Menu item 21 added to Menus Front-End: "AMXBans: Banhistory" from plugin "AMXBans: Main"
L 02/26/2014 - 21:51:43: [DPROTO]: Client 0 - Set AuthIdType 7 [HLTV]; pClient = 0xf3960f08
L 02/26/2014 - 21:51:43: "HLTV-Cs[email protected]> " connected, address "193.33.176.4:27020"
L 02/26/2014 - 21:51:43: [amxbans_core.amxx] [AMXBANS] Index: 1
L 02/26/2014 - 21:51:43: [amxbans_core.amxx] [AMXBANS] Index: 1 | Name:
L 02/26/2014 - 21:51:43: Function is not present (function "check_player") (plugin "amxbans_main.amxx")
L 02/26/2014 - 21:51:43: [AMXX] Displaying debug trace (plugin "amxbans_main.amxx")
L 02/26/2014 - 21:51:43: [AMXX] Run time error 10: native error (native "set_task")
L 02/26/2014 - 21:51:43: [AMXX] [0] amxbans_main.sma::client_authorized (line 289)
Menu item 22 added to Menus Front-End: "AMXBans: Screens" from plugin "AMXBans: Screens"
L 02/26/2014 - 21:51:45: "HLTV-Cs[email protected]> " entered the game
L 02/26/2014 - 21:51:45: "HLTV-Cs[email protected]> " joined team "SPECTATOR"
L 02/26/2014 - 21:51:47: World triggered "Round_Start"

 

plugin.ini:

 

amxbans_core.amxx

amxbans_main.amxx debug
 
 
;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)
ReasonKicker.amxx       ; 
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
 
 
; TUTAJ dopisuj samodzielnie zainstalowane pluginy:

 


  • +
  • -
  • 0

Zapraszam! COD 4001 LV  :)

b_350_20_323957_202743_F19A15_111111.png

POSZUKUJEMY ADMINÓW I MODERATORÓW NA SERWER I FORUM!

JESTEŚ CHĘTNY? ZAPRASZAM NA FORUM! Cs-RedShoot.gameclan.pl


#2 HaX GaminG

    Pomocny

  • Użytkownik

Reputacja: 18
Początkujący

  • Postów:73
  • GG:
  • Lokalizacja:wawa
Offline

Napisano 26.02.2014 23:38

Wgraj inny amxbans_main.amxx ,bo zapewne masz serwer z pukawki i zainstalowałeś tam amxbans :-P
Jestem na tel więc nie dam Ci linku ,ale to nic trudnego znaleźć ten plugin :-D
  • +
  • -
  • 0

Zapraszam na mój serwer counter strike 1.6 - DD2+BF2 >> Free Odznaka [Weteran]

IP:213.189.52.237:27471

b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Cs:GO [DD2/INF/NUKE/TRAIN] | 31.186.82.185:28060

b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Forum: CsW


#3 The First

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:23
  • Lokalizacja:Sokołów Podlaski
Offline

Napisano 28.02.2014 18:28

Możesz dać link ? Bo nie mogę znaleźć xD


  • +
  • -
  • 1

Zapraszam! COD 4001 LV  :)

b_350_20_323957_202743_F19A15_111111.png

POSZUKUJEMY ADMINÓW I MODERATORÓW NA SERWER I FORUM!

JESTEŚ CHĘTNY? ZAPRASZAM NA FORUM! Cs-RedShoot.gameclan.pl


#4 HaX GaminG

    Pomocny

  • Użytkownik

Reputacja: 18
Początkujący

  • Postów:73
  • GG:
  • Lokalizacja:wawa
Offline

Napisano 28.02.2014 20:28

W załączniku masz ten plugin :) Korzystam z niego na swoim serwerze i wszystko działa prawidłowo :)

Załączone pliki


  • +
  • -
  • 1

Zapraszam na mój serwer counter strike 1.6 - DD2+BF2 >> Free Odznaka [Weteran]

IP:213.189.52.237:27471

b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Cs:GO [DD2/INF/NUKE/TRAIN] | 31.186.82.185:28060

b_350_20_5A6C3E_383F2D_D2E1B5_2E3226.png

Forum: CsW


#5 The First

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:23
  • Lokalizacja:Sokołów Podlaski
Offline

Napisano 28.02.2014 21:11

Wielkie dzięki ziomek :)

 

Pomoc udzielona, można zamknąć temat :)


  • +
  • -
  • 0

Zapraszam! COD 4001 LV  :)

b_350_20_323957_202743_F19A15_111111.png

POSZUKUJEMY ADMINÓW I MODERATORÓW NA SERWER I FORUM!

JESTEŚ CHĘTNY? ZAPRASZAM NA FORUM! Cs-RedShoot.gameclan.pl





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

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