Stránka 1 z 3

Pluginy

Napsal: 27 čer 2012, 15:04
od Sejcek
Čau chtěl bych se zeptat kam mám dávat pluginy do CSS mám poprvý CSS server :D
27644

Re: Pluginy

Napsal: 27 čer 2012, 19:10
od Mysteria
Základní (Metamod, Sourcemod, EventScripts) do cstrike/addons. Pluginy do SourceModu pak do addons/sourcemod/plugins.

Re: Pluginy

Napsal: 27 čer 2012, 20:10
od Sejcek
Jo dík a hele jak si mám nastavit Admina když mi to přes Rcon nejde ? nebo aspon jak to poznám

Re: Pluginy

Napsal: 28 čer 2012, 12:38
od Mysteria
addons/sourcemod/configs/admins_simple.ini

Kód: Vybrat vše

"STEAM_ID" "99:z"

Re: Pluginy

Napsal: 28 čer 2012, 13:55
od Sejcek
To jsem moc nepochopil kam mám napsat tu svoji SteamID nebo IP ?

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:29401026"            "99:z"                          //Mysteria

Re: Pluginy

Napsal: 28 čer 2012, 17:10
od Mysteria
Dole jak máš to

Kód: Vybrat vše

"STEAM_0:1:29401026"            "99:z"                          //Mysteria
tak tam pod to na další řádek udělej to samé jenom tam dej svoje Steam ID jak jsem ti psal nahoře.

Btw, jak to že jsem na tvým serveru admin? Respektive že tam mám práva. Nějaký divný, ne?

Re: Pluginy

Napsal: 28 čer 2012, 18:00
od Sejcek
:D já nevím to už tam bylo xD

Re: Pluginy

Napsal: 28 čer 2012, 18:12
od Mysteria
Nedával jsi si při reinstalaci nějaký balíček? Ale ty by na CSS neměli být teď funkční myslím.

Re: Pluginy

Napsal: 28 čer 2012, 18:13
od Sejcek
Hele a jak zjistím že jsem ADMIN :D

Re: Pluginy

Napsal: 28 čer 2012, 18:16
od Sejcek
Já jsem nedával RE-instalaci