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

[ROZWIĄZANE] Kick z powodem: Reliable channel overflow ! Tylko niektore osoby


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

#1 L[a]Q^

    Początkujący

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:13
Offline

Napisano 14.12.2011 12:53

Witam, dużo czytałem i to jest problem z motd, modelami, coś z przesyłaniem danych do klienta.
Kilku znajomych ma ten problem - podczas wchodzenia na serwer wywala ich z takim błędem w konsoli jak w temacie.
Oto plugins.ini - wszędzie dopisałem debug, bo wcześniej po wpisaniu przy GHW.amxx zadziałało i można było normalnie grać...
; 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)
ReasonKicker.amxx	   ; reason kicka
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

DeathrunManager.amxx			 ; Główny plugin DeathRuna
DRM_trigger_hurt_fix.amxx debug	   ; DR hurt fix
speclist.amxx debug				   ; W rogu pokazuje ktos na obserwuje
ad_manager.amxx debug				 ; reklama z [you]
hpk.amxx debug					    ; kickuje graczy z duzym pingiem = 115
use_button_once.amxx debug		    ; tt moze tylko raz uzyc pulapki
team_join.amxx debug				 ; wymusza dojscie do ct
afkkisss.amxx debug				  ; kickuje afk
timer.amxx  debug					 ; rekordy map
BestSpeed_Edition_v2.amxx debug	   ; rekordy speeda
respawn.amxx debug				    ; /respawn - gdy mamy 8k$ odradzamy sie
bunnyhop.amxx debug				   ; auto bh
autobuyfix.amxx debug				 ; fix na crashe ****
freezetraps.amxx debug			    ; granat zamrazajcy pulapki
Galileo.amxx debug				    ; vote map
tl_fix.amxx debug					 ; staly timeleft
swear_replacement.amxx debug		   ; cenzura
dontsayips.amxx  debug			    ; blokada reklamy ip
drfps.amxx debug					  ; /fps
Drvipek.amxx debug ;vipek <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/smile.png' class='bbc_emoticon' alt=':)' />
50hp.amxx debug  ; wszyscy maja po 50 hp
mutemenu.amxx debug ;kazdy moze mutowac 
adminlisten.amxx debug ;admin widzi wszystkie rozmowy
Allow_round_finish.amxx debug ;dokanczanie rundy
admin_double_jump.amxx debug ;kazda osoba z flaga t ma podwojny skok (vip)
motd.amxx debug ;co zoribc zeby dostac vipa
invis.amxx debug ;ukrywanie graczy i wody
snieg.amxx debug ;snieeeg!
SantaHat.amxx debug ;wszyscy maja czapki mikolaja
amx_ip.amxx debug ;pokazuje ip w konsoli
wymuszenie_snow.amxx debug ;wiadomo <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/biggrin.png' class='bbc_emoticon' alt=':D' />
gamenamechanger.amxx  debug ;zmiana nazwy gry
rs.amxx debug  ;roundsound
GHW.amxx  debug ;podmiana broni
admin_check.amxx debug ;admini online
binder.amxx debug ;bindowanie klawiszy

Server.cfg:
# OWNSERVER AUTO KONFIGURACJA START
hostname "Serwer Deathrun @ OwnServer.pl"
# OWNSERVER AUTO KONFIGURACJA KONIEC
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.
// disable autoaim
sv_aim 0
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
// maximum client movement speed

sv_maxspeed 320
// 20 minute timelimit

mp_timelimit 20

sv_cheats 0

//
load ban files

exec listip.cfg

exec banned.cfg


mp_freezetime 0

sv_downloadurl "http://www16229.host1.ownserv.pl/dr/"
sv_voicecodec voice_speex

AMXX.cfg:
// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2
// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
//				 "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"
// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180
// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60
// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.75
// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0
// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1
// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10
// How long voting session goes on
//
// Default value: 10
amx_vote_time 10
// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1
// Some ratios for voting success
// Default value: 0.40
amx_votekick_ratio 0.40
// Default value: 0.40
amx_voteban_ratio 0.40
// Default value: 0.40
amx_votemap_ratio 0.40
// Default value: 0.02
amx_vote_ratio 0.02
// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90
// Step for each extending
//
// Default value: 15
amx_extendmap_step 15
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
//
// Beginning of Counter-Strike package specific configurations.
//
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
// Default value: 1
csstats_rank 1
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0
// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0
////////// DeathRun Manager
1=włącz; 0=wyłącz
Włącz/wyłącz plugin
deathrun_toggle 1
Włącz/wyłącz blokowanie spray`ów
deathrun_spray 1/
Włącz/wyłącz blokowanie komend radiowych
deathrun_radio 1
Włącz/wyłącz dawanie USP dla CT
deathrun_giveusp 0
Włącz/wyłącz strefę kupowania
deathrun_removebz 1
Włącz/wyłącz usuwanie pieniędzy i czasu z ekranu HUD
deathrun_hidehud 0
Włącz/wyłącz blokowanie pieniędzy
deathrun_blockmoney 0
Włącz/wyłącz blokowanie komendy 'kill' w konsoli
deathrun_blockkill 1
Włącz/wyłącz przenikanie przez innych graczy
deathrun_semiclip 1
Włącz/wyłącz system żyć, jeśli ustawione na 2, terroryści ze zwycięskiej drużyny otrzymają 1 punkt życia
deathrun_lifesystem 2
Jeśli ustawione na 1, wyświetlana nazwa gry to 'Deathrun v3.0'
deathrun_gamename 0
Włącz/wyłącz tracenie HP przez TT przy upadku z wysokości
deathrun_terrnfd 1

////////////// SpecList
amx_speclist 1 Włączony / Wyłączony plugin.
amx_speclist_immunity 1 / jesli 1 - gracze z flagą "a" nie bedą wyswietlani na liście 0 - gracze z flagą "a" bedą na liście.

//////////// AFK KISS
afk_kicktime 150 - Po jakim czasie gracz ma być wykopany.
afk_slaytime 60 - Po jakim czasie gracz ma być zgładzony.
afk_minplayers 8 - Minimalna ilość graczy przy których ma pracować plugin.
afk_slayplayers 1 - Czy zabijać gracza gdy jest zbyt długo AFK.
afk_adminimmunity 1 - Admin, gracz z immunitetem jest nietykalny.
afk_adminkickimmunity 1 - Admin, gracz z immunitetem nie może być wykopany.
afk_options 1 - Wykopanie gracza po upływie dozwolonego czasu 0 - przełącza gracza na spec. następnie wykopuje.
afk_show_counter 0 - Ustaw na 0 to będzie pokazywać "AFK-Counter" od czasu do czasu.
afk_rename 1 - Zmiana nicku gracza na "[AFK] nick" kiedy jest AFK.
afk_speckick 0 - Wykopywanie graczy z spec.
afk_speckicktime 300 - Czas po jakim gracze będą wykopywani ze spec. ( dobrze uwzględnić więcej sekund ponieważ często gracze kręcą demo oszustom ).
/////////// rekordy speeda
sm_enabled "1" // 1 - Plugin włączony 0 - Plugin Wyłączony
sm_upadte "0.1" // Co ile ma aktualizować się HUD (Napis z prawej strony ekranu) Standardowo 0.1
sm_terro "0" // 1 - Sprawdza również speed również u terro, 0 - nie sprawdza speeda u terro

//////// FREEZE TRAPS
freezetrap_distribute 1
freezetrap_limit 2
freezetrap_cost 8000
////////// tl fix
mp_timelimit_fix 19
mp_timelimit_restart 0
////////// dont say ips
ip_banviolators 0 // 1 - banowanie, 0 - sama podmiana tekstu

/////////////// REASON KICKER
amx_kick_r1 "Skracasz"
amx_kick_r2 "Bugujesz"
amx_kick_r3 "AFK"
amx_kick_r4 "Spamujesz"
amx_kick_r5 "Reklamujesz"
amx_kick_r6 "Lamisz"
amx_kick_r7 "Wyzywasz"
amx_cvar sv_airaccelerate 100
amx_cvar sv_airmove 1
amx_cvar stepsize 360
amx_cvar sv_accelerate 50
amx_cvar mp_freezetime 0
tjm_join_team "2"
- Liczba zespołu, do której gracz powinien dołączać :
- 0 = Nie Auto-Join , 1 = T, 2 = CT, 3 = SPEC, 4 = Przypadkowo CT or T
tjm_switch_team "0"
- Zmusza klienta do zmienienia zespołów gdy gracz otwiera menu chwila już przed wybraniem drużyny.
- 0 = NIE, 1 = TAK
tjm_class_t "5"
- Który model klient powinien wykorzystywać kiedy zmuszony do drużyny TT .
- 1 = Phoenix Connexion, 2 = Elite Crew, 3 = Arctic Avengers, 4 = Guerilla Warfare, 5 = Random
tjm_class_ct "5"
- Który modela klient powinien wykorzystywać kiedy zmuszony do drużyny CT .
- 1 = Seal Team, 2 = GSG-9, 3 = SAS, 4 = GIGN, 5 = Random
tjm_block_change "1"
- Jeśli tjm_switch_team nie jest 1, to zablokuje klienta z wybierania zespołów.
- 0 = Zezwól na Zmianę drużyny, 1 = Blokuj zmianę drużyny
amx_cvar fps_max 333
amx_cvar fps_modem 333
amx_cvar developer 1
amx_cvar cl_weather 1
amx_santa_hat 1
cvar amx_ip_con_print = 1
cvar amx_ip_srv_print = 1
amx_gamename "By flaquuu."
amx_contactinfo "GG: 2693554"

Logi:
L 12/13/2011 - 17:19:30: [CSTRIKE] Invalid player 2
L 12/13/2011 - 17:19:30: [AMXX] Run time error 10 (plugin "Drvipek.amxx") (native "cs_get_user_team") - debug not enabled!
L 12/13/2011 - 17:19:30: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/13/2011 - 17:31:40: Start of error session.
L 12/13/2011 - 17:31:40: Info (map "deathrun_2010") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 17:31:40: [CSTRIKE] Invalid player 2
L 12/13/2011 - 17:31:40: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:31:40: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:31:40: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:36:57: Start of error session.
L 12/13/2011 - 17:36:57: Info (map "deathrun_arctic") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 17:36:57: [CSTRIKE] Invalid player 2
L 12/13/2011 - 17:36:57: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:36:57: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:36:57: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:37:01: [CSTRIKE] Invalid player 1
L 12/13/2011 - 17:37:01: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:37:01: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:37:01: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:39:44: Start of error session.
L 12/13/2011 - 17:39:44: Info (map "deathrun_crazytown") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 17:39:44: [CSTRIKE] Invalid player 2
L 12/13/2011 - 17:39:44: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:39:44: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:39:44: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:39:55: [CSTRIKE] Invalid player 3
L 12/13/2011 - 17:39:55: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:39:55: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:39:55: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:42:56: Start of error session.
L 12/13/2011 - 17:42:56: Info (map "deathrun_dust2010") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 17:42:56: [CSTRIKE] Invalid player 2
L 12/13/2011 - 17:42:56: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:42:56: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:42:56: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:43:00: [CSTRIKE] Invalid player 3
L 12/13/2011 - 17:43:00: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:43:00: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:43:00: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:43:59: Start of error session.
L 12/13/2011 - 17:43:59: Info (map "deathrun_dust2009") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 17:43:59: [CSTRIKE] Invalid player 2
L 12/13/2011 - 17:43:59: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:43:59: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:43:59: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 17:44:05: [CSTRIKE] Invalid player 3
L 12/13/2011 - 17:44:05: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 17:44:05: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 17:44:05: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 18:26:25: Start of error session.
L 12/13/2011 - 18:26:25: Info (map "deathrun_onstyle") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 18:26:25: [CSTRIKE] Invalid player 3
L 12/13/2011 - 18:26:25: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 18:26:25: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 18:26:25: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 18:33:11: [CSTRIKE] Invalid player 3
L 12/13/2011 - 18:33:11: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 18:33:11: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 18:33:11: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 18:35:46: Start of error session.
L 12/13/2011 - 18:35:46: Info (map "deathrun_arctic") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 18:35:46: [CSTRIKE] Invalid player 3
L 12/13/2011 - 18:35:46: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 18:35:46: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 18:35:46: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 18:35:59: Start of error session.
L 12/13/2011 - 18:35:59: Info (map "deathrun_arctic") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 18:35:59: [CSTRIKE] Invalid player 3
L 12/13/2011 - 18:35:59: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 18:35:59: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 18:35:59: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 18:35:59: [AMXX] Displaying debug trace (plugin "amx_ip.amxx")
L 12/13/2011 - 18:35:59: [AMXX] Run time error 5: memory access
L 12/13/2011 - 18:35:59: [AMXX]    [0] 53135.attach::connect_prints (line 107)
L 12/13/2011 - 18:35:59: [AMXX]    [1] 53135.attach::client_putinserver (line 120)
L 12/13/2011 - 18:38:15: Start of error session.
L 12/13/2011 - 18:38:15: Info (map "deathrun_arctic") (file "addons/amxmodx/logs/error_20111213.log")
L 12/13/2011 - 18:38:15: [CSTRIKE] Invalid player 2
L 12/13/2011 - 18:38:15: [AMXX] Displaying debug trace (plugin "Drvipek.amxx")
L 12/13/2011 - 18:38:15: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 12/13/2011 - 18:38:15: [AMXX]    [0] Drvipek_137703.sma::Bacon_Spawn (line 325)
L 12/13/2011 - 18:38:15: [AMXX] Displaying debug trace (plugin "amx_ip.amxx")
L 12/13/2011 - 18:38:15: [AMXX] Run time error 5: memory access
L 12/13/2011 - 18:38:15: [AMXX]    [0] 53135.attach::connect_prints (line 107)
L 12/13/2011 - 18:38:15: [AMXX]    [1] 53135.attach::client_putinserver (line 120)
L 12/13/2011 - 18:54:28: [AMXX] Displaying debug trace (plugin "amx_ip.amxx")
L 12/13/2011 - 18:54:28: [AMXX] Run time error 5: memory access
L 12/13/2011 - 18:54:28: [AMXX]    [0] 53135.attach::connect_prints (line 107)
L 12/13/2011 - 18:54:28: [AMXX]    [1] 53135.attach::client_disconnect (line 125)
L 12/13/2011 - 18:56:23: [AMXX] Displaying debug trace (plugin "amx_ip.amxx")
L 12/13/2011 - 18:56:23: [AMXX] Run time error 5: memory access
L 12/13/2011 - 18:56:23: [AMXX]    [0] 53135.attach::connect_prints (line 107)
L 12/13/2011 - 18:56:23: [AMXX]    [1] 53135.attach::client_disconnect (line 125)

POMOCY!

OK. Naprawiłem, wyłączyłem plugin snow oraz wymuszenie do niego. Jak ktoś ma taki problem to radze go wyłączyć.
  • +
  • -
  • 0

#2 sebul

    Godlike

  • Przyjaciel

Reputacja: 2 035
Godlike

  • Postów:5 411
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Ostrołęka
Offline

Napisano 14.12.2011 16:15

Debug nie ma to wpływu na działanie danego pluginu, tylko jeśli jest to dopisane, to w logach pokazują się bardziej szczegółowe informacje na temat błędów występujących w nim.
  • +
  • -
  • 0

Posiadam TBM (inaczej PTB), które działa dużo lepiej niż zwykłe PTB, nawet na modach z lvlami. Zainteresowany? Proszę bardzo


#3 sebul

    Godlike

  • Przyjaciel

Reputacja: 2 035
Godlike

  • Postów:5 411
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Ostrołęka
Offline

Napisano 14.12.2011 16:15

Wiadomość wygenerowana automatycznie


Ten temat został zamknięty przez moderatora.

Powód: Pomoc udzielona

Jeśli się z tym nie zgadzasz, Dołączona grafika raportuj ten post, a moderator lub administrator rozpatrzy go ponownie.


Z pozdrowieniami,
Zespół AMXX.PL
  • +
  • -
  • 0

Posiadam TBM (inaczej PTB), które działa dużo lepiej niż zwykłe PTB, nawet na modach z lvlami. Zainteresowany? Proszę bardzo





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

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