View Single Post
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