NOVY

Technická podpora k herním serverům Team Fortress 2
Message
Autor
Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: NOVY

#11 Příspěvekod Mysteria » 07 bře 2014, 20:56

Hod sem celej ten soubor, jak to tam máš. Restartoval jsi server?

Uživatelský avatar
Thief97
Příspěvky: 195
Registrován: 28 led 2014, 16:57
Reputation: 0

Re: NOVY

#12 Příspěvekod Thief97 » 07 bře 2014, 21:23

10x
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_0:1:6256417199


Prosim nemuzes mi to udelat tak jak to mas to ?
Pokud to mas,?

-- 07 bře 2014, 21:25 --

Nebo aspon jak to ma vypadat prosim ,
Nezapomeň mi dát k+ pokud sem pomohl :-) Pokud máte zájem nebo Si nevíte se serverem, SEM TU JÁ rád vám pomůžu s pluginy na Minecraft nebo TF2! Napište mi SZ a néjak se dohodnem!

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: NOVY

#13 Příspěvekod Mysteria » 07 bře 2014, 21:35

Sakra, psal jsem ti že to má bejt "STEAM_0:1:6256417199" "99:z" a ty tam dáš tohle? Navíc o 7 řádků nahoře v tom souboru to máš vysvětlený, tak sis to mohl přečíst...

Uživatelský avatar
Thief97
Příspěvky: 195
Registrován: 28 led 2014, 16:57
Reputation: 0

Re: NOVY

#14 Příspěvekod Thief97 » 07 bře 2014, 21:36

ano to co si psal sem tam mel taky :P

-- 07 bře 2014, 21:38 --

ted to mam takhle .p

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_0:1:6256417199" "99:z"
Nezapomeň mi dát k+ pokud sem pomohl :-) Pokud máte zájem nebo Si nevíte se serverem, SEM TU JÁ rád vám pomůžu s pluginy na Minecraft nebo TF2! Napište mi SZ a néjak se dohodnem!

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: NOVY

#15 Příspěvekod Mysteria » 07 bře 2014, 21:43

Pokud je to Steam ID správný, tak to bude fungovat (po restartu serveru).

Uživatelský avatar
Thief97
Příspěvky: 195
Registrován: 28 led 2014, 16:57
Reputation: 0

Re: NOVY

#16 Příspěvekod Thief97 » 07 bře 2014, 21:44

a mam to vse dobre?? i ty " i to "z.... ?
I tam kde se to ma psat?

-- 07 bře 2014, 21:47 --

DE TO SES FAKT NEJ! MISTO 8 SEM TA MEL 9 KDYBYCH MOHL DAM TI 1000000K+ JENZE SEM v - takze sorry :(
Nezapomeň mi dát k+ pokud sem pomohl :-) Pokud máte zájem nebo Si nevíte se serverem, SEM TU JÁ rád vám pomůžu s pluginy na Minecraft nebo TF2! Napište mi SZ a néjak se dohodnem!

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: NOVY

#17 Příspěvekod Mysteria » 07 bře 2014, 21:54

Pokud kvůli jednomu problému vygeneruješ asi 15 příspěvků, tak se ani nedivím, že jsi tak moc v mínusu. :)

Uživatelský avatar
Thief97
Příspěvky: 195
Registrován: 28 led 2014, 16:57
Reputation: 0

Re: NOVY

#18 Příspěvekod Thief97 » 07 bře 2014, 21:58

:D
Nezapomeň mi dát k+ pokud sem pomohl :-) Pokud máte zájem nebo Si nevíte se serverem, SEM TU JÁ rád vám pomůžu s pluginy na Minecraft nebo TF2! Napište mi SZ a néjak se dohodnem!


Zpět na „Team Fortress 2“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 27 hostů