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

Steam Works Group Manager


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-28-2017 , 17:21   Re: Steam Works Group Manager
Reply With Quote #41

I would like to know what the functions of these commands are:
Quote:
// Admin group.
// -
// Default: "Steam"
sm_swgm_admin_group "Steam"

// Mode. 0 - Group | 1 - Flags.
// -
// Default: "1"
sm_swgm_admin_mode "1"
The sm_swgm_admin_mode command I understand would be the mode option for Group or Flags, but when I select group mode the players do not have access to the plugins I configured.

Now the sm_swgm_admin_group command has no clue what its usefulness might be, could you explain?
paulo_crash is offline
Wacci
AlliedModders Donor
Join Date: May 2017
Location: Hungary
Old 02-07-2018 , 05:14   Re: Steam Works Group Manager
Reply With Quote #42

Can you make flag adder by group member's level ?
Example :
Who moderator in the group get B,C,D and E flag
Who officer in the group get B,C,D,E, and F flag

It's possible ?

Thank you in advance for your answer!
__________________
Wacci is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 02-07-2018 , 21:08   Re: Steam Works Group Manager
Reply With Quote #43

Quote:
Originally Posted by Wacci View Post
Can you make flag adder by group member's level ?
Example :
Who moderator in the group get B,C,D and E flag
Who officer in the group get B,C,D,E, and F flag

It's possible ?

Thank you in advance for your answer!
Previous discussions (not necessarily in this thread) indicate that Steam does not provide a way to distinguish between "administrators" and "moderators", and therefore simply classifies them all as being "officers".

Therefore you unfortunately only have the two options: members or officers.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline
dBsRT
Junior Member
Join Date: Mar 2014
Old 05-15-2018 , 12:21   Re: Steam Works Group Manager
Reply With Quote #44

Hello i install this plugin but player can execute commads it was i blocked and player not join my steam group why?

command_listener.ini

"Command_Listener"
{
"sm_rs"{}
"sm_resetscore"{}
"sm_knife"{}
"sm_ws"{}
"sm_dice"{}
"sm_store"{}

}


.cfg
swgm_groupid "32785606"

// Interval beetwen steam group checks.
// -
// Default: "60.0"
swgm_timer "60.0"
dBsRT is offline
nixonkat
Member
Join Date: Nov 2016
Location: Turkey
Old 10-18-2018 , 14:39   Re: Steam Works Group Manager
Reply With Quote #45

Like above, users are able to run commands from command listener while not being apart of the Steam group.

How come? Does anyone know? Its not very well documented.
nixonkat is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-19-2018 , 19:01   Re: Steam Works Group Manager
Reply With Quote #46

Where do I set which flag the people who join the steam group can use a certain command?
gildevanaraujo is offline
Cruze
Veteran Member
Join Date: May 2017
Old 11-20-2018 , 01:42   Re: Steam Works Group Manager
Reply With Quote #47

Quote:
Originally Posted by gildevanaraujo View Post
Where do I set which flag the people who join the steam group can use a certain command?
cfg/sourcemod/swgm_admin.cfg
__________________
Taking paid private requests! Contact me
Cruze is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-20-2018 , 02:06   Re: Steam Works Group Manager
Reply With Quote #48

Quote:
Originally Posted by Cruze View Post
cfg/sourcemod/swgm_admin.cfg
Code:
// This file was auto-generated by SourceMod (v1.9.0.6261)
// ConVars for plugin "SWGM_Admin.smx"


// Admin flags.
// -
// Default: "a"
sm_swgm_admin_flags "a"

// Admin group.
// -
// Default: "Steam"
sm_swgm_admin_group "Steam"

// Mode. 0 - Group | 1 - Flags.
// -
// Default: "1"
sm_swgm_admin_mode "0"
Could you explain me better? I did not quite understand.

(I already configured the ID group and Timer).
gildevanaraujo is offline
Cruze
Veteran Member
Join Date: May 2017
Old 11-20-2018 , 07:19   Re: Steam Works Group Manager
Reply With Quote #49

Quote:
Originally Posted by gildevanaraujo View Post
Code:
// This file was auto-generated by SourceMod (v1.9.0.6261)
// ConVars for plugin "SWGM_Admin.smx"


// Admin flags.
// -
// Default: "a"
sm_swgm_admin_flags "a"

// Admin group.
// -
// Default: "Steam"
sm_swgm_admin_group "Steam"

// Mode. 0 - Group | 1 - Flags.
// -
// Default: "1"
sm_swgm_admin_mode "0"
Could you explain me better? I did not quite understand.

(I already configured the ID group and Timer).
I didn't quite understand what you're trying to ask. If you want to change flag which you get for being steam group, change "sm_swgm_admin_flags". And if you want to add command which people who are in steam group can access, goto addons/sourcemod/configs/command_listener.ini
__________________
Taking paid private requests! Contact me

Last edited by Cruze; 11-20-2018 at 07:20.
Cruze is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 11-20-2018 , 13:12   Re: Steam Works Group Manager
Reply With Quote #50

Quote:
Originally Posted by Cruze View Post
I didn't quite understand what you're trying to ask. If you want to change flag which you get for being steam group, change "sm_swgm_admin_flags". And if you want to add command which people who are in steam group can access, goto addons/sourcemod/configs/command_listener.ini
I made the following configuration:

command_listener:
Code:
"Command_Listener"
{
	"sm_wsvip"{}
	"buyammo1"{}
	"buyammo2"{}
	"sm_nametagvip"{}
}
In this part I configure which command the players can use when they are in the steam group.

swgm.cfg:
Code:
// Steam Group ID.
// -
// Default: "XXXXXXXX"
swgm_groupid "33947598"

// Interval beetwen steam group checks.
// -
// Default: "60.0"
swgm_timer "15.0"
In this part I set up with the steam group ID and the time to check.

swgm_admin.cfg:
Code:
// Admin flags.
// -
// Default: "a"
sm_swgm_admin_flags "t"

// Admin group.
// -
// Default: "Steam"
sm_swgm_admin_group "Steam"

// Mode. 0 - Group | 1 - Flags.
// -
// Default: "1"
sm_swgm_admin_mode "0"
And in this part I configure which flags the players will have when they enter the steam group, in the "sm_swgm_admin_group" part, do I attribute which value? "Steam" anyway? and Mode? 0 or 1?
gildevanaraujo is offline
Reply


Thread Tools
Display Modes

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 15:27.


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