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

Showing results 1 to 25 of 38
Search took 0.01 seconds.
Search: Posts Made By: ddhoward
Forum: Plugins 09-25-2018, 21:31
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Did you fix the problem that we pointed out?
Forum: Plugins 09-25-2018, 20:49
Replies: 1,381
Views: 804,345
Posted By ddhoward
Forum: Plugins 01-08-2017, 16:22
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Read the first post in the thread. Read it carefully.

Also, https://forums.alliedmods.net/showpost.php?p=2271350&postcount=1047
Forum: Plugins 01-06-2017, 20:10
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Perhaps you should do that. I've made the instructions red so you don't miss them again.



You're doing something wrong. Give more information.
Forum: Plugins 06-16-2016, 15:51
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

If you specify the Steam ID specifically as provided by the engine (on TF2, use the [U:1:1234567] rather than the STEAM_0:1:123456) then the order does not matter, as an exact match causes the plugin...
Forum: Plugins 06-06-2016, 16:57
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

I helped him privately over Steam, pretty sure we got everything worked out.
Forum: Plugins 06-06-2016, 01:48
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

You're missing a lot of "" marks. Also why is there a Steam ID randomly in there?
Forum: Plugins 01-30-2016, 22:55
Replies: 1,381
Views: 804,345
Posted By ddhoward
Forum: Plugins 01-08-2016, 22:10
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Your errors are self explanatory. If you read the error messages, they explain that you are missing a closing } brace, and one of your group names is empty.
Forum: Plugins 01-08-2016, 19:22
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

From what I understand, the "groups" in custom_chatcolors.cfg don't correspond to the the groups in admin_groups.cfg. You'd need to specify a flag for each "group" in custom_chatcolors.cfg. For this...
Forum: Plugins 11-27-2015, 17:48
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Reverse the order of your ranks in the configuration. Put steam ids first, then the highest ranking admins, etc. Maybe put trainee admin first. Once the plugin finds a match, it stops looking for...
Forum: Plugins 10-10-2015, 21:10
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

You're doing something wrong.
Forum: Plugins 09-27-2015, 13:58
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Read the first post in this thread again, very carefully.
Forum: Plugins 09-17-2015, 07:02
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Update Sourcemod. You are running a relatively old version.
Forum: Plugins 07-29-2015, 22:33
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

There is nothing that any plugin can do to fix your decision to input an incorrect Steam ID.
Forum: Plugins 07-27-2015, 21:56
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Have you tried using STEAM_0 on a game that uses STEAM_1? How about the opposite?
Forum: Plugins 07-27-2015, 20:50
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Double check that Steam ID. I believe that CS:GO does STEAM_1: rather than STEAM_0:

vvv wrong vvv

STEAM_0:1:38974523
STEAM_1:1:38974523

^^^ right? ^^^
Forum: Plugins 07-26-2015, 18:52
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Show us what exactly you are putting into the config, putting steam IDs first.
Forum: Plugins 04-07-2015, 23:05
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

You were asked to use [CODE] or tags, not quote tags.

Why did you delete the "admin_colors" line? And where is the group name?

[php]"admin_colors"
{
"Somegroupname"
{
"flag" "z"...
Forum: Plugins 03-11-2015, 10:06
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

You are missing a } at the end.
Forum: Plugins 03-10-2015, 02:41
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

That's just PasteBin wrapping lines around. Click on the second button of the three buttons that are above the line number indicators.
Forum: Plugins 02-06-2015, 19:03
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

I also add this to my version cvars. IIRC, FCVAR_CHEAT helps to prevent modification of the values of these cvars.

If you must, feel free to re-compile his plugin and remove the _CHEAT flag from...
Forum: Plugins 02-03-2015, 14:59
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Figure out what is causing it, then stop that thing. Try disabling some other plugins, a few at a time. If the message stops, then you've found the culprit.
Forum: Plugins 02-03-2015, 14:22
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

That would have nothing to do with it. IIRC, all that does it mark the cvar as requiring sv_cheats 1 to allow a change through normal means.

The problem is either that Updater is being reloaded,...
Forum: Plugins 12-25-2014, 03:09
Replies: 1,381
Views: 804,345
Posted By ddhoward
Re: [Source 2013] Custom Chat Colors

Don't put it into the console in your game, put it into the server's console. You can either do this through rcon (http://lmgtfy.com/?q=rcon%20server) or by actually typing the command into the...
Showing results 1 to 25 of 38

 
Forum Jump

All times are GMT -4. The time now is 21:14.


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