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

Staty się restartują porestarcie serwera


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

#1 wojtek987123

    Początkujący

  • Użytkownik

Reputacja: -1
Nowy

  • Postów:15
  • Lokalizacja:Rytele
Offline

Napisano 16.04.2013 19:53

Top15 i rank się restartuje rank BF2 zostaje taki jak jest da się coś z tym zrobić ?


Użytkownik wojtek987123 edytował ten post 16.04.2013 19:53

  • +
  • -
  • 0

#2 mleczarnia

    Profesjonalista

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:183
  • GG:
  • Imię:tomasz
  • Lokalizacja:slupsk
Offline

Napisano 16.04.2013 20:03

 pokaz mi zawartość pliku amxx.cfg. 

 

bo tak ci nie pomoge. 


Użytkownik mleczarnia edytował ten post 16.04.2013 20:04

  • +
  • -
  • 0
www.Cs-Mleczarnia.Pl
unikalny Cod Mod ---> ip : 91.204.161.146:27322 Dołączona grafika
Instalacja Amxbans /psychostaty i inne.
Masz Pytania? pisz na gg: 2848790
.

#3 wojtek987123

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: -1
Nowy

  • Postów:15
  • Lokalizacja:Rytele
Offline

Napisano 18.04.2013 14:18

Spoiler

Kawon (18.04.2013 23:22):
Kod w postach (np. źródło pluginu) umieszczaj w odpowiednich tagach (code/php/spoiler itp), a powyżej 200 linijek tylko w załączniku lub na wklejce.

  • +
  • -
  • 0

#4 Misiaczek ;c

    /dev/null

  • Moderator

Reputacja: 1 678
Godlike

  • Postów:2 496
  • GG:
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Halemba
Offline

Napisano 19.04.2013 08:58

Pokaż modules.ini i plugins.ini


  • +
  • -
  • 0

#5 wojtek987123

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: -1
Nowy

  • Postów:15
  • Lokalizacja:Rytele
Offline

Napisano 19.04.2013 16:23

Plugins.ini


amxbans_core.amxx
amxbans_main.amxx
; AMX Mod X plugins

; Admin Base - Always one has to be activated
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
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.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!)


; Custom - Add 3rd party plugins here
ad_manager.amxx
bf2rank.amxx
bf2rank_colorchat.amxx
sillyc4.amxx
bulletdamage.amxx
rr.amxx
ultimate_sounds_PL.amxx
unbanmenu.amxx
bomba_explode.amxx
bloodyknife.amxx
parachute.amxx
ultimate_ss_log.amxx
grenade_trail.amxx
GoldenAk.amxx
wymuszanie_interpu.amxx
ustawienia_interp.amxx
adminchat.amxx
hpk.amxx
kupa.amxx
mutemenu.amxx
nozowka_mp3.amxx
puke.amxx
vip.amxx
ReasonKicker.amxx
Automaticknifeduel.amxx
c4.amxx
kill_assist.amxx
amx_ssban.amxx

 
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

  • +
  • -
  • 0

#6 Kawon

    Godlike

  • Przyjaciel

Reputacja: 887
Czempion

  • Postów:5 165
  • Steam:steam
  • Imię:Paweł
  • Lokalizacja:Dzierzgoń
Offline

Napisano 19.04.2013 22:44


bf2rank.amxx
bf2rank_colorchat.amxx

wyłącz jedno z dwóch.


  • +
  • -
  • 0

DarkGL to mój autorytet.





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

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