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
 

ths - zdjęcie

ths

Rejestracja: 05.04.2015
Aktualnie: Nieaktywny
Poza forum Ostatnio: 25.10.2015 09:25
-----

Moje posty

W temacie: Jak ustawić tylko 2 mapy?

26.09.2015 13:37

Rep dla ciebie

W temacie: Jak ustawić tylko 2 mapy?

26.09.2015 11:15

Nie działa. 

W temacie: Jak ustawić tylko 2 mapy?

24.09.2015 11:11

sm plugins;

 "Fun Commands" (1.7.2-dev+5202) by AlliedModders LLC
 "CS:GO Admin ESP" (2.1) by Root
 "Client Preferences" (1.7.2-dev+5202) by AlliedModders LLC
 "Basic Votes" (1.7.2-dev+5202) by AlliedModders LLC
 "[CS:GO/CSS] AbNeR Round End Sounds" (2.4) by AbNeR_CSS
 "Team Bets" (1.4) by ferret
 "Basic Info Triggers" (1.7.2-dev+5202) by AlliedModders LLC
 "Statystyki" (1.4) by AbNeR_CSS
 "SourceBans" (1.4.11) by SourceBans Development Team
 "Player Commands" (1.7.2-dev+5202) by AlliedModders LLC
To see more, type "sm plugins 11"

W temacie: Jak ustawić tylko 2 mapy?

24.09.2015 11:10

Maplists.cfg

/**
 * Use this file to configure map lists.
 *
 * Each section is a map list that plugins can use.  For example, the Admin Menu 
 * requests an "admin menu" map list, and you can control which maps appear via 
 * this file.
 *
 * Each section must have a property that explains where to read the maps from.
 * There are two properties:
 *
 *    target         - Redirect the request to another section.
 *    file  - Read a file of map names, in mapcycle.txt format.
 *
 * There is one section by default, called "mapcyclefile" - it is mapped to the 
 * mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
 *
 * If a plugin requests a map list file which doesn't exist, or is empty, SourceMod 
 * tries the "default" section, and then the "mapcyclefile" section.
 */
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcycle.txt"
}
 
/* Admin menu, map menu */
"sm_map menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
 
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
 
/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}
 
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}
 
/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}

W temacie: Jak ustawić tylko 2 mapy?

23.09.2015 20:26

Nie działa.