|
|
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 |
/**
* The default sorting is designed to look familiar to Mani's admin menu.
* You may re-order items here for your own menu. Any items not explicitly
* sorted will be sorted by their final translated phrases for each given client.
*/
"Menu"
{
"PlayerCommands"
{
"item" "sm_slay"
"item" "sm_slap"
"item" "sm_kick"
"item" "sm_ban"
"item" "sm_gag"
"item" "sm_burn"
"item" "sm_beacon"
"item" "sm_freeze"
"item" "sm_timebomb"
"item" "sm_firebomb"
"item" "sm_freezebomb"
}
"ServerCommands"
{
"item" "sm_map"
"item" "sm_execcfg"
"item" "sm_reloadadmins"
}
"VotingCommands"
{
"item" "sm_cancelvote"
"item" "sm_votemap"
"item" "sm_votekick"
"item" "sm_voteban"
}
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 |
"VotingCommands"
{
"item" "sm_cancelvote"
"item" "sm_votemap"
"item" "sm_votekick"
"item" "sm_voteban"
}
|
|
|
Quellcode |
1 2 3 4 5 6 |
"Meine Commands"
{
"item" "say Test"
"item" "mp_freeztime 0"
"item" "mp_restartround 0"
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
"Plugins Control"
{
"Quake Sounds"
{
"cmd" "#1"
"admin" "sm_ban"
"execute" "server"
"1"
{
"type" "list"
"title" "Ein oder Aus"
"1" "sm_quakesounds_enable 0"
"1." "Aus"
"2" "sm_quakesounds_enable 1"
"2." "An"
}
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
"Configs"
{
"Server Configs"
{
"cfg/server.cfg" "Standard Server Setup"
"cfg/sourcemod/sm_warmode_on.cfg" "War Mode On"
"cfg/sourcemod/sm_warmode_off.cfg" "War Mode Off"
}
"Quake Sounds"
{
"cfg/sourcemod/sm_quakesounds.cfg" "Quake Sounds On"
"cfg/sourcemod/sm_quakesounds_aus.cfg" "Quake Sounds Off"
"cfg/sourcemod/advancedc4timer.cfg" "C4 Timer On"
"cfg/sourcemod/advancedc4timer_aus.cfg" "C4 Timer Off"
}
"Demage"
{
"cfg/sourcemod/napalm.cfg" "Napalm Granaten On"
"cfg/sourcemod/napalm_aus.cfg" "Napalm Granaten Off"
}
}
|