Archiv verlassen und diese Seite im Standarddesign anzeigen : @menu
unland83
06. März 2006, 22:28
Bei uns funktoniert das @menu nicht obwol wir und als admin eingetragen haben! haben haben wir vllt ein Skript fehler oder woran kann das ligen???
FrozenFire
07. März 2006, 00:47
Also der "commandlist.txt" sollte
"@menu" C admin
drin stehen.
Du könntest alternativ auch "admin" in die console eingeben.
Sollte das nicht gehen und ManiPlugins läuft 1A. :eek:
Dann denke ich mal bist du nicht wirklich richtig als Admin in der "adminlist.txt" eingetragen ;)
unland83
07. März 2006, 13:15
wie trägt man sich den richtig ein??
FrozenFire
07. März 2006, 15:41
*hust*
Schau mal hier in die FAQ (http://forum.ingame.de/halflife/showthread.php?s=&threadid=6999)
unland83
07. März 2006, 16:12
Adminliste
//
// Add your IP's Steam addresses, Names and Passwords
// in this file for admins
//
// STEAM_0:1:5112163
// STEAM_0:1:3646253
//
//
// ADDING FLAGS MEANS YOUR ARE STOPPING ADMINS FROM USING
// THOSE OPTIONS UNLESS YOU HAVE mani_reverse_admin_flags set to 1
// in your autoexec.cfg
//
// Restriction options are :-
//
// k = restrict admin from kicking players
// r = restrict admin from executing rcon commands via ma_rcon
// q = restrict admin from executing rcon commands from the menu
// e = restrict admin from the adminexplode command
// m = restrict admin from slaying players
// b = restrict admin from banning players
// s = restrict admin from running ma_say
// o = restrict admin from running ma_chat
// a = restrict admin from running ma_psay
// c = restrict admin from changing maps
// p = restrict admin from playing sounds
// w = restrict admin from restricting weapons
// z = restrict admin from plug-in config menu
// x = restrict admin from running admincexec commands
// y = restrict admin from running admincexec from the menu
// i = restrict admin from running blind commands
// l = restrict admin from running slap commands
// f = restrict admin from running freeze commands
// t = restrict admin from running teleport commands
// d = restrict admin from running drug commands
// g = restrict admin from running ma_teamswap and ma_balance commands
// j = restrict admin from running gimp commands
// R = restrict admin from running rcon vote
// v = restrict admin from running random vote map
// V = restrict admin from running vote map
// Q = restrict admin from running question vote
// C = restrict admin from running Cancel Vote
// A = restrict admin from being able to accept/refuse a vote they started
// B = restrict admin from running a menu rcon vote
// D = restrict admin from running a question menu vote
// E = restrict admin from using ma_rates
// F = restrict admin from running burn commands
// G = restrict admin from running noclip command
// H = restrict admin from running ma_war command
// I = restrict admin from running ma_mute command
// J = restrict admin from resetting all the player ranks
// K = restrict admin from setting player cash
// L = restrict admin from using rconsay commands setup as type R in commandlist.txt
// M = restrict admin from having custom skins to choose
// N = restrict admin from being able to set a players skin
// O = restrict admin from running ma_dropc4 command
// P = restrict admin from running ma_setadminflag command
// T = restrict admin from running ma_timebomb command
// U = restrict admin from running ma_firebomb command
// W = restrict admin from running ma_freezebomb command
// X = restrict admin from running ma_sethealth and derived commands
// Y = restrict admin from running ma_beacon command
// S = restrict admin from running ma_setcolour or ma_setcolor
// Z = restrict admin from running ma_give and ma_giveammo
// p = restrict admin from running ma_spray
//
// An example would be if you wanted to prevent admin
// with steam id STEAM_0:0:2388333
// from being able to play sounds and rcon command
//
// STEAM_0:0:2388333 rp // Admin can't rcon and play sound !!
//
// Another example
// STEAM_0:0:3389333 kmc // Admin can't kick, slay or change maps
//
//
// You can also use admin groups instead of flags, you setup admin groups
// in the admingroups.txt file then use them in this file.
// For example if you setup a group called "Clan Member" and "Kick Only" you would set it per
// player like this:-
//
// STEAM_0:0:1234234 Clan Member // Fred
// STEAM_0:0:234884 Kick Only // Jim
//
//
// If you wanted an admin to be created by IP Address you
// set your entry to be in the format
//
// ;IP Address flag
//
// Example
//
// ;213.133.76.58 rp // Admin can't rcon and play sound !!
// ;113.124.36.2 kmc // Admin can't kick, slay or change maps
//
// If you want to have an Admin created by both steam ID and IP address you
// use the format STEAM_ID;IP_ADDRESS flags
//
// Example
//
// STEAM_0:1:877489;231.192.67.5 rp // Admin can't rcon and play sound !!
//
// IMPORTANT NOTES !!!!
//
// If you only use an IP Address, the character ';' MUST be directly in
// front of it.
//
// There must be a space between the steam ID/IP Address and restriction flags
// or the plug-in will assume that it is part of the Steam ID/IP Address
//
// Another alternative to using a steam id is a name and password
//
// The format of this is ;;"name";password flags
//
// For example I would use
//
// ;;"Mani";maniadminplugin rp // Admin can't rcon or playsound
//
// In order to use the password, put
//
// setinfo _password mypassword
//
// in your config.cfg file in your client installation.
//
//
Commandliste
//
// Mani Admin Plugin 2005
//
// file : commandlist.txt
//
// This file allows you to change the in game say commands
// by replacing them with your own version.
//
// The format is "yourcommand" type replacement command
//
// The type refers to either: -
//
// R = an RCON command to be executed (User must be admin with RCONSay
// authorisation
//
// An example would be: -
//
// "@botadd" R bot_add
// "@alltalk" R sv_alltalk 1
// "@rr" R mp_restartgame 2
//
//
// C = run a client command on your machine, anyone can use these
//
// An example would be: -
//
// "@menu" C admin
// "@vote" C say votemap
// "@kickmenu" C admin kick
//
// S = replace an @say command with your own version
//
// An example would be: -
//
// "@torch" S @ma_burn
// "@kill" S @ma_slay
//
// Note that comments must be started on a new line
// Do not do "@botadd" R bot_add // command to add bots
//
"@botadd" R bot_add
"@alltalk" R sv_alltalk 1
"@rr" R mp_restartgame 2
"@3rr" R 3rr
"@bot_ct" R bot_add_ct
"@bot_t" R bot_add_t
"@botkick" R bot_kick
"@menu" C admin
"@vote" C say votemap
"@kickmenu" C admin kick
"@torch" S @ma_burn
"@kill" S @ma_slay
"hi" C ma_play 1
"cu" C ma_play 2
"sry" C ma_play 3
"hihi" C ma_play 4
"danke" C ma_play 5
"hun" C ma_play 6
"ham" C ma_play 7
"ideot" C ma_play 8
"lol" C ma_play 9
"lol2" C ma_play 10
"alletot" C ma_play 11
"bla" C ma_play 12
"blut" C ma_play 13
"jog" C ma_play 14
"c4" C ma_play 15
"cheater" C ma_play 16
"dd" C ma_play 17
"def" C ma_play 18
"dub" C ma_play 19
"zielen" C ma_play 20
"las" C ma_play 21
"messer" C ma_play 22
"noobs" C ma_play 23
"terror" C ma_play 24
Bitte helft uns
FrozenFire
07. März 2006, 16:22
Naja die Commandliste hätte ich jetzt nicht gebraucht.
// STEAM_0:1:5112163
// STEAM_0:1:3646253
Ich denke mal an da du da deinen Steam_ID's eingetragen hast.
Aber nur mal so alles was hinter den // steht wird nicht angewendet und ist nur ein Beispiel von mani.
Also:
STEAM_0:1:5112163
STEAM_0:1:3646253
Und ihr seit Admin :P
unland83
07. März 2006, 16:54
habe es so gemkacht geht trosdem net mit @menu ich gebe das im spiel ein unter say:@menu und es passiert nix
FrozenFire
07. März 2006, 18:40
Server restart?
unland83
07. März 2006, 19:59
gute idee aber das haben wir schon gemacht
bestimmt schon Zwei Mahl genacht und gesicher natürlich auch
FrozenFire
08. März 2006, 01:41
Wenn das WIRKLICH eure Steam_ID's sind und ihr den Server neugestartet habt dann... :confused: sollte es eigendlich gehen!
Wenn es um einen Lan Server geht dann nicht dann habt ihr keinen ID .
Dann Plan B
;;"name";password
geht ja auch ist nur umständlicher ....;)
Ich mag Plan B auch nicht kannst ja nochmal überprüfen ob die ID stimmen und "nur" das was jetzt ohne // in der "Adminliste.txt" steht Posten.
unland83
08. März 2006, 15:41
ICh habe jetzt hinter unseren id den namen und das passwort geschriben dann gesperichert und den server neuge´stratet dann hae ich unter say: geschrieben @menu dann kamm Not admin was sonst nicht kamm wenn ich das eigeben hatten!
das ist das einzieg was ohne// steht in der Adminlist
STEAM_0:1:5112163
STEAM_0:1:3646253
das ist die kommplette adminliste
//
// Add your IP's Steam addresses, Names and Passwords
// in this file for admins
//
// STEAM_0:1:5112163
// STEAM_0:1:3646253
//
//
// ADDING FLAGS MEANS YOUR ARE STOPPING ADMINS FROM USING
// THOSE OPTIONS UNLESS YOU HAVE mani_reverse_admin_flags set to 1
// in your autoexec.cfg
//
// Restriction options are :-
//
// k = restrict admin from kicking players
// r = restrict admin from executing rcon commands via ma_rcon
// q = restrict admin from executing rcon commands from the menu
// e = restrict admin from the adminexplode command
// m = restrict admin from slaying players
// b = restrict admin from banning players
// s = restrict admin from running ma_say
// o = restrict admin from running ma_chat
// a = restrict admin from running ma_psay
// c = restrict admin from changing maps
// p = restrict admin from playing sounds
// w = restrict admin from restricting weapons
// z = restrict admin from plug-in config menu
// x = restrict admin from running admincexec commands
// y = restrict admin from running admincexec from the menu
// i = restrict admin from running blind commands
// l = restrict admin from running slap commands
// f = restrict admin from running freeze commands
// t = restrict admin from running teleport commands
// d = restrict admin from running drug commands
// g = restrict admin from running ma_teamswap and ma_balance commands
// j = restrict admin from running gimp commands
// R = restrict admin from running rcon vote
// v = restrict admin from running random vote map
// V = restrict admin from running vote map
// Q = restrict admin from running question vote
// C = restrict admin from running Cancel Vote
// A = restrict admin from being able to accept/refuse a vote they started
// B = restrict admin from running a menu rcon vote
// D = restrict admin from running a question menu vote
// E = restrict admin from using ma_rates
// F = restrict admin from running burn commands
// G = restrict admin from running noclip command
// H = restrict admin from running ma_war command
// I = restrict admin from running ma_mute command
// J = restrict admin from resetting all the player ranks
// K = restrict admin from setting player cash
// L = restrict admin from using rconsay commands setup as type R in commandlist.txt
// M = restrict admin from having custom skins to choose
// N = restrict admin from being able to set a players skin
// O = restrict admin from running ma_dropc4 command
// P = restrict admin from running ma_setadminflag command
// T = restrict admin from running ma_timebomb command
// U = restrict admin from running ma_firebomb command
// W = restrict admin from running ma_freezebomb command
// X = restrict admin from running ma_sethealth and derived commands
// Y = restrict admin from running ma_beacon command
// S = restrict admin from running ma_setcolour or ma_setcolor
// Z = restrict admin from running ma_give and ma_giveammo
// p = restrict admin from running ma_spray
//
// An example would be if you wanted to prevent admin
// with steam id STEAM_0:0:2388333
// from being able to play sounds and rcon command
//
// STEAM_0:0:2388333 rp // Admin can't rcon and play sound !!
//
// Another example
// STEAM_0:0:3389333 kmc // Admin can't kick, slay or change maps
//
//
// You can also use admin groups instead of flags, you setup admin groups
// in the admingroups.txt file then use them in this file.
// For example if you setup a group called "Clan Member" and "Kick Only" you would set it per
// player like this:-
//
// STEAM_0:0:1234234 Clan Member // Fred
// STEAM_0:0:234884 Kick Only // Jim
//
//
// If you wanted an admin to be created by IP Address you
// set your entry to be in the format
//
// ;IP Address flag
//
// Example
//
// ;213.133.76.58 rp // Admin can't rcon and play sound !!
// ;113.124.36.2 kmc // Admin can't kick, slay or change maps
//
// If you want to have an Admin created by both steam ID and IP address you
// use the format STEAM_ID;IP_ADDRESS flags
//
// Example
//
// STEAM_0:1:877489;231.192.67.5 rp // Admin can't rcon and play sound !!
//
// IMPORTANT NOTES !!!!
//
// If you only use an IP Address, the character ';' MUST be directly in
// front of it.
//
// There must be a space between the steam ID/IP Address and restriction flags
// or the plug-in will assume that it is part of the Steam ID/IP Address
//
// Another alternative to using a steam id is a name and password
//
// The format of this is ;;"name";password flags
//
// For example I would use
//
// ;;"Mani";maniadminplugin rp // Admin can't rcon or playsound
//
// In order to use the password, put
//
// setinfo _password mypassword
//
// in your config.cfg file in your client installation.
//
//
STEAM_0:1:5112163
STEAM_0:1:3646253
oder muss auch in der Autoexec.cfg die flags auf 1 oder o gestelt sein?
HAbe ich woh gelesen? Was ist richtig!
FrozenFire
08. März 2006, 20:12
oder ruf mich mal an 01621321835 :irre: Ich glaube nicht das ich dich anrufe weil kostet. ;)
Ich würde mein Telefonnummer auch nicht im einem öffentlichem Forum schreiben wo die Jeder Lesen kann.
Aber zu Thema:
Ja stimmt hab ich nicht dran gedacht ...
Ich bin aber nicht davon ausgegangen das du die umstellst ohne zu wissen was du damit machst.
mani_reverse_admin_flags 0
Ansonsten musst du die Buchstaben für die "FLAGS" die der Admin benutzen darf hinzufügen.
Bei 0 wäre das die Rechte die der Admin nicht haben darf.
Hast du vielleicht einen Lan Server?
unland83
08. März 2006, 20:32
es lag nur.. an den mani_reverse_admin_flags ich glaube es nicht
thx thx nochmals thx
FrozenFire
09. März 2006, 13:21
Dann mach ich mal zu :D
vBulletin® v4.2.3, Copyright ©2000-2021, Jelsoft Enterprises Ltd.