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

Steam Group Admins (updated 2011-09-26)


Post New Thread Reply   
 
Thread Tools Display Modes
GnomeChompski
Senior Member
Join Date: Jul 2012
Old 03-26-2017 , 21:50   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #191

Say if a new user joins a Steam group, any idea how long it takes for it to come up ingame if they're a new member to the group and have say [Member] tag set? Quick test showed that a user didn't get it after a rejoin.

Edit: Using custom-chatcolors.smx to apply [Member] tags to "t" flags. Sourcebans is also installed if that makes a difference.
Code:
	"Steam Group"
	{
		"flag"						"t"
		"tag"						"[Member]"
		"tagcolor"				"#b260c5"
	}
Code:
"SteamGroupAdmins"
{
	"27273581"
	{
		"members"
		{
			"flags"		"t"
			"immunity"	"0"
		}
	}
}
__________________

Last edited by GnomeChompski; 03-26-2017 at 22:20.
GnomeChompski is offline
hmmmmm
Great Tester of Whatever
Join Date: Mar 2017
Location: ...
Old 05-10-2017 , 06:21   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #192

Changed to use steamworks rather than steamtools so CSGO works, tested out briefly and it worked. Used some code from server whitelist advanced plugin. Obviously, will need SteamWorks extension to work as well as SteamWorks include to compile.
Attached Files
File Type: sp Get Plugin or Get Source (steamgroupadmins-steamworks.sp - 435 views - 10.8 KB)
File Type: smx steamgroupadmins-steamworks.smx (9.5 KB, 466 views)

Last edited by hmmmmm; 11-21-2017 at 09:10. Reason: New syntax + fixed an error
hmmmmm is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 10-22-2017 , 19:43   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #193

Quote:
Originally Posted by hmmmmm View Post
Changed to use steamworks rather than steamtools so CSGO works, tested out briefly and it worked. Used some code from server whitelist advanced plugin. Obviously, will need SteamWorks extension to work as well as SteamWorks include to compile.
Thanks! Working perfectly using SteamWorks instead of SteamTools!
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
WeDoItLive
Member
Join Date: Mar 2015
Old 03-28-2020 , 16:13   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #194

Has anyone had issues with this on SM 1.10?
WeDoItLive is offline
BeG1990
Member
Join Date: Jan 2017
Old 04-15-2020 , 19:01   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #195

Hello,

can anyone say If this Plugin Work aktually? I Wish to give a flag to members of a steamgroup. I have tried with SWGM and the Admin modul but it doesnt Work.

Thanks and greets
BeG1990 is offline
DeathMaster
AlliedModders Donor
Join Date: Mar 2009
Old 09-19-2021 , 14:53   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #196

Since the last update this plugin is crashing my server now.
Also tried the steamworks version posted above, its also crashing

Last edited by DeathMaster; 09-19-2021 at 15:00.
DeathMaster is offline
KoltaiArmy
AlliedModders Donor
Join Date: Feb 2015
Location: Hungary
Old 09-27-2021 , 05:24   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #197

Quote:
Originally Posted by DeathMaster View Post
Since the last update this plugin is crashing my server now.
Also tried the steamworks version posted above, its also crashing
I assume its not a problem in this plugin, but in the steamworks and steamtools extensions since those are the ones requesting the infos about steam groups and members.
__________________
KoltaiArmy is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 10-04-2021 , 21:48   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #198

Quote:
Originally Posted by DeathMaster View Post
Since the last update this plugin is crashing my server now.
Also tried the steamworks version posted above, its also crashing
Same here for my TF2 servers (presumably other games too, haven't checked all my servers yet). I've been using the SteamWorks version for lots of games.

Tried updating SteamWorks to current available version 1.2.3 from January 6th 2021 (https://github.com/hexa-core-eu/Stea...ses/tag/v1.2.3), obviously that didn't fix it - since it probably pre-dates whatever broke.
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
psychonic

BAFFLED
Join Date: May 2008
Old 10-04-2021 , 21:51   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #199

Using the SteamWorks version and completely removing the SteamTools extension from your server should fix it.
psychonic is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 10-04-2021 , 22:22   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #200

Quote:
Originally Posted by psychonic View Post
Using the SteamWorks version and completely removing the SteamTools extension from your server should fix it.
Still getting this in the console ...
Quote:
Errors:
[strike]whosfree.smx ([Any] Who's Free?): Required extension "SteamTools" file("steamtools.ext") not running
st_gamedesc_override.smx ([Any] SteamTools Game Description Override): Required extension "SteamTools" file("steamtools.ext") not running[/strike]
<-- Nevermind on these, just noticed they are asking for SteamTools (which I have now removed) instead of SteamWorks.

Which is weird, because on meta list, shows-up:
meta list
Quote:
Listing 7 plugins:
[01] SourceMod (1.11.0.6745) by AlliedModders LLC
[02] TF2Items (1.6.2) by Asherkin & AzuiSleet & Damizean
[03] Building Hacks (0.3) by linux_lover
[04] TF2 Tools (1.11.0.6745) by AlliedModders LLC
[05] SDK Hooks (1.11.0.6745) by AlliedModders LLC
[06] SDK Tools (1.11.0.6745) by AlliedModders LLC
[07] SteamWorks Extension (1.2.3) by Kyle Sanderson
I did notice however, that in the extensions folder, the extension is named in mixed-case?
Quote:
SteamWorks.ext.so
Wonder if on linux (Debian 10 64-bit in my case) something is not liking that now?
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 10-04-2021 at 23:30.
Weasel 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 14:54.


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