![]()
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}
/* Admin menu, map menu */
"sm_map menu"
{
"file" "maps.txt"
}
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "maps.txt"
}
/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "maps.txt"
}
/* For the "nominations" plugin */
"nominations"
{
"target" "maps.txt"
}
/* For the "rockthevote" plugin */
"rockthevote"
{
"file" "maps.txt"
}
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Mathmos« (10. Juni 2011, 06:53)
Benutzerinformationen überspringen
Wohnort: Schwelm
Beruf: Immobilien-Verwalter / Serveradministrator
Rootserver vorhanden: Nein
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}
/* Admin menu, map menu */
"sm_map menu"
{
"file" "mapsfile"
}
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "mapsfile"
}
/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "mapsfile"
}
/* For the "nominations" plugin */
"nominations"
{
"target" "mapsfile"
}
/* For the "rockthevote" plugin */
"rockthevote"
{
"file" "mapsfile"
}
}
|

|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}
/* Admin menu, map menu */
"sm_map menu"
{
"file" "maps.txt"
}
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "maps.txt"
}
/* For the "randomcycle" plugin */
"randomcycle"
{
"file" "default"
}
/* For the "mapchooser" plugin */
"mapchooser"
{
"file" "maps.txt"
}
/* For the "nominations" plugin */
"nominations"
{
"file" "maps.txt"
}
/* For the "rockthevote" plugin */
"rockthevote"
{
"file" "maps.txt"
}
}
|