|
|
Quellcode |
1 2 3 4 5 |
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}
|
|
|
Quellcode |
1 2 3 4 5 |
/* For the "mapchooser" plugin */
"mapchooser"
{
"file" "addons/sourcemod/configs/votemaps.txt"
}
|

Benutzerinformationen überspringen
Wohnort: Schwelm
Beruf: Immobilien-Verwalter / Serveradministrator
Rootserver vorhanden: Nein
Zitat
Mapchooser
Provides a central map voting interface for other plugins to use and optional automated end of map voting.
Uses the maplists.cfg “mapchooser” section.
Disabled by default
|
|
Quellcode |
1 2 3 4 5 |
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 |
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}
/* For the "rockthevote" plugin */
"rockthevote"
{
"target" "default"
}
|