←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z serwerem

Locked

kondzixd's Photo kondzixd 27.09.2010

Czasami podczas gry na serwerze serwer pada i nawet nie chce mi się załadować mapa jaka powinna się załadować po crashu.
Gdy serwer padnie wyskakuje taki error.

FATAL ERROR (shutting down): MSG_ONE or MSG_ONE_UNRELIABLE with no target entity



Mój plugins.ini:


; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
amxbans.amxx
;minibans.amxx
;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
mapchooser4.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

; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer
afkkisss.amxx
hpk.amxx
unbanmenu.amxx
ss_amxbans.amxx
;speedometer.amxx


; Custom - Add 3rd party plugins here
;statsx.amxx
G_block_name_change.amxx
;parachute.amxx
;mutemenu.amxx
;extreme_bancfg2.amxx
;loadingsongadvanced.amxx
srn.amxx
xredirect.amxx




i plugins-zplague.ini:


; - Quick tips -
; * Rename this file to disabled-zplague.ini to turn the mod off
; * Rename it back to plugins-zplague.ini to turn it on
; * Put a semi-colon in front of a plugin to disable it
; * Remove a semi-colon to re-enable a plugin
; * Add the word debug after a plugin to place it in debug mode

; Main plugin
zombie_plague402.amxx

; Default zombie classes
zp_zclasses40.amxx
admin_online.amxx
adminlisten.amxx
;admin_weapon.amxx
;admin_welcome2.amxx
amx_ip.amxx
;auto_join_on_connect.amxx
backweapons.amxx
bulletdamage.amxx
gamenamechanger.amxx
godzina.amxx
log_ip.amxx
kontakt.amxx
nick_granate.amxx
;zp_antiblock.amxx
zp_extra_AWP_Crohssair.amxx
zp_extra_bazooka.amxx
;zp_extra_bomba_antidotum.amxx
zp_extra_human_armor.amxx
zp_heartbeat.amxx
;zp_nick_max.amxx
zp_nick_zakazane.amxx
;zp_no_crosshair.amxx
;zp_timeprojector_PL.amxx
komendy.amxx
regulamin.amxx
zp_server_addon_countdown.amxx
;zp_grawitacja.amxx
;zp_extra_sandbags.amxx
;zp_bank.amxx
zp_extra_pipe.amxx
zp_donate_ap.amxx
;team-semiclip.amxx
;zp_extra_unlimited_clip.amxx
zp_plague_50_50.amxx
;level.amxx
zp_extra_lasermine.amxx
dontsayips.amxx
;Galileo.amxx
;amx_parachute.amxx
zm_vip.amxx
;Pluginy na plugin VIP
zm_vip_extra_unlimited_clip.amxx
zm_vip_extra_bazooka.amxx
zm_vip_extra_human_armor.amxx
xredirect.amxx

; Add sub-plugins, custom zombie classes, and extra items here
zp_class_tight10c.amxx
zombie_regeneracyjny.amxx
;zp_class_climb.amxx
zp_zclass_smoker.amxx

Myślę, że to robi jeden z pluginów. Może jak wiecie co to powiedzcie.
Dzięki za pomoc :)
Quote

  • +
  • -
mgr inż. Pavulon's Photo mgr inż. Pavulon 27.09.2010

to może być którykolwiek plugin (w którym jest MSG_ONE lub MSG_ONE_UNRELIABLE)
Quote

kondzixd's Photo kondzixd 28.09.2010

A gdzie tego szukać? W kodzie źródłowym?
Quote

  • +
  • -
mgr inż. Pavulon's Photo mgr inż. Pavulon 28.09.2010

Tak. W sma
Jeżeli błąd często występuje to możesz wyłączać kolejno pluginy aż nie znikną problemy.
Quote
Locked