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

Pare problemow z serwerem


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

#1 TastyB

    Zaawansowany

  • Girl

Reputacja: 9
Nowy

  • Postów:147
Offline

Napisano 08.12.2008 20:18

Dzisiaj pare razy serwer wywalal mi wszystkich ludzi z serwera... Blad:
BAD:  1674:svc_bad
Host_Error: CL_ParseServerMessage: Illegible server message - svc_bad
lub
BAD:  1085:svc_bad
Host_Error: CL_ParseServerMessage: Illegible server message - svc_bad
wywala w roznych liniach...

to jest serwer steam

przy okazji proszę o pomoc w bledach (wyciagniete z logow):

L 12/08/2008 - 00:54:31: Start of error session.
L 12/08/2008 - 00:54:31: Info (map "xxxxxxxx") (file "addons/amxmodx/logs/error_20081208.log")
L 12/08/2008 - 00:54:31: Function is not present (function "restart_46s") (plugin "auto_restart.amxx")
L 12/08/2008 - 00:54:31: [AMXX] Run time error 10 (plugin "auto_restart.amxx") (native "set_task") - debug not enabled!
L 12/08/2008 - 00:54:31: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
(...)
L 12/08/2008 - 14:28:36: Invalid player id 0
L 12/08/2008 - 14:28:36: [AMXX] Run time error 10 (plugin "dbmod_5.8d.amxx") (native "get_user_attacker") - debug not enabled!
L 12/08/2008 - 14:28:36: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/08/2008 - 14:28:58: [FUN] Invalid player 3
L 12/08/2008 - 14:28:58: [AMXX] Run time error 10 (plugin "dbmod_5.8d.amxx") (native "get_user_maxspeed") - debug not enabled!
L 12/08/2008 - 14:28:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
(...)
L 12/08/2008 - 16:54:24: [FUN] Invalid player 5
L 12/08/2008 - 16:54:24: [AMXX] Run time error 10 (plugin "dbmod_5.8d.amxx") (native "get_user_maxspeed") - debug not enabled!
L 12/08/2008 - 16:54:24: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
(...)
L 12/08/2008 - 17:02:05: [FUN] Invalid player 8
L 12/08/2008 - 17:02:05: [AMXX] Run time error 10 (plugin "dbmod_5.8d.amxx") (native "get_user_maxspeed") - debug not enabled!
L 12/08/2008 - 17:02:05: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
(...)
L 12/08/2008 - 17:04:09: [FUN] Invalid player 12
L 12/08/2008 - 17:04:09: [AMXX] Run time error 10 (plugin "dbmod_5.8d.amxx") (native "get_user_maxspeed") - debug not enabled!
L 12/08/2008 - 17:04:09: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
(...)
L 12/08/2008 - 19:11:41: [FUN] Invalid player 14
L 12/08/2008 - 19:11:41: [AMXX] Run time error 10 (plugin "dbmod_5.8d.amxx") (native "get_user_maxspeed") - debug not enabled!
L 12/08/2008 - 19:11:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).



Za pomoc dziekuje z gory

p.s.
(klikne tez pomogl)
  • +
  • -
  • 0

#2 Gość__*

  • Gość

Reputacja: 0

Offline

Napisano 08.12.2008 20:29

Dodaj do plugins.ini

dbmod_5.8d.amxx debug


Co do błędu svc_bad czasem pomaga to ( http://forums.allied...ead.php?t=67028 )

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

Zobacz też to
#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"))
}


#3 TastyB

    Zaawansowany

  • Autor tematu
  • Girl

Reputacja: 9
Nowy

  • Postów:147
Offline

Napisano 09.12.2008 02:25

z kodu mam stworzyc sma, przekompilowac i traktowac dokladnie tak jak plugin..?



...
  • +
  • -
  • 0

#4 wizu

    Godlike

  • Przyjaciel

Reputacja: 224
Profesjonalista

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

Napisano 09.12.2008 09:47

Tak, to jest plugin.
Kompilator
  • +
  • -
  • 0

#5 TastyB

    Zaawansowany

  • Autor tematu
  • Girl

Reputacja: 9
Nowy

  • Postów:147
Offline

Napisano 09.12.2008 16:36

524183 successful compiles to date.
328763 failed compiles to date.
Old compiler: 101980 compiles before decommission.
This tool by: David "BAILOPAN" Anderson.
  • +
  • -
  • 0

#6 wizu

    Godlike

  • Przyjaciel

Reputacja: 224
Profesjonalista

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

Napisano 09.12.2008 16:53

Czasami ten kompilator się psuje, wtedy trzeba lokalnie.
W załączniku masz już skompilowany.

Załączone pliki


  • +
  • -
  • 0




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

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