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
 

Xelir - zdjęcie

Xelir

Rejestracja: 26.02.2013
Aktualnie: Nieaktywny
Poza forum Ostatnio: 15.03.2013 19:39
-----

Moje tematy

Problem ze statystykami - nie pokazuje statystyk 1 gracza

13.03.2013 21:31

Witam.
Posiadam serwer z pluginem BF2.
Kumpel grał dość długo no i był 1 w ranku.
Niestety coś jest nie tak.

Jak wejdzie na serwer, to nie ma żadnych zabić, odznak, nic.
W topce jest nadal.
W pliku csstats są nadal jego dobre statystyki.

Co z tym zrobić?
Dlaczego na serwie nie pokazuje tych statów?

[ROZWIĄZANE] Problem z Alternative End Round Sounds

04.03.2013 13:00

Witam.
Mam mały problem z Alternative End Round Sounds.
Instalowałem go według tej instrukcji : http://amxx.pl/topic...d-round-sounds/

alt_end_round_sounds.amxx dodane do plugins.ini

roundsound.ini wrzucone do configs, wygląda tak :

; CT Sounds
"sound/misc/1.mp3" "CT"
"sound/misc/3.mp3" "CT"
"sound/misc/5.mp3" "CT"
"sound/misc/7.mp3" "CT"
"sound/misc/9.mp3" "CT"
"sound/misc/11.mp3" "CT"
"sound/misc/13.mp3" "CT"
"sound/misc/c15.mp3" "CT"
"sound/misc/17.mp3" "CT"
"sound/misc/19.mp3" "CT"
; T Sounds
"sound/misc/2.mp3" "T"
"sound/misc/4.mp3" "T"
"sound/misc/6.mp3" "T"
"sound/misc/8.mp3" "T"
"sound/misc/10.mp3" "T"
"sound/misc/12.mp3" "T"
"sound/misc/14.mp3" "T"
"sound/misc/16.mp3" "T"
"sound/misc/18.mp3" "T"
"sound/misc/20.mp3" "T"

Muzyka wrzucona tam gdzie trzeba.

C'vary dodane.

I problem polega na tym, że plugin działa, tylko ne odtwarza muzyki.
Komenda /roundsound działa.

Może ktoś ma jakiś pomysł?

Mały problem z Dporto

02.03.2013 14:51

Witam.
Posiadam mały problem z dporto.
Niestety nie da się wejść na serwer poprzez Steam.
Nonsteam normalnie działa, ale Steamowcy nie mogą wejść.
Może ktoś coś poradzi?

Tutaj config dporto :

Spoiler

Nie widzi serwera

02.03.2013 00:07

Witam.
Zainstalowałem sobie gmAMXBans no i niestety nie widzi mi serwera.

Dane w sql.cfg :

amx_sql_host "cs-shooterz.xaa.pl"
amx_sql_user "nazwa użytkownika w bazie danych"
amx_sql_pass "hasło"
amx_sql_db "nazwa bazy"
amx_sql_table "admins"
amx_sql_type "mysql"

W amxbans.cfg również jest wpisane ip oraz port serwera w danej linijce.

Modules.ini


;;;
; To enable a module, remove the semi-colon ( ;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use	  ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
mysql
;sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.			  ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.							  ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.					   ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
;hamsandwich

Plugins.ini

; AMX Mod X plugins
amxbans_core.amxx
amxbans_main.amxx
; 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
c4timer.amxx
rr.amxx
parachute.amxx


Kwałek z konsoli

L 03/01/2013 - 23:55:53: -------- Mapchange to de_dust2 --------
stray key in process_key: item_getiteminfo 63
L 03/01/2013 - 23:55:53: [AMXX] Plugin file open error (plugin "amxbans_core.amxx")
L 03/01/2013 - 23:55:53: [AMXX] Plugin file open error (plugin "amxbans_main.amxx")
L 03/01/2013 - 23:55:53: [AMXX] Plugin file open error (plugin "amxbans_ssban.amxx")
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit


Może ktoś ma jakiś pomysł?
Bo ja już nie ;(

Stoi na 'verifying and downloading resources'

27.02.2013 22:15

Witam.
Kupiłem sobie serwer, na OwnServer.pl
Po jako takim wstępnym skonfigurowaniu AMX'a z FFA BF2 nie da się wejść na serwer.
Stoi na 'verifying and downloading resources'.
Może macie jakieś pomysły?