Stránka 1 z 2

NOVY

Napsal: 07 bře 2014, 15:36
od Thief97
81.0.217.178:27159

Zdravim mam tedka novy server a nevim jak se dava na server ADMIN MAJITEL nebo jak je to u mc /op ale tady to neni jak si mam dat vsechny prava na server???
Nebo kde je nejaka slozka na PLUGINY??,

Re: NOVY

Napsal: 07 bře 2014, 15:50
od Vojko
Admin práva si nastavíš v zložke ./addons/sourcemod/config/ a tam by mal byť tuším super admins.cfg alebo niečo na ten štýl

Tam si zadáš svoje STEAM ID a flagy ktoré chceš.

Pluginy hľadáš na http://www.sourcemod.net/plugins.php a podľa stiahnutého súboru umiestnuješ ...

Re: NOVY

Napsal: 07 bře 2014, 15:52
od Vojko
P.S.: Pre jednuduchšie pridávania práv môžeš využiť doplnkovej služby SourceBans, ktorú si aktivuješ v Control Paneli a cez jednuduchú webovú administráciu si môžeš práva pridávať a spravovať.

Re: NOVY

Napsal: 07 bře 2014, 15:53
od Thief97
Diky moc a jak se to jako nastavuje, ???

Je to neco jako PermissionsEx na Minecraftu??
Abych mel na serveru pred menem "Majitel" atd??

Re: NOVY

Napsal: 07 bře 2014, 15:55
od Vojko
Nóó ... :D
Ani celkom nie :D
Pokiaľ chceš prefixy, tak to budeš musieť stiahnuť plugin.

Áá tie práva sú podobné PremissionEX, akurát že tu je to primitívnejšie ...
Tu nenastavuješ ku každému pluginu niečo, ale tzv. flagy.
Každý flag obsahuje niečo iné ...

Re: NOVY

Napsal: 07 bře 2014, 16:01
od Thief97
A mohl bys mi poradit jak to nastavuji???
A to jak si mi psal ten Super.admin to nejde ::P Nevim jakto
Ale kdyz napisi na server !ban tak mi to napiseze nemam pristup k tomuto prikazu...
Neslo by to urobit nejak pres conzoli?

Re: NOVY

Napsal: 07 bře 2014, 18:44
od Mysteria
Do souboru addons/sourcemod/configs/admins_simple.ini přidej úplně na konec řádek ve tvaru "Steam ID" "99:z" a máš plný práva (po restartu serveru).

Re: NOVY

Napsal: 07 bře 2014, 19:33
od Thief97
Takze pokud to dobre chapu napsat na konec radku tohle??
STEAM_0:1:62564171
?

-- 07 bře 2014, 19:48 --

Delam to dobre???
Takhle sem to delal as na konec
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"
////////////////////////////////
 



A takhle jako na poprve :
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"



A pak sem to skousel i takto

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

Re: NOVY

Napsal: 07 bře 2014, 19:51
od Mysteria
"STEAM_0:1:6256417199" "99:z" je to OK

Re: NOVY

Napsal: 07 bře 2014, 19:58
od Thief97
NEJDE TO!

-- 07 bře 2014, 19:58 --

napisi v chat
!ban a pise nemam pristup k tomuto prikazu