←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

3 pytanie odnośnie AMXX

  • +
  • -
Kisialala - zdjęcie Kisialala 17.10.2011

Witam. Od razu mówię, że szukałem i nie znalazłem informacji.

1. Jaką komendą należy uruchomić lub jaki plik wyedytować aby na środku ekranu na bieżąco były pokazywane punkty HP. Już wyjaśniam o co chodzi. Rzucamy granat na przeciwnika, jeżeli zabiera mu 40 HP to standardowo na innych serwerach na środku ekranu pokaże się niebieski napis 40 HP, jeżeli ktoś trafi nas to czerwony. Chodzi o to by wiedzieć na bieżąco ile punktów zabieramy wrogowi, a nie po wygranej / przegranej rundzie.

2. Kolega stawia serwer HLDS na swoim komputerze, ma zewnętrzne IP. Jeżeli wpiszemy /rank to nikt nie widzi swoich statystyk a jedynie statystyki zbiorowe ( ilość zabójstw itd ). Jak to spersonalizować ?

3. W amx mod x menu mamy kilka standardowych map. Jaki plik należy wyedytować aby wpisać tam swoje, najczęsciej używane mapy ? Wpisywanie map prze amx_map jest uciążliwe.

Proszę o szybką pomoc. Pozdrawiam .
Pozdrawiam
Odpowiedz

  • +
  • -
BoroWSP - zdjęcie BoroWSP 17.10.2011

3. W amx mod x menu mamy kilka standardowych map. Jaki plik należy wyedytować aby wpisać tam swoje, najczęsciej używane mapy ? Wpisywanie map prze amx_map jest uciążliwe.


W cstrike znajdź plik mapcycle i dopisz tam nazwę mapy

Potem
Wpisujesz nazwę mapy do

wchodzisz do addons>amxmodx>configs maps.ini (tam wpisujesz)
Użytkownik Charaszo edytował ten post 17.10.2011 17:21
Odpowiedz

  • +
  • -
;(( - zdjęcie ;(( 17.10.2011

1. Bullet Damage albo Advanced Bullet Damage (nie pokazuje obrażeń zadanych przez ściany). To się tyczy wszystkich broni.
Odpowiedz

  • +
  • -
QuahodronN - zdjęcie QuahodronN 17.10.2011

2. wpisz amxmodmenu kliknij 9 oraz wejdz do konfiguracji statystyk moze tam cos masz kopniete
Odpowiedz

  • +
  • -
Kisialala - zdjęcie Kisialala 17.10.2011

Pkt 1 i 3 działa. 2 niestety dalej problem. Może ktoś się z tym już spotkał ?

Dodam, że statystyki są od początku serwera a nie z pojedyńczych dni, czyli gdzieś są zapisywane tylko w niewłaściwy sposób


Pozdrawiam.
Odpowiedz

  • +
  • -
Ojciec Dyrektor - zdjęcie Ojciec Dyrektor 17.10.2011

w plugins.ini usuń średnik przed "statsx.amxx"
Odpowiedz

  • +
  • -
Kisialala - zdjęcie Kisialala 17.10.2011

Średnik jest usunięty. Nie działa.

Całość wygląda tak:

; 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

; 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
;hudhp.amxx
alt_end_round_sound.amxx
ultimate_sounds_PL.amxx
parachute.amxx
abd.amxx
Odpowiedz

  • +
  • -
makwell - zdjęcie makwell 18.10.2011

1. http://amxx.pl/topic...-bullet-damage/
Na koniec pliku amxx.cfg dodaj
amx_bulletdamage_recieved "1"
amx_bulletdamage "1"
2. http://amxx.pl/topic...-ci-statystyki/ - dodatkowo odblokuj moduł CSX w pliku modules.ini lub jeśli go nie ma - dopisz.
Przykład pliku modules.ini:
;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.png' class='bbc_emoticon' alt=';)' /> 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.					   ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
csx
fun
engine
fakemeta
geoip
sockets
regex
nvault
hamsandwich
cstrike
3.
; Maps configuration file
; File location: $moddir/addons/amxmodx/configs/maps.ini
; To use with Maps Menu plugin
; Add in your mod's maps here
; Delete this file to use mapcycle.txt
awp_india
de_cbble
cs_office
de_aztec
de_inferno
de_dust
de_dust2
de_nuke
de_train
itd.

Użytkownik makwell edytował ten post 18.10.2011 19:56
Odpowiedz