Re: Chat Manager [Admin Prefix & Color Chat]
Hello. Nice plugin.
Can you add a console command that'll reload all the configs of the ChatManager.ini just like amx_reloadadmins for users.ini? |
Re: Chat Manager [Admin Prefix & Color Chat]
Sure, I'll have it in mind for the next update where I also plan to add the option to set different chat formatting on different flags.
|
Re: Chat Manager [Admin Prefix & Color Chat]
there is a problem for example when I type /me or /admin first it prints the result of the command then prints what command I typed. It must be reversed.
|
Re: Chat Manager [Admin Prefix & Color Chat]
It can't be dealt with. Either hide the "/" commands or ignore it.
|
Re: Chat Manager [Admin Prefix & Color Chat]
&x05 dosent change color to gray.
|
Re: Chat Manager [Admin Prefix & Color Chat]
It depends on your configuration. You can't combine two or more team colors. Show what you did.
|
Re: Chat Manager [Admin Prefix & Color Chat]
I even disabled all of my plugins but the grey color is still team color
PHP Code:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Prefix of player with flag "l" comes out to be [Registered] even i config it properly!
Is it a bug or my config problem? ChatManager.ini PHP Code:
Plugins.ini PHP Code:
|
Re: Chat Manager [Admin Prefix & Color Chat]
How can I add chat color by steam id? Can you write an example?
Thanks. Edit:I guess is not possible, can you please add that option? |
Re: Chat Manager [Admin Prefix & Color Chat]
@khashayar007 - it's a problem with the colorchat library, I'll have a look when I have the chance.
@CrAzY MaN - there's no bug/problem. If you have both flags "b" and "l", the [Reserved] Prefix will have priority because it's on top. If you want the [Core Member] to have priority, move it above the [Registered] one. Order them from highest to lowest. Adminchat has nothing to do with this plugin. @brlight - doing that will add unnecessary load to the plugin and I don't really think it's needed. It's possible for the prefixes, but I don't like the idea of having it for the colors too. What you can do is put the chat color on a specific flag and give that flag to a certain steamid. |
Re: Chat Manager [Admin Prefix & Color Chat]
Ok... Will see...
Thanks for the help bro! |
Re: Chat Manager [Admin Prefix & Color Chat]
https://img.shields.io/badge/mega up...2018-green.svg
|
Re: Chat Manager [Admin Prefix & Color Chat]
https://img.shields.io/badge/update-...2018-green.svg
|
Re: Chat Manager [Admin Prefix & Color Chat]
Thank you for this great plugin! i will be using it.
|
Re: Chat Manager [Admin Prefix & Color Chat]
great job like always! adding on my servers!
|
Re: Chat Manager [Admin Prefix & Color Chat]
Hello @OciXCrom
This looks like a great plugin,I want it because of the prefixs and the Admin see all feature (the one from OciXCrom's Admin Chat didn't work for me !!) I think I installed everything right but it didn't work,in fact The whole server chat completely disappeared except admin chat from your other plugin
Spoiler
What can be the problem ? This is the ChatManager.ini file :
Spoiler
And this is my plugins.ini (It's a mess i know) :
Spoiler
|
Re: Chat Manager [Admin Prefix & Color Chat]
so, if i want multiple colours on [Myprefix] can i do this?
PHP Code:
PHP Code:
here is a translation from Brazil Portuguese PHP Code:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
Why? |
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
this is the default value, means allchat is disabled, if it set to 1, you can read what dead teammates write, if it's set to 2, you can see what everyone is writing, so 0 you see only alive players, his problems lies elsewhere edit: are all plugins loading? give us amxx plugins |
Re: Chat Manager [Admin Prefix & Color Chat]
@karimoo97 - Your [Say/Say_Team Formats] section is empty. This is where the chat style is assigned for every user. Since you deleted everything, nobody in the server will have a valid chat style, so there will be no chat at all. Either assign some formats or restore the original settings:
PHP Code:
@tarsisd2 - Yes. You can put colors anywhere in the .ini file as long as the line is going to show in the chat. You can customize everything as you like. Thanks for the translation, I added it. |
Re: Chat Manager [Admin Prefix & Color Chat]
EDIT: I fixed it,thank you !!!
Spoiler
Quote:
https://i.gyazo.com/54e51c57bec68a63...b52b0eeed2.png |
Re: Chat Manager [Admin Prefix & Color Chat]
It clearly says other players' private messages. That means there's an option for admins to see amx_psay messages.
|
Re: Chat Manager [Admin Prefix & Color Chat]
Code:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Looks like someone sent a message that is too big for the chat to handle. The max message size is set to 150 characters in the first #define lines of the plugin. You can lower it if you have too long prefixes/chat styles in your .ini file. Can you post the file?
|
Re: Chat Manager [Admin Prefix & Color Chat]
I have a prefix [Certified Hacker]
ChatManager.ini Code:
|
Re: Chat Manager [Admin Prefix & Color Chat]
I uploaded a fix, redownload crx_chatmanager.sma. It should be fine now, I tested it with your .ini file.
By the way, a simple tip. Instead of doing this: PHP Code:
PHP Code:
|
Re: Chat Manager [Admin Prefix & Color Chat]
https://img.shields.io/badge/update-...2018-green.svg
https://img.shields.io/badge/update-...2018-green.svg
|
Re: Chat Manager [Admin Prefix & Color Chat]
Hi OciXCrom, thanks for giving us this handy plugin. I wanted to report a bug. Your plugin conflicts with most swear filter plugins, so we can't use swear filter and similar plugins. Do you have a solution for this bug? As an example, your plugin not working simultaneously with the following plugins.
[1] https://forums.alliedmods.net/showthread.php?t=1404 [2] https://forums.alliedmods.net/showthread.php?p=89648 |
Re: Chat Manager [Admin Prefix & Color Chat]
Try moving the swear plugin above Chat Manager in plugins.ini. If it still doesn't work, I'm planning to make an update that will fix this problem.
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
|
Re: Chat Manager [Admin Prefix & Color Chat]
You'll have to wait for the update then. Or you can try changing return PLUGIN_HANDLED to return PLUGIN_HANDLED_MAIN on line 613 in crx_chatmanager.sma. Then recompile.
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Yeah. The line is still 613 though.
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Hi OciXCrom, did you check it?
|
Re: Chat Manager [Admin Prefix & Color Chat]
I said wait for the update. I don't know when I'll make that. I have more important priorities in real life.
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
|
Re: Chat Manager [Admin Prefix & Color Chat]
Exactly, I said try, I didn't guarantee it's going to work. Doing that plus moving the plugin below chatmanager in plugins.ini should work in my opinion. I don't have time to test right now.
|
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
|
| All times are GMT -4. The time now is 10:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.