Raised This Month: $51 Target: $400
 12% 

Steam Group Admins (updated 2011-09-26)


Post New Thread Reply   
 
Thread Tools Display Modes
HALF LIFE 3
Junior Member
Join Date: Nov 2016
Old 12-20-2016 , 22:59   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #181

Quote:
Originally Posted by Dragonisser View Post
So any potential fix for the ccc stuff?




Could you show me the code? I cant figure out how to add this since the code of the custom chatcolor doesnt have such a function.


Nvm. ive added this:

Code:
public OnPluginStart() {

	RegAdminCmd("sm_reloadccc", Command_ReloadConfig, ADMFLAG_CONFIG, "Reloads Custom Chat Colors config file");
	colorForward = CreateGlobalForward("CCC_OnChatColor", ET_Event, Param_Cell);
	nameForward = CreateGlobalForward("CCC_OnNameColor", ET_Event, Param_Cell);
	tagForward = CreateGlobalForward("CCC_OnTagApplied", ET_Event, Param_Cell);
	applicationForward = CreateGlobalForward("CCC_OnColor", ET_Event, Param_Cell, Param_String, Param_Cell);
	messageForward = CreateGlobalForward("CCC_OnChatMessage", ET_Ignore, Param_Cell, Param_String, Param_Cell);
	preLoadedForward = CreateGlobalForward("CCC_OnUserConfigPreLoaded", ET_Event, Param_Cell);
	loadedForward = CreateGlobalForward("CCC_OnUserConfigLoaded", ET_Ignore, Param_Cell);
	configReloadedForward = CreateGlobalForward("CCC_OnConfigReloaded", ET_Ignore);
	LoadConfig();
	CreateTimer(5.0, AutomaticConfigReload, _, TIMER_REPEAT); 
}

public Action:AutomaticConfigReload(Handle:hTimer)
{
	LoadConfig();
	
	return Plugin_Continue;
}
aye I don't know if I'm being dumb or not but when I edit that code in the plugin it don't reload can I have some help adding the code to the plugin?
HALF LIFE 3 is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-14-2017 , 07:03   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #182

By any chance would u support CSGO?

If yes, can u make possible to use 2 or more Steam Groups at same time? Let's say, one for the overall players which like our community and other for our clan members? (possible third for clan admins ^^)

Thanks.
__________________
away000 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 02-14-2017 , 07:55   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #183

Quote:
Originally Posted by away000 View Post
By any chance would u support CSGO?
With a cursory look, there doesn't appear to be any game-specific code in there (nor was I expected to see any). Does it not work on CS:GO?

Quote:
Originally Posted by away000 View Post
If yes, can u make possible to use 2 or more Steam Groups at same time? Let's say, one for the overall players which like our community and other for our clan members? (possible third for clan admins ^^)
The example in the first post shows giving different permissions to different groups. Is there something beyond that, that you were looking for?
psychonic is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-14-2017 , 08:04   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #184

Quote:
Originally Posted by psychonic View Post
With a cursory look, there doesn't appear to be any game-specific code in there (nor was I expected to see any). Does it not work on CS:GO?


The example in the first post shows giving different permissions to different groups. Is there something beyond that, that you were looking for?
"Requires the SteamTools extension", as probabily know, SteamTools doesn't work with CS:GO (at least, is that what is said in the thread).

Thanks for fast reply
__________________
away000 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 02-14-2017 , 08:10   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #185

Quote:
Originally Posted by away000 View Post
SteamTools doesn't work with CS:GO (at least, is that what is said in the thread).
Oh, that might be true. I'm (very slowly) working on updating some of my plugins, all of which are very old. I'll look into adding support for the SteamWorks extension to this one. It may be a while though.
psychonic is offline
away000
Veteran Member
Join Date: Sep 2010
Old 02-14-2017 , 08:13   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #186

Quote:
Originally Posted by psychonic View Post
Oh, that might be true. I'm (very slowly) working on updating some of my plugins, all of which are very old. I'll look into adding support for the SteamWorks extension to this one. It may be a while though.
Thanks man, will look and wait till u can do it

If u need someone to test this (or other plugin/extension), let me know
__________________
away000 is offline
freakav
Senior Member
Join Date: Jul 2016
Old 02-18-2017 , 11:00   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #187

Can u make it not for flags , just for commands ? Like if you are in a group you have access to !sprays command !

Would be great
__________________
freakav is offline
whtevrwt
AlliedModders Donor
Join Date: Apr 2015
Old 02-18-2017 , 11:25   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #188

Quote:
Originally Posted by freakav View Post
Can u make it not for flags , just for commands ? Like if you are in a group you have access to !sprays command !

Would be great
A command like that is still based on a flag.
__________________
whtevrwt is offline
psychonic

BAFFLED
Join Date: May 2008
Old 02-18-2017 , 11:35   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #189

Quote:
Originally Posted by freakav View Post
Can u make it not for flags , just for commands ? Like if you are in a group you have access to !sprays command !

Would be great
There's no need. This can already be accomplished with group overrides built into SM.
psychonic is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 02-21-2017 , 13:00   Re: Steam Group Admins (updated 2011-09-26)
Reply With Quote #190

Please make version for CS:GO <3
ASKER_CZ 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 01:15.


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