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
 

Błąd - Wywalanie z serwera


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

#1 Gość__*

  • Gość

Reputacja: 0

Offline

Napisano 10.11.2008 11:23

Siema.

Miał ktoś kiedyś taki błąd?

Error: server failed to transmit file 'AY&SY'
Last 32 messages parsed.
36309 0013 svc_clientdata
36309 0016 svc_deltapacketentities
36313 0018 svc_time
36313 0023 svc_clientdata
36313 0026 svc_deltapacketentities
36316 0008 svc_time
36316 0013 svc_clientdata
36316 0016 svc_deltapacketentities
36319 0008 svc_time
36319 0013 svc_clientdata
36319 0016 svc_deltapacketentities
36319 0022 svc_temp_entity
36322 0018 svc_time
36322 0023 svc_clientdata
36322 0026 svc_deltapacketentities
36325 0008 svc_time
36325 0013 svc_clientdata
36325 0016 svc_deltapacketentities
36329 0018 svc_time
36329 0023 svc_clientdata
36329 0026 svc_deltapacketentities
36329 0000 ScoreAttrib
36329 0003 svc_updateuserinfo
36329 0237 svc_updateuserinfo
36329 0456 svc_updateuserinfo
36329 0687 svc_updateuserinfo
36329 0930 svc_updateuserinfo
36329 1185 svc_updateuserinfo
36329 1435 CurWeapon
36329 1439 CurWeapon
36329 1443 svc_filetxferfailed
BAD: 1454:svc_bad
Host_Error: CL_ParseServerMessage:



#2 darkman

    Wszechwiedzący

  • Przyjaciel

Reputacja: 87
Zaawansowany

  • Postów:553
  • Lokalizacja:inactive
Offline

Napisano 10.11.2008 11:40

daj plugins.ini
  • +
  • -
  • 0

#3 Gość__*

  • Autor tematu
  • Gość

Reputacja: 0

Offline

Napisano 10.11.2008 11:43

; 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

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



polski_cs.amxx

adminlisten.amxx

Allow_round_finish.amxx

admin_spec_esp.amxx

Map_Spawns_Editor.amxx

DoNotShootTheHostages.amxx

ad_manager.amxx

swear_filter.amxx

c4timer.amxx

ptb.amxx

godzina.amxx

httpdl.amxx

rr.amxx

descriptive_fire_in_the_hole.amxx

amx_concert.amxx

dontsayips.amxx


#4 wizu

    Godlike

  • Przyjaciel

Reputacja: 224
Profesjonalista

  • Postów:1 217
  • GG:
  • Lokalizacja:Sanok
Offline

Napisano 10.11.2008 13:26

Grasz sobie grasz, aż tu nagle wyskakuje taki błąd i wywala połowę ludzi z serwera? Tak?
Jeśli tak, to miałem tak samo. Szukałem rozwiązania jednak niczego, co by w 100% ten problem rozwiązywało nie znalazłem. Tylko taki plugin:
#include <amxmod>

public plugin_init()
{
    register_plugin("CL_DLMAX","1.0","Anonymous")
    register_cvar("sv_cl_dlmax","80")
}

public client_connect(id)
{
    client_cmd(id,"cl_dlmax %d", get_cvar_num("sv_cl_dlmax"))
}

public client_authorized(id)
{
    client_cmd(id,"cl_dlmax %d", get_cvar_num("sv_cl_dlmax"))
}
W pewnym stopniu zmniejszyło się to zjawisko, ale nie znikło.
  • +
  • -
  • 0

#5 Gość__*

  • Autor tematu
  • Gość

Reputacja: 0

Offline

Napisano 10.11.2008 13:28

Grasz sobie grasz, aż tu nagle wyskakuje taki błąd i wywala połowę ludzi z serwera? Tak?

Teraz wywala mi prawie każdego, np. gra 14 osób to zostaje tylko 1 osoba. Dodam i zobaczę czy coś da.

#6 Saper

    Godlike

  • Przyjaciel

Reputacja: 221
Profesjonalista

  • Postów:1 315
  • GG:
  • Imię:Juzio ;d
  • Lokalizacja:Bialystok
Offline

Napisano 11.11.2008 13:16

Tez to mam :/
  • +
  • -
  • 0

#7 Gość__*

  • Autor tematu
  • Gość

Reputacja: 0

Offline

Napisano 11.11.2008 17:00

Jedną z hipotez jest to, że jakiś gracz ma błędny spray i to powoduje kick z serwera ( coś koło tego ).

#8 mgr inż. Pavulon

    C35H60Br2N2O4

  • Przyjaciel

Reputacja: 1 742
Godlike

  • Postów:6 881
  • Steam:steam
  • Imię:Konrad
  • Lokalizacja:Koniecpol
Offline

Napisano 11.11.2008 19:12

Nie spotkałem się z tym jeszcze, ale looknij aliedmods'a http://forums.allied...ead.php?t=67028
Niektórym chyba pomogło:

This helped me in some way.

I setted in run cmd -zone 8192
In server.cfg sys_ticrate 10000

and html tag for motd
PHP Code:







From yesterday when i setted server like this, i had no problem Before it, server restarts it self fiew times in day, with error svc_bad


  • +
  • -
  • 0




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

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