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

Plugin oraz dodatek :]


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

#1 Seler

    Zaawansowany

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 24.09.2008 11:37

Siemka..
Miałem admina na serwerze chyba klanu ESC...
Gdy włączyłem Amxmodx, 9, jeszcze raz 9, to było menu Amx Match Deluxe, i Coś tam gun i ESP Menu Admin..Gdy kliknołem ESP menu admin itd. to wyskoczyło to menu co w konsoli esp_menu czy coś...
Proszę o pomoc jak to zrobić..
a 2 jak zrobić aby jak się ktoś respnie, to od razu ma kalasznikow albo emkę?
i ma ammo które się nie kończy..Proszę o POMOC!
  • +
  • -
  • 0

#2 kamioool

    Profesjonalista

  • Zbanowany

Reputacja: 40
Pomocny

  • Postów:203
  • GG:
  • Steam:steam
  • Imię:Kamil
  • Lokalizacja:Wrocław
Offline

Napisano 24.09.2008 12:31

Usage:

To load a match:


amx_match [recdemo|rechltv|recboth]

- or -

amx_match2 [recdemo|rechltv|recboth]

- or -

amx_match3 [recdemo|rechltv|recboth]

- or -

amx_match4 [recdemo|rechltv|recboth]


For example:

amx_match SK eoL mr12 ecup recboth

This will load a match with teams: "SK" and "eol", with MaxRound 12 rule,
using the ecup.cfg server config file, and will record demos and HLTV demos.

Note: if your clan tag has a space, use quote marks: "SK swe"

Other commands:


To restart a match: amx_matchrestart or "say /restart"
To stop a match: amx_matchstop or "say /stop"
To force the start of a match: amx_matchstart or "say /start"
To restart a half (re-lo3): amx_matchrelo3 or "say /relo3"
To swap teams: amx_swapteams
To randomize teams: amx_randomizeteams

The Menu:


First you must configure the menu, by using these commands:


amx_match_lmenu [ ...]
amx_match_cmenu

- or -

amx_match_addlength [ ...]
amx_match_addconfig

Note: the most common lengths and commands have already been added to amxmd.cfg


When it's done, just use the amx_matchmenu to load the menu and allow you to choose your match .



Cvars:


amx_match_endtype:


Maxround:

0 -> Match is finished after all rounds are played. (set by default)
1 -> Match is finished when a team has won mp_maxrounds+1 rounds.
2 -> There is a vote to play out the match after a team has won maxrounds+1 rounds, unless rounds played is less than 1/5 of total rounds away from end of match).

Timelimit:

0 -> Match is finished immediately after the timelimit is up. (set by default)
1 -> Match is finished at end of the last round.

amx_match_hostname:


0 -> Does not change host name of server.
1 -> Changes host name of server to " vs. | CS Match In Progress" or (amx_match2/4) " CS Match In Progress". (set by default)

amx_match_kniferound:


0 -> There is no knife round before the first warmup period to decide teams (set by default).
1 -> There is a knife round before the first warmup period to decide teams.

amx_match_overtime:


0 -> there is no overtime if there's a draw.
1 -> there is an overtime after a draw match (set by default).

amx_match_otcfg:


*Only use if you have set amx_match_overtime to 1*
0 -> there is no overtime config.
1 -> there is an overtime config (set by default).

amx_match_otlength:


*Only use if you have set amx_match_overtime to 1*
Length of overtime (3 rounds/minutes/wins by default).

amx_match_otunlimited:


*Only use if you have set amx_match_overtime to 1*
! Warning: Stats will not be logged if you use this cvar !
0 -> overtime is not unlimited (2 halves only). (set by default)
1 -> overtime is unlimited.

amx_match_password:


0 -> Match plugin will not password server before match.
1 -> Match plugin will password server before match, use with amx_match_password2. (set by default)

amx_match_password2:


*Only use if you have set amx_match_password to 1*
Use this cvar to set the value of password. (default value is "scrim")

amx_match_playerneed:


*Only use if you have set amx_match_readytype to 1*
This is the number of players which have to be ready (default value is "10").
(Set it to 4 if you want to play a 2 vs 2 match for example.)

amx_match_pugstyle:


0 -> PUG style gameplay is off. Server does not start matches automatically (set by default).
1 -> PUG style gameplay is on.

amx_match_randomizeteams:


0 -> Teams are not randomized before match (set by default).
1 -> Teams are randomized before match.

amx_match_readytype:


0 -> only one player of each side must say ready for the match to begin.
1 -> ALL players much say ready in order to start the match (set by default).
2 -> only an AMX admin can start the match by saying /start or amx_matchstart

amx_match_swaptype:


0 -> teams will not swap after the 1st half.
1 -> teams will swap automatically after the 1st half (set by default).

amx_match_screenshot:


0 -> no screenshot at all.
1 -> screenshot of the score is taken at the end of each half (set by default).
2 -> two screenshots are taken (one of the scores; one of the names and userids) at the end of each half.

amx_match_screenshot2:


0 -> no screenshot if match is stopped using amx_match_stop or "say /stop" .
1 -> screenshot of the score is taken at the end of each half, even if match is stopped using amx_match_stop or "say /stop" (set by default).

amx_match_shield: ( Make sure to enable 'restmenu.amxx' )


0 -> Plugin unrestricts shield during the match.
1 -> Plugin restricts shield during the match (set by default).

amx_match_shield2: ( Make sure to enable 'restmenu.amxx' )


0 -> Plugin unrestricts shield after match.
1 -> Plugin restricts shield after match (set by default).

amx_match_showscore:


0 -> Score will not be show after each round .
1 -> Score is shown after each round (set by default).
2 -> Score will be shown throughout entire match.

amx_match_stats:


0 -> Plugin does not log stats for each match (set by default).
1 -> Plugin logs stats for each match.

amx_match_warmupcfg:


0 -> Plugin does not use a warmup config during the warmup session (set by default).
1 -> Plugin uses a warmup config during the warmup session.



#3 Seler

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 24.09.2008 13:30

Co to ma być?
Pomóżcie :]
  • +
  • -
  • 0

#4 Gość__*

  • Gość

Reputacja: 0

Offline

Napisano 24.09.2008 13:39

Gdy włączyłem Amxmodx, 9, jeszcze raz 9, to było menu Amx Match Deluxe, i Coś tam gun i ESP Menu Admin..Gdy kliknołem ESP menu admin itd. to wyskoczyło to menu co w konsoli esp_menu czy coś...
Proszę o pomoc jak to zrobić..

http://amxx.pl/viewtopic.php?t=716 O:)

#5 Seler

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 24.09.2008 15:14

Nie chodzi mi o ten plugin..Dałem przykład..
Jak zrobić by było w Menu
  • +
  • -
  • 0

#6 Gość__*

  • Gość

Reputacja: 0

Offline

Napisano 24.09.2008 17:56

Jak zrobić by było w Menu

W jakim MENU? ( amxmodxmenu ? ). Każdy plug jest w amxmodmenu ... ( który jest w plugins.ini włączony ). Napisz jaśniej ...

#7 PeZeT

    Zaawansowany

  • Użytkownik

Reputacja: 11
Początkujący

  • Postów:80
Offline

Napisano 24.09.2008 17:58

Gdy włączyłem Amxmodx, 9, jeszcze raz 9, to było menu Amx Match Deluxe, i Coś tam gun i ESP Menu Admin..Gdy kliknołem ESP menu admin itd. to wyskoczyło to menu co w konsoli esp_menu czy coś...
Proszę o pomoc jak to zrobić..


Napisz jaśniej bo nikt sie nie domyśli ;>
  • +
  • -
  • 0

#8 darkman

    Wszechwiedzący

  • Przyjaciel

Reputacja: 87
Zaawansowany

  • Postów:553
  • Lokalizacja:inactive
Offline

Napisano 24.09.2008 19:51

configs/custommenuitems.cfg

tam dodajesz wg. wzoru
  • +
  • -
  • 0

#9 Seler

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 26.09.2008 14:48

darkman pomoz dokladniej..
chce dodac esp menu..
  • +
  • -
  • 0

#10 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 26.09.2008 16:44

Podaj jak się nazywa plugin ("nazwa".amxx) i jaką komendą wywołuje się menu w tym pluginie
  • +
  • -
  • 0

#11 Seler

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 27.09.2008 10:57

admin_spec_esp.amxx
komenda : esp_menu
  • +
  • -
  • 0

#12 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 27.09.2008 10:59

admin_spec_esp.

W- włącza
S - wyłącza
R - Opcje
  • +
  • -
  • 0

#13 darkman

    Wszechwiedzący

  • Przyjaciel

Reputacja: 87
Zaawansowany

  • Postów:553
  • Lokalizacja:inactive
Offline

Napisano 27.09.2008 14:46

Dopisz do custommenuitems.cfg
amx_addmenuitem "ESP Menu" "esp_menu" "b" "admin_spec_esp.amxx"

  • +
  • -
  • 0

#14 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 27.09.2008 16:28

darkman, według mnie jest źle. Sam patrzyłem u siebie i musi być tak:

amx_addmenuitem "ESP Menu" "esp_menu" "b" "admin_spec_esp.amxx"

  • +
  • -
  • 0

#15 darkman

    Wszechwiedzący

  • Przyjaciel

Reputacja: 87
Zaawansowany

  • Postów:553
  • Lokalizacja:inactive
Offline

Napisano 27.09.2008 17:09

no jo, rubryki mi sie pomyliły ;>
  • +
  • -
  • 0

#16 Seler

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 28.09.2008 17:01

OK dzięki..
a co to znaczy to b, hu??etc
  • +
  • -
  • 0

#17 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 28.09.2008 17:06

flaga, może być też puste
  • +
  • -
  • 0

#18 Seler

    Zaawansowany

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:101
  • GG:
  • Lokalizacja:Kraków
Offline

Napisano 28.09.2008 17:16

No to po co wpisaliście B?
  • +
  • -
  • 0

#19 darkman

    Wszechwiedzący

  • Przyjaciel

Reputacja: 87
Zaawansowany

  • Postów:553
  • Lokalizacja:inactive
Offline

Napisano 28.09.2008 17:29

może być puste, bo dostęp do komendy i tak jest ustawiony w sma, a pozatym zwykli userzy nie mogą wejść do amxmodmenu. ;>
  • +
  • -
  • 0




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

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