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

Problem z rankingiem


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
7 odpowiedzi w tym temacie

#1 Techno

    Nowy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:8
  • Lokalizacja:Polska
Offline

Napisano 08.02.2013 17:58

Witam mam problem na moim serwerze z rankingiem. Dokladnie chodzi o to ze nie dzialają komendy top15 i rank , dodam że to serwer ffa i jak sie wchodzi na niego to pisze ktorym sie jest w rankingu o to plugins.ini:


; 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)
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
restmenu.amxx

; 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

; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer


; pluginy dla adminow

admin_spec_esp.amxx
amx_ip_zmienne.amxx
admin_chat_colors.amxx
extreme_bancfg2.amxx
ReasonKicker.amxx
show_ips.amxx

; Anty czit, anty reklama

anti_sayEN.amxx
dontsayips.amxx
No_advertisement.amxx
reklama.amxx

; Pozostale


stats_loggin.amxx
miscstats.amxx
statscfg.amxx
abd.amxx
afkbombtransfer.amxx
Allow_round_finish.amxx
ad_manager.amxx
noshield.amxx
;galileo.amxx
hpk.amxx
rozgrzewka.amxx
flash.amxx
polski_cs.amxx
C4timer.amxx
killer.amxx
descriptive_fire_in_the_hole.amxx
roundsound.amxx
interpchanger.amxx
spec_hud_info.amxx
przychodzi.amxx
spadochron.amxx
vipp.amxx

i tu amxx jesli trzeba:

// 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% " 600
amx_scrollmsg "Welcome to %hostname% " 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
//				 "This server is using FFa by Techno" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using FFa By Techno" "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 automatically 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 ""

amx_namecolor 5 - Kolor nicku
amx_color 2 - Kolor tekstu
amx_listen 1

amx_bulletdamage_recieved "1" // 1 - włącza, 0 - wyłacza pokazywanie otrzymanych obrażeń.
amx_bulletdamage "1" // 0 - plugin wyłączony, 1 - pokazuje zadane obrażenia, 2 - pokazuje zadane obrażenia, ale nie przez ściane

amx_frags_multi "1.5" // wartość przez którą mnożymy fragi
amx_number_round "3" // ilość rozegranych rund po których będzie pokazywać najlepszego gracza

amx_showc4timer 3
amx_showc4flash 1
amx_showc4sprite 1
amx_showc4msg 0
amx_soundc4 1

ip_banviolators 1 // 1 - banowanie, 0 - sama podmiana tekstu
ip_banminutes 2 // czas BAN'a w minutach, 0 = perm.


//tag widoczny przy komunikatach wysyłanych przez plugin
roundsound_tag Cs-Techno
//w jaki sposob ma wysylac informacje o granym utworze a - center b - hud c - status text mozna laczyc np ab - pokaże w hudzie i center jeśli podamy nic nie wyświetli sie nigdzie
roundsound_information_play c
//jak czesto ma sie pojawiac info o dostepnych komendach ustawienie na 0 wyłącza pokazywanie informacji
roundsound_information_show 300
//sciezka do folderu z muzyka dla CT podajemy bez sound/ wazna jest wielkosc liter
roundsound_ct_path misc/Cs-Techno/CT
//sciezka do folderu z muzyka dla TT podajemy bez sound/ wazna jest wielkosc liter
roundsound_tt_path misc/Cs-Techno/TT
// 0 - nie mozna uzyc komendy /playlista 1 - mozna plugin sam generuje playliste 2 - mozna admin musi stworzyc playliste (folder configs pliki ctplaylist.txt i ttplaylist.txt)
roundsound_playlist_on 1
//czy mozna uzyc komendy /roundsound pozwalajace na graczowi na wylaczenie/wlaczenie dla siebie roundsounda
roundsound_roundsound_on 1
//ma odgrywac utwory po kolei czy losowo 0 - po kolei 1 - losowo
roundsound_mode 0

amx_adspunish_mode 1
amx_adsban_time 3

spd_enable 1   /plugin włączony standardowo 1
spd_bantime 0   / czas bana 0 oznacza, że ban ten jest stały, inne wartości oznaczają czas w minutach
spd_adminonly 1 / / Pokaż wiadomość o podejrzeniu speedhacka wyłacznie adminom.
spd_logbans 1 / / Jeżeli chcesz by plugin stworzył listę banów, możesz znaleźć tę listę "addons / amxmodx / logs / shd_bans.log"

spd_limit 150

spd_punishtype 1
//0: Tylko pokaż wiadomość (do celów testowych!)
//1: Ban z AMXBANS. (Nowy typ poleceń)
//2: Ban z amx_ban polecenia.
//3: Podobnie jak poprzednie
//4: Ban na IP.

amx_reklama_www "Cs-Techno.xaa.pl" // Zezwala wejść graczowi z adresem tego forum.
amx_reklama_sp "1" // 1 - Kick gracza z reklamą // 2 - Zmiana nicku na "REKLAMA"amx_parachute @all
amx_rcon amx_parachute @all

Bardzo bym prosił o pomoc
  • +
  • -
  • 0

#2 Gość_deLL_*

  • Gość

Reputacja: 0

Offline

Napisano 08.02.2013 18:54

stats_loggin.amxx
miscstats.amxx
statscfg.amxx

statscfg.amxx Ci się powtarza a powyższe dwa masz w złym miejscu. Dodaj je pod stats.cfg tego powyżej. Nie masz statsx.amxx

http://amxx.pl/topic...tyk-rank-top15/

#3 Techno

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:8
  • Lokalizacja:Polska
Offline

Napisano 08.02.2013 22:23

ok wyswietla sie ale teraz nie nalicza go
  • +
  • -
  • 0

#4 Gość_deLL_*

  • Gość

Reputacja: 0

Offline

Napisano 08.02.2013 22:34

Dodaj takie coś do amxx.cfg

csstats_rank 0
csstats_maxsize 3500
csstats_rankbots 0


#5 Techno

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:8
  • Lokalizacja:Polska
Offline

Napisano 09.02.2013 09:54

NIE POMOGLO :(
  • +
  • -
  • 0

#6 Gość_deLL_*

  • Gość

Reputacja: 0

Offline

Napisano 09.02.2013 12:53

Może jakiś MOD masz na serwerze, który nie zabija graczy poprawnie?

#7 Techno

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:8
  • Lokalizacja:Polska
Offline

Napisano 09.02.2013 16:11

ale jaki przeciez podałem plugins.ini nie mam pojecia :(
  • +
  • -
  • 0

#8 Techno

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:8
  • Lokalizacja:Polska
Offline

Napisano 09.02.2013 18:46

Mam Wgrane na serwera Pro FFA By Acer


  • +
  • -
  • 0




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

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