Raised This Month: $32 Target: $400
 8% 

Server first time


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-16-2020 , 12:16   Server first time
Reply With Quote #1

well i finally open a server in my first time...

- I'm running a Retake Mod, and it's plan BOMB alone how can I disable that it's not automatically?
Cfg? actually im new with folder

- Example about: admins.cfg
My Edit if it right:
HTML Code:
Admins
{
    "Administratror"
    {
        "auth"            "STEAM_1:1:XXXX"
        "identity"        "MyName?"
        "flags"           "z"
    }
}
What should be more?

- Admin_simple.ini
HTML Code:
"XXXX" "99:z"
what is mean? 99:z
if i set abcd?

- admin_groups.cfg what is it?

Q:
How can I create Admin by ranks and approaches and name Prefix for each
How can I make each ROUND show in chat or on the HUD screen where the BOMB is?
What else do you need for Retake?


Sorry for the dig this is the first time

Last edited by Fuck For Fun; 10-16-2020 at 12:17.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-16-2020 , 13:09   Re: Server first time
Reply With Quote #2

https://wiki.alliedmods.net/Category..._Documentation

Use either, not both files.

My opinion is:
admins_simple.ini is easier to use,
but you later demand more and more flexible to admin system and plugins,
go straight to admins.cfg. Why bother use and learn first file after all.
Learn use admins.cfg instead.


admins.cfg
Code:
Admins
{
	"BAILOPAN"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:2345"
		"flags"		"abcdef"
		"immunity"	"5"
		"group"		"Awesome Admins"
	}

	"Blue Crab"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:1:666666"
		"flags"		"z"
		"immunity"	"99"
	}
}

My second opinion is:
Z (root flag) grant you all admin permission and bypass immunity checks, later this would be pain in ass to have.
(There is some you don't want have and let others have it.)

I suggest to leave Z flag out and use it as to "restrict" plugin command(s) or features.

So give yourself, abcdefghijklmn


- You can create admin groups. Groups can have certain flags and also, you can "allow" or "deny" certain admin commands.
- You can grant admin with multiple admin groups.
__________________
Do not Private Message @me
Bacardi is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-16-2020 , 14:46   Re: Server first time
Reply With Quote #3

@Bacardi
Thank you very much for the explanation.
i hope is right with nickname
HTML Code:
Admins
{
	"Panda"
	{
		"auth"		"steam"
		"identity"	"STEAM_0:0:34186428"
		"flags"		"abcdef"
		"immunity"	"5"
		"group"		"Manager"
	}

	"CheezPuff" // Administrator
	{
		"auth"		"steam"
		"identity"	"STEAM_1:1:423849883"
		"flags"		"z"
		"immunity"	"99"
	}
}
So, abcdefghijklmn is work with "restrict" same as in users.ini in AMXX so actually i know how work it and better give to admin Each Command and not "z"

z that will be only for me as Administrator


Q Retake:
- Which plugins should i use for Retake
how can i install ws, and knife
!guns, !ws, !knife, !gloves, !vd, !vp, !vh, !rs

and how im working with cfg of Retake
csgo/addons/sourcemod/configs/retakes?
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-16-2020 , 15:19   Re: Server first time
Reply With Quote #4

Well... I would not give Z flag to anyone or myself.
Like I said, it would be pain in ass because it grant all permissions and bypass immunity check.
You get only confused when something is not working like should. (Depends also of plugins how it made)

With admin_overrides.cfg you can change commands admin flags to else.
I was mention to keep Z flag as "restrict" flag, you can disable commands and plugin feature for yourself (ex. hide unnecessary options from admin menu).

Anyway, keep ROOT access if you like.

For retake question... It would nice to know, where you got that plugin.
There can be two or more retakes plugin around.
Bacardi is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-16-2020 , 16:30   Re: Server first time
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
Well... I would not give Z flag to anyone or myself.
Like I said, it would be pain in ass because it grant all permissions and bypass immunity check.
You get only confused when something is not working like should. (Depends also of plugins how it made)

With admin_overrides.cfg you can change commands admin flags to else.
I was mention to keep Z flag as "restrict" flag, you can disable commands and plugin feature for yourself (ex. hide unnecessary options from admin menu).

Anyway, keep ROOT access if you like.

For retake question... It would nice to know, where you got that plugin.
There can be two or more retakes plugin around.
Thanks about admin example..

About Retake I installed it automatically through HOSTING
This is what he installed for me:
HTML Code:
autoplant.smx
instadefuse.smx
retakes.smx

Q: how do I work with SOURCEBAN encoding, I have AMX Mod X Studio
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-16-2020 , 16:49   Re: Server first time
Reply With Quote #6

so many questions...

use server console:
sm plugins list
Bacardi is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-16-2020 , 17:08   Re: Server first time
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
so many questions...

use server console:
sm plugins list
HTML Code:
 "[Retakes] Bomb Autoplant" (1.5.0) by Techno
 "Insta-Defuse" (1.2) by Jacoblairm
 "CS:GO Retakes" (0.3.4+151) by splewis
 "[CSS/CS:GO] AbNeR ResetScore" (1.5fix) by AbNeR_CSS

as i said im new and is my first time i had server in csgo.

Last edited by Fuck For Fun; 10-18-2020 at 12:18.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-18-2020 , 09:34   Re: Server first time
Reply With Quote #8

Quote:
Originally Posted by Fuck For Fun View Post
...

- I'm running a Retake Mod, and it's plan BOMB alone how can I disable that it's not automatically?
Cfg? actually im new with folder

[CSGO] Retakes AutoPlant

- You can move plugin *.smx into ...plugins/disabled/ folder.
or
- You can check plugin cvars and commands:
type sm
Code:
Usage: sm <command> [arguments]
    cmds             - List console commands
    config           - Set core configuration options
    credits          - Display credits listing
    cvars            - View convars created by a plugin
    exts             - Manage extensions
    plugins          - Manage Plugins
    prof             - Profiling
    version          - Display version information
Look plugins #index number
type sm plugins list
Code:
sm plugins list
[SM] Listing 18 plugins:
  01 "Admin File Reader" (1.10.0.6497) by AlliedModders LLC
  02 "Admin Help" (1.10.0.6497) by AlliedModders LLC
  03 "Admin Menu" (1.10.0.6497) by AlliedModders LLC
  04 "Anti-Flood" (1.10.0.6497) by AlliedModders LLC
  05 "Basic Ban Commands" (1.10.0.6497) by AlliedModders LLC
  06 "Basic Chat" (1.10.0.6497) by AlliedModders LLC
  07 "Basic Comm Control" (1.10.0.6497) by AlliedModders LLC
  08 "Basic Commands" (1.10.0.6497) by AlliedModders LLC
  09 "Basic Info Triggers" (1.10.0.6497) by AlliedModders LLC
  10 "Basic Votes" (1.10.0.6497) by AlliedModders LLC
  11 "Client Preferences" (1.10.0.6497) by AlliedModders LLC
  12 "Fun Commands" (1.10.0.6497) by AlliedModders LLC
  13 "Fun Votes" (1.10.0.6497) by AlliedModders LLC
  14 "Nextmap" (1.10.0.6497) by AlliedModders LLC
  15 "Player Commands" (1.10.0.6497) by AlliedModders LLC
  16 "Reserved Slots" (1.10.0.6497) by AlliedModders LLC
  17 "Sound Commands" (1.10.0.6497) by AlliedModders LLC
  18 "test.smx"
Then look cvars
type sm cvars 16
Code:
sm cvars 16
[SM] Listing 5 convars for: Reserved Slots
  [Name]                           [Value]
  sm_hide_slots                    1
  sm_reserve_kicktype              0
  sm_reserve_maxadmins             1
  sm_reserve_type                  1
  sm_reserved_slots                54
- You can try look plugin config file. It's not always generated.
...cfg/sourcemod/

- You could read plugin source code *.sp
https://github.com/b3none/retakes-au...toplant.sp#L37

Which is "sm_autoplant_enabled".
You can add that cvar in ...cfg/sourcemod/sourcemod.cfg file
__________________
Do not Private Message @me
Bacardi is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 10-18-2020 , 13:56   Re: Server first time
Reply With Quote #9

@Bacardi
Thanks, I now know how to work with SOURCE and compile. I arranged everything, now regarding
- admins.cfg
HTML Code:
Admins
{
	"CheezPuff" // admin nick
	{
		"auth"		"steam"
		"identity"	"STEAM_1:1:423849883"
		"flags"		"z"
		"immunity"	"99"
	}
	"Panda" // admin nick
	{
		"auth"		"steam"
		"identity"	"STEAM_0:0:34186428"
		"flags"		"bcdef"
		"immunity"	"5"
	}
	"TBP | Hiccup & Toothless" // admin nick
	{
		"auth"		"steam"
		"identity"	"STEAM_1:1:423849883"
		"flags"		"abcdef"
		"immunity"	"5"
	}
}
admins_simple.ini If I did not set anything there, then they will not have ADMIN?


Q:
Now in Retake how can I define which MAPS will appear in VOTE?
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 10-20-2020 , 14:38   Re: Server first time
Reply With Quote #10

Bacardi already stated that you should use only one method of granting access. He said you can use either admins_simple.ini or admins.cfg. It appears that you chose to use admins.cfg. As a result, there is no need to use admins_simple.ini

You really need to read this wiki regarding adding Admins if you are going to host a server: https://wiki.alliedmods.net/Adding_Admins_(SourceMod)
PC Gamer is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode