Stránka 1 z 2

Jak nastavit Admina na serveru

Napsal: 15 lis 2014, 22:15
od JusticeLuke
217.11.249.93:27646
Zdravím komunitu FH, nějaký naštvaný moderátor mi zablokoval jiné téma tak si dělám vlastní. Chtěl bych se zeptat, mám vlastní server zde na FH, a chtěl bych pomoci s nastavením. Mám problém, nevím jak si nastavit oprávnění ve hře na vlastní účet abych případně kicknout boty a nebo zapnout a další věci ohledně nastavení...

Někde sem četl že by to mohlo být v /csgo/addons/sourcemod/configs/admins_simple.isi
V tom je tento text viz. níže spoiler. Ale nevím kam zadat tu mojí STEAM_ID. tak aby mi to šlo

Spoiler: zobrazit

Kód: Vybrat vše

//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"      "permissions"      "password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//   You can also specify immunity values.  Two examples:
//   "83:abcdefgh"         //Immunity is 83, flags are abcdefgh
//   "6:@Full Admins"      //Immunity is 6, group is "Full Admins"
//
//   Immunity values can be any number.  An admin cannot target an admin with
//   a higher access value (see sm_immunity_mode to tweak the rules).  Default
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"      "bce"            //generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"      "99:z"            //all permissions for this ip, immunity value is 99
//   "BAILOPAN"         "abc"   "Gab3n"      //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////



Další věc... Prosim vás nevíte kde se dají sehnat další addony, nějaké užitečné k serveru, a nebo dekorační , líbí se mi ten s Knife balíčkem kde si vyberete nůž a s tím hrajete. Děkuji!

Re: Jak nastavit Admina na serveru

Napsal: 15 lis 2014, 22:24
od DenOwq
Nejsem naštvaný moderátor :D
1) Napiš na další řádek

Kód: Vybrat vše

"TVE ID"      "99:z"

PS: TVE ID nahraď svým steam id.

2) Stačí používat sourcemod (+metamod) kde můžeš použivat PLUGINY.
LINK: www.sourcemod.net/
PS: pokud vím tak je to i v návodech

Re: Jak nastavit Admina na serveru

Napsal: 15 lis 2014, 22:43
od Mysteria
Seznam pluginů na SM je zde: http://www.sourcemod.net/newstats.php

Re: Jak nastavit Admina na serveru

Napsal: 16 lis 2014, 17:06
od JusticeLuke
Díky za rady!
Ale mám tu stále problém s tím nastavením admina, nevím jestli jsem úplný pako ale nechápu to...:
Spoiler: zobrazit

Kód: Vybrat vše

//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"      "permissions"      "password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//   You can also specify immunity values.  Two examples:
//   "83:abcdefgh"         //Immunity is 83, flags are abcdefgh
//   "6:@Full Admins"      //Immunity is 6, group is "Full Admins"
//
//   Immunity values can be any number.  An admin cannot target an admin with
//   a higher access value (see sm_immunity_mode to tweak the rules).  Default
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"      "bce"            //generic, kick, unban for this steam ID, no immunity
//   "STEAM_1:0:73087304"      "99:z"            //all permissions for this ip, immunity value is 99
//   "BAILOPAN"         "abc"   "Gab3n"      //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////


Stále to nejde

nahradil jsem to tam dole:
Spoiler: zobrazit

Kód: Vybrat vše

//   "STEAM_1:0:73087304"      "99:z"            //all permissions for this ip, immunity value is 99

Re: Jak nastavit Admina na serveru

Napsal: 16 lis 2014, 17:14
od DenOwq
Udělej to taklen

Kód: Vybrat vše

//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"      "permissions"      "password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//   You can also specify immunity values.  Two examples:
//   "83:abcdefgh"         //Immunity is 83, flags are abcdefgh
//   "6:@Full Admins"      //Immunity is 6, group is "Full Admins"
//
//   Immunity values can be any number.  An admin cannot target an admin with
//   a higher access value (see sm_immunity_mode to tweak the rules).  Default
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"      "bce"            //generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"      "99:z"            //all permissions for this ip, immunity value is 99
//   "BAILOPAN"         "abc"   "Gab3n"      //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////
"STEAM_1:0:73087304"      "99:z"

Re: Jak nastavit Admina na serveru

Napsal: 16 lis 2014, 18:23
od JusticeLuke
Myslím že je to OK, jinak nevíte někdo o pluginu který říká hlášky jako Dominition, HeadShot, First Blood, Double kill a tak dál...?:)

Re: Jak nastavit Admina na serveru

Napsal: 16 lis 2014, 23:12
od Mysteria

Re: Jak nastavit Admina na serveru

Napsal: 17 lis 2014, 18:27
od JusticeLuke
Díky moc, našel jsem také League of Legends zvuky ale tyhle jsou lepší. Můžete lock

Re: Jak nastavit Admina na serveru

Napsal: 17 lis 2014, 19:14
od DenOwq
O lock prosím nežádej, na žádost nezamykáme.. :)

Re: Jak nastavit Admina na serveru

Napsal: 21 lis 2014, 14:26
od JusticeLuke
Nevím proč ale asi mi to stále nejde, mám to správně?
nemůžu příkazy např. bot_add a podobné.

Spoiler: zobrazit

Kód: Vybrat vše

//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"      "permissions"      "password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//   You can also specify immunity values.  Two examples:
//   "83:abcdefgh"         //Immunity is 83, flags are abcdefgh
//   "6:@Full Admins"      //Immunity is 6, group is "Full Admins"
//
//   Immunity values can be any number.  An admin cannot target an admin with
//   a higher access value (see sm_immunity_mode to tweak the rules).  Default
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"      "bce"            //generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"      "99:z"            //all permissions for this ip, immunity value is 99
//   "BAILOPAN"         "abc"   "Gab3n"      //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////
"STEAM_1:0:73087304"      "99:z"