Cum pun admin pe CS-GO
Serviciile noastre de host includ gratuit Protectie DDOS si Firewall, Certificat SSL, acces la cPanel, gameCP si ftp. Sv_downloadurl. Reduceri partenerilor - Vezi detalii Domeniu free- Vezi conditii Activare automata la plata prin SMS sau CARD bancar. |
Cum pun admin pe CS-GO - SourceMod (addon)
Pentru a pune admini pe un server de CS-GO, trebuie sa aveti instalat pe server SourceMod (ultima versiune), care poate fi descarcata de pe internet sau din gameCP - Services Add-ons (Gestionare programe de completare) (MetaMod:Source v.... & SourceMod v......)
Dupa instalare o sa apara folderul addons (csgo/addons/)
Cum pun admin pe CS-GO - permisiuni admini
Permisiunile adminilor, nivelul de acces si modalitatea de recunoastere se trec in admins_simple.ini (csgo/addons/sourcemod/configs/admins_simple.ini) prin:
- ID-ul de la STEAM jucatorului admin
sau
- IP-ul de la PC-ul de pe care se acceseaza serverul
sau
- USERUL-ul jucatorului admin (in acest caz este nevoie si de o parola prestabilita)
Exemplu:
// ====== OWNER ======
"STEAM_1:1:57895416" "@Owner" //SEFU
// ====== CO-OWNER ======
"STEAM_0:0:2143654784" "@Co-Owner" //HaIDUC
// ====== TRUSTED ======
// ====== MODERATOR ======
// ====== ADMINISTRATOR ======
// ====== HELPER ======
"STEAM_0:0:147845810" "@Helper" // D0c
Cum pun admin pe CS-GO - Flags admini
Permisiunile adminilor se stabilesc prin flag-uri in fisierul admin_levels.cfg (csgo/addons/sourcemod/configs/admin_levels.cfg)
Flags
{
"reservation" "a" //Reserved slots
"generic" "b" //Generic admin, required for admins
"kick" "c" //Kick other players
"ban" "d" //Banning other players
"unban" "e" //Removing bans
"slay" "f" //Slaying other players
"changemap" "g" //Changing the map
"cvars" "h" //Changing cvars
"config" "i" //Changing configs
"chat" "j" //Special chat privileges
"vote" "k" //Voting
"password" "l" //Password the server
"rcon" "m" //Remote console
"cheats" "n" //Change sv_cheats and related commands
/**
* Custom flags can be used by plugins, but they can also be used to
* for you to expand on the previous groups, using Overrides.
*/
"custom1" "o"
"custom2" "p"
"custom3" "q"
"custom4" "r"
"custom5" "s"
"custom6" "t"
/**
* Root is a magic access flag that grants all permissions.
* This should only be given to trusted administrators.
* Root users can target anyone regardless of immunity,
* however, they themselves are not automatically immune.
*/
"root" "z"
Cum pun admin pe CS-GO - groups admini
Permisiunile adminilor, nivelul de acces si modalitatea de recunoastere se stabilesc prin combinatie de flag-uri in admin_groups.cfg (csgo/addons/sourcemod/configs/admin_groups.cfg).
Exemplu:
Groups
{
"Owner"
{
"immunity" "100"
"flags" "z"
}
"Co-Owner"
{
"immunity" "90"
"flags" "abcdefghijko"
}
"Trusted"
{
"immunity" "80"
"flags" "abcdfghijkt"
}
"Moderator"
{
"immunity" "70"
"flags" "abcdfghijkp"
}
"Administrator"
{
"immunity" "60"
"flags" "abcdfghijkq"
}
"Helper"
{
"immunity" "50"
"flags" "abcdfghijkr"
}
}
Comentarii
Nu a fost făcut nici un comentariu.