Stránka 1 z 2

Admin

Napsal: 24 led 2013, 18:12
od Davidbarbar
Ahoj mam to udělané správně? Neboť když něco napíšu tak se nic nestane.
81.0.217.175:27839

Spoiler: zobrazit
//
// 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:59993968" "99:z"

Re: Admin

Napsal: 24 led 2013, 18:48
od Mysteria
Jestli je to tvoje Steam ID, tak jo. Co ti to vypíše, když dáš do konzole sm_admin?

Re: Admin

Napsal: 24 led 2013, 18:52
od Davidbarbar
Unknown command: sm_admin

Re: Admin

Napsal: 24 led 2013, 19:01
od Mysteria
Njn, když nemáš funkční Soucemod, tak ti to nikdy nepůjde.
Aktualizuj Metamod: www.metamodsource.net/mmsdrop/1.10/mmso ... nux.tar.gz
Aktualizuj Sourcemod: www.sourcemod.net/smdrop/1.5/sourcemod- ... nux.tar.gz

Re: Admin

Napsal: 24 led 2013, 19:06
od Davidbarbar
Kam co mám vložit :)

Re: Admin

Napsal: 24 led 2013, 19:41
od Mysteria
orangebox/tf2 a přepsat původní soubory, restartovat a dáš výpis příkazů
rcon meta list
rcon sm exts list
rcon sm plugins list

Před zadáním těhle příkazů nejdřív ale zadej rcon_password tvojeHeslo.

Re: Admin

Napsal: 24 led 2013, 19:45
od Davidbarbar
Nefunguje, nevim jak to extrahovat , mam ten soubour extrahovat nebo ho tam jenvložit?

Re: Admin

Napsal: 24 led 2013, 19:46
od Mysteria
Samozřejmě že to musíš rozbalit. Použij WinRAR nebo cokoliv jinýho co používáš na rozbalování archivů.

Re: Admin

Napsal: 24 led 2013, 19:49
od Davidbarbar
rozbalilo mi to jen složku addons, cfg

Re: Admin

Napsal: 24 led 2013, 19:57
od Mysteria
No tak je tam uploadni kam jsem napsal a dej přepsat původní soubory, restart a pak ty příkazy co jsem psal.