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

DM kazdy na kazdego


  • Zamknięty Temat jest zamknięty
5 odpowiedzi w tym temacie

#1 gozdek1987

    Zaawansowany

  • Zbanowany

Reputacja: 3
Nowy

  • Postów:108
  • Imię:krystian
  • Lokalizacja:lublin
Offline

Napisano 12.04.2011 10:22

Proszę o pomoc w zrobieniu DM każdy na każdego. Próbowałem kilka razy sam wgrywac ale mam takie problemy jak:

-Gdy jestem sam na serwerze mam menu z bronia na starcie i jest ok ale gdy tylko jakaś osoba do mnie dołączy serwer robi autorestart i już nie ma menu z wyborem broni.
-Druga sprawa jest taka że jak strzele do kogoś tzn. spróbuje kogoś zabić to serwer pada i tak za każdym razem.

-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)

; 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
;raty.amxx
ad_manager.amxx
VIP.amxx
amx_ex_changer.amxx
bf2rank.amxx
statusip.amxx
ban_neo_vvv.amxx
ultimate_ss.amxx
dontsayips.amxx
hpk_pl.amxx

-Plugins-csdm

;rename this file to disabled-csdm.ini to turn it off.
;rename it back to plugins-csdm.ini to turn it on.

;put a semi-colon in front of a plugin to disable it.
;add the word debug after a plugin to place it in debug mode
; for example: csdm_main.amxx debug
;remove a semi-colon to re-enable a plugin


;Main plugin, required for most cases
csdm_main.amxx

;Weapons and equipment menus
csdm_equip.amxx

;Enables preset spawning and the preset spawning editor
;Map config files are located in configs/csdm
csdm_spawn_preset.amxx
;spawn_editor.amxx

;Miscellanious extra features, such as ammo refills
; and objective removals
csdm_misc.amxx

;Spawn protection
;csdm_protection.amxx

;Adds free-for-all mode (must be enabled in csdm.cfg too)
csdm_ffa.amxx

;Round ticketing mode, like FireArms. First team to use all
; of their death points loses the ability to respawn.
; (must be enabled in csdm.cfg too)
;csdm_tickets.amxx

;Item mode (from CSDM1)
;Must be enabled in csdm.cfg as well (at the very bottom)
;There is currently no item editor!
;csdm_itemmode.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
cstrike
csx
hamsandwich
csx
netdb

amx_modules
Aktualnie zaladowane moduly:
nazwa wersja autor status
MySQL 1.8.1.3746 AMX Mod X Dev Team running
SQLite 1.8.1.3746 AMX Mod X Dev Team running
Fun 1.8.1.3746 AMX Mod X Dev Team running
Engine 1.8.1.3746 AMX Mod X Dev Team running
FakeMeta 1.8.1.3746 AMX Mod X Dev Team running
GeoIP 1.8.1.3746 AMX Mod X Dev Team running
Sockets 1.8.1.3746 HLSW Dev Team running
RegEx 1.8.1.3746 AMX Mod X Dev Team running
nVault 1.8.1.3746 AMX Mod X Dev Team running
CStrike 1.8.1.3746 AMX Mod X Dev Team running
CSX 1.8.1.3746 AMX Mod X Dev Team running
Ham Sandwich 1.8.1.3746 AMX Mod X Dev Team running
NetDB 1.1 ahtoh running
CSDM2 2.1.2 CSDM Team running

-logi
Załączony plik  logi.rar   1,1 KB  37 Ilość pobrań


Dodano 12 kwiecień 2011 - 11:58:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;Set whether free for all mode is enabled by default
enabled = 0

gdy zmieniam na enabled = 1 po strzale w przeciwnika serwer pada i tak za każdym razem. Jeżeli jest na enabled = 0 jest ok tylko ze ja chce by był to serwer kazdy na każdego. Proszę o pomoc.

Użytkownik gozdek1987 edytował ten post 12.04.2011 11:03


#2 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 12.04.2011 14:08

Każdy na każdego - serwer się wyłącza. - AMXX.pl: Support AMX Mod X
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#3 gozdek1987

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 3
Nowy

  • Postów:108
  • Imię:krystian
  • Lokalizacja:lublin
Offline

Napisano 12.04.2011 16:59

Co mi to dało napisz?!

NIC!!! 2 dzien nad tym siedzę i dalej to samo .

#4 Ucze

    Zaawansowany

  • Użytkownik

Reputacja: 14
Początkujący

  • Postów:78
  • Imię:Łukasz
  • Lokalizacja:Mszana Dolna
Offline

Napisano 12.04.2011 17:19

gozdek1987 miałem to samo przy moim PROCOD + DM.
Crash serwera powoduje plik który podmieniłeś.
Reinstaluj serwer i przy plikach z rozszerzeniem "dls" bodajże takie mają rozszerzenie nic nie podmieniaj w folderze z tymi plikami wgraj te których niema a te które są NIE podmieniaj.

Użytkownik Ucze edytował ten post 12.04.2011 17:20

  • +
  • -
  • 0

#5 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 12.04.2011 20:48

Co mi to dało napisz?!

NIC!!! 2 dzien nad tym siedzę i dalej to samo .


CSDM + engine 5006 + amxmodx 1.8.2 + plugin csdm_ffa.amxx = crash serwera.


To może starsza wersja amxmodx, starsze engine..
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#6 Ucze

    Zaawansowany

  • Użytkownik

Reputacja: 14
Początkujący

  • Postów:78
  • Imię:Łukasz
  • Lokalizacja:Mszana Dolna
Offline

Napisano 12.04.2011 21:34

Pomogłem mu już na gg
Wytłumaczę jednak tutaj:
Crash powoduje któryś z plików z folderu "modules"
Dlatego kopiujemy z tego folderu tylko plik:
csdm_amxx_i386.so
oraz
csdm_amxx.dll

Te pliki kopiujemy
Pozostałych nie kopiujemy.

Można zamknąć.
  • +
  • -
  • 1




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

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