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
 

FuckIt - zdjęcie

FuckIt

Rejestracja: 13.02.2013
Aktualnie: Nieaktywny
Poza forum Ostatnio: 30.08.2021 09:40
-----

Moje posty

W temacie: Problem z rankingiem

21.04.2020 11:13

Zwiększyć nic nie zaszkodzi, ale jak nie chcesz spróbować to nie.

Podaj jeszcze wersje amxx z jakiej korzystasz oraz moduły. Sprawdzisz to komendami:
amxx version
amxx modules lub meta list

amxx version

AMX Mod X 1.9.0.5234 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Nov 3 2018 14:55:29
Built from: https://github.com/alliedmodders/amxmodx/commit/9eb1f42
Build ID: 5234:9eb1f42
Core mode: JIT+ASM32

meta list

[ 1] SafeNameAndChat RUN - SafeNameAndChat.so v1.1 ini ANY ANY
[ 2] AMX Mod X RUN - amxmodx_mm_i386.so v1.9.0.5234 ini Start ANY
[ 3] Reunion RUN - reunion_mm_i386.so v0.1.0.92 ini Start Never
[ 4] ReAuthCheck RUN - reauthcheck_mm_i386.so v0.1.6 ini Start Never
[ 5] VoiceTranscoder RUN - VoiceTranscoder.so v2017RC3 ini ANY ANY
[ 6] Rechecker RUN - rechecker_mm_i386.so v2.5 ini Chlvl ANY
[ 7] WHBlocker RUN - whblocker_mm_i386.so v1.5.695 ini Chlvl ANY
[ 8] ReSemiclip RUN - resemiclip_mm_i386.so v2.3.9 ini Chlvl ANY
[ 9] MySQL RUN - mysql_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[10] SQLite RUN - sqlite_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[11] Fun RUN - fun_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[12] Engine RUN - engine_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[13] FakeMeta RUN - fakemeta_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[14] GeoIP RUN - geoip_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[15] CStrike RUN - cstrike_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[16] CSX RUN - csx_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[17] Ham Sandwich RUN - hamsandwich_amxx_i386.so v1.8.3-dev+4739 pl2 ANY ANY
[18] CURL AMXX RUN - curl_amxx_i386.so v1.0.4 pl2 ANY ANY
18 plugins, 18 running

Daj csstats_maxsize na dużo większą wartość i dodatkowo spróbuj przełączyć zapis na nick

 

Ok tak ustawiłem. Zapis na nick był ustawiony już.

W temacie: Problem z rankingiem

20.04.2020 22:00

core.ini

; Configuration file for AMX Mod X
amxx_logs	addons/amxmodx/logs
amxx_configsdir	addons/amxmodx/configs
amxx_datadir	addons/amxmodx/data
amxx_modules	addons/amxmodx/configs/modules.ini
amxx_plugins	addons/amxmodx/configs/plugins.ini
amxx_pluginsdir	addons/amxmodx/plugins
amxx_modulesdir	addons/amxmodx/modules
amxx_vault	addons/amxmodx/data/vault.ini
; It is important that "csstats" comes before "csstats_score"
csstats        addons/amxmodx/data/csstats.dat
csstats_score    addons/amxmodx/data/csstats.amxx
; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amxx_logging	1

; Binary logging level
; add these up to get what you want
; these only work with bin logging binaries
; 1  - default
; 2  - log internal string sets/gets
; 4  - log internal formats
; 8  - log all native params
; 16 - log internal function calls (only in debug mode)
; 32 - log line number accesses (only in debug mode)
bin_logging	49

; Maximum binary log size, in megs
max_binlog_size	20

; Plugin optimization flags - add these up to get what you want
; lowering these may stop crashes on very old CPUs
; set 65536 to disable optimizer, NOT 0!
;-------------
; 1 - float arithmetic
; 2 - float comparisons
; 4 - float rounding
optimizer	7

plugins

;          ;  AMX Mod X pluginy - Amxx.pl   

; Admin Base - glowne ustawienia dla adminow.
amxbans_core.amxx             
amxbans_main.amxx debug          
sklep_sms.amxx  
;admin.amx          ;  bazy admina (wymagane aby chodzili admini)   
;admin_sql.amxx          ;  bazy admina - Wesja SQL (comment admin.amxx)  

; Basic
admincmd.amxx          ;  basic admin console commands  
;adminhelp.amx          ;  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          ;    
plmenu.amxx          ;  players menu (kick, ban, client cmds.)   
telemenu.amxx          ;  teleport menu (Fun Module required!) 
mapsmenu.amxx          ;  maps menu (vote, changelevel)  

; 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.amx         	;  displays next map in mapcycle 
;mapchooser4.amx
;mapchooser.amx          	;  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          ;  pozwala blokowac dane bronie  
statsx.amxx          ;  statystyki (CSX Module required!)  
;miscstats.amxx          ;  bunch of events announcement for Counter-Strike   
;stats_logging.amxx          ;  Statystyki rejestracji broni (CSX Module required!)   

; Umozliwiajacych wykorzystanie pluginy AMX Mod
;amxmod_compat.amxx          ;  AMX Mod backwards compatibility layer 

;          ;  Amxx.pl- Ponizej dodajesz swoje pluginy 


menunew1.amxx              
statusvip.amxx    
vipnoktos.amxx                   
vipnews.amxx debug
paintballgun.amxx         
paintballmod.amxx             
paintballnade.amxx                



amx_ip.amxx                         
parachute.amxx          

ptb.amxx                              
hpk_pl.amxx          
admin_spec_esp.amxx          
descriptive_fire_in_the_hole.amxx       

mutemenu.amxx          
DoNotShootTheHostages.amxx 

abd.amxx          
autobuybugban.amxx         

  
alt_end_round_sounds.amxx        
0_hp_bug.amxx         

c4.amxx              
Automaticknifeduel.amxx           
   
colored_flashbangs.amxx            
ColoredSmoke.amxx
           
GHW_Weapon_Replacement.amxx           
info_hud24.amxx         
 
ultimate_sounds_PL.amxx          
admin_freelook.amxx           
   
galileo.amxx 
ad_manager.amxx  
          
spawn_protection_pl.amxx         
ban_neo_vvv.amxx            

c4timer.amxx
pokazuj.amxx

przepros.amxx
banconfig.amxx

adminwidzinick.amxx
AFK-Ultimate.amxx

Voices_Management.amxx
bs_limiter.amxx


To że ustawie  csstats_maxsize  na 9999  to mi nic nie da ponieważ ranking resetuje się co ok. 400.

 

Ustawione mam:

csstats_maxsize 3500

W temacie: Problem z amxbans - MYSQL

02.04.2020 12:51

Niestety ale nie może tam być inne ip niż : 127.0.0.1  bo wtedy strona wywala taki błąd:

Can't connect to MySQL server on '127.0.0.1' (111)

 

 

W temacie: Problem z amxbans - MYSQL

02.04.2020 10:11

Serwer jest na hostingu a baza i strona amxbans jest na VPS. 

 

//

 

W my.cnfg

 

bind-address = 127.0.0.1

 

Zamienić to na IP VPS?