Raised This Month: $ Target: $400
 0% 

Ultimate Chat + Addons


Post New Thread Reply   
 
Thread Tools Display Modes
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-14-2014 , 22:50   Re: Ultimate Chat + Addons
Reply With Quote #41

Quote:
Originally Posted by Vivo View Post
Yeah i'm sure from that and i told you i trust who made best chat plugin ever, god be with you good job thanks
Your request have been filled. Run the plugin once to create the .ini, follow the instructions in it.
__________________
Black Rose is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 06-15-2014 , 00:19   Re: Ultimate Chat + Addons
Reply With Quote #42

You should add this
Code:
uc_color_adminmode & uc_color_playermode:
d= Users can write with red color
e = Users can write with blue color.
f = Users can write with grey color.
I know "!t" exists, but it would be useful when I want someone to use only red color or any specific team color.

Also add this
Code:
 
uc_tag_levelX_chatcolor "" //Chat color flags will be same as above.
Regards,
EH007
__________________
EthicalHacker007 is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-15-2014 , 01:40   Re: Ultimate Chat + Addons
Reply With Quote #43

I can't do that because this plugin utilizes the message layer instead of the command layer. If I want to make these kind of changes I would have to block it and re-send it.

I may rewrite all of the addons into the main plugin to react to the command instead of the message. Don't count on it though.
__________________
Black Rose is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 06-15-2014 , 02:06   Re: Ultimate Chat + Addons
Reply With Quote #44

Depends upon you. But you must include some more features from iChat. Good luck and nice plugin.
__________________
EthicalHacker007 is offline
Vivo
Senior Member
Join Date: May 2014
Old 06-15-2014 , 03:01   Re: Ultimate Chat + Addons
Reply With Quote #45

Quote:
Originally Posted by Black Rose View Post
Your request have been filled. Run the plugin once to create the .ini, follow the instructions in it.
What man
Which plugin from them i'm already using all of them
There is no way to mute them from use admins chat now
Come on please help :'(
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.
Vivo is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-15-2014 , 03:12   Re: Ultimate Chat + Addons
Reply With Quote #46

Quote:
Originally Posted by Vivo View Post
What man
Which plugin from them i'm already using all of them
There is no way to mute them from use admins chat now
Come on please help :'(
I told you.
Update UC: Mute.
Run it once
Edit the .ini in the config folder.
Change map.
__________________

Last edited by Black Rose; 06-15-2014 at 03:13.
Black Rose is offline
Old 06-15-2014, 03:20
Vivo
This message has been deleted by Vivo. Reason: New One Is Better :D
Vivo
Senior Member
Join Date: May 2014
Old 06-15-2014 , 04:05   Re: Ultimate Chat + Addons
Reply With Quote #47

Great job you are the best where's the approvers
on uc_mute_cmds.ini if i put "name" this will block him from changing names ?
And now admins chat is filtered from bad words ?
And last
Quote:
\d+\D+\d+\D+\d+\D+\d+(?:\D+\d+)?
With "?" last or without ?
Also, explain more about
Quote:
fuck(ed|er|ing|\s*off|\s*you)
i mean i see | then \ then * so i don't know how to add more xD
Again thanks you are great
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.
Vivo is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-15-2014 , 04:17   Re: Ultimate Chat + Addons
Reply With Quote #48

Quote:
Originally Posted by Vivo View Post
on uc_mute_cmds.ini if i put "name" this will block him from changing names ?
I'm not sure, feel free to try.
Quote:
Originally Posted by Vivo View Post
And now admins chat is filtered from bad words ?
That's optional by cvar depending on what you want:
Code:
uc_swear_allowadmin "1"
	1	An admin can bypass the swear check if they have the correct admin flag.
	0	Even admin messages will be filtered.

uc_swear_showadmin "1"
	1	Admins will see the unfiltered message if they have the correct admin flag.
	0	Admins will see what everyone else sees.

uc_swear_adminflag "n"
	Decides what flag is required for uc_swear_allowadmin and uc_swear_showadmin.
Quote:
Originally Posted by Vivo View Post
With "?" last or without ?
Also, explain more about i mean i see | then \ then * so i don't know how to add more xD
The "?" is part of the expression. It means 0 or 1 of that group, meaning it will both match with and without port.

These symbols are all part of regular expressions and can make parsing for words more flexible, allthough you can just add normal words if you don't know how to use regex.
__________________

Last edited by Black Rose; 06-15-2014 at 04:25.
Black Rose is offline
Vivo
Senior Member
Join Date: May 2014
Old 06-15-2014 , 04:27   Re: Ultimate Chat + Addons
Reply With Quote #49

Quote:
Originally Posted by Black Rose View Post
I'm not sure, feel free to try.

That's optional by cvar depending on what you want:
Code:
uc_swear_allowadmin "1"
	1	An admin can bypass the swear check if they have the correct admin flag.
	0	Even admin messages will be filtered.

uc_swear_showadmin "1"
	1	Admins will see the unfiltered message if they have the correct admin flag.
	0	Admins will see what everyone else sees.

uc_swear_adminflag "n"
	Decides what flag is required for uc_swear_allowadmin and uc_swear_showadmin.
The "?" is part of the expression. It means 0 or 1 of that group, meaning it will both match with and without port.
1- I added it to try
2- I mean say_team @ not admins normal chat i mean when player use admin chat say_team @
But my cvars
uc_swear_allowadmin "0"
uc_swear_showadmin "0"
uc_swear_adminflag "c"
3- I added ? it was not on the last of it before
4- Your plugin is going to be approved and you will make it best of the best cuz it's already the best really words will not explain how i'm happy with this great 6 plugins ( i'm using block commands one from your great replies ) !
Good Luck, i'm first one who is using this plugins and i'll not stop suggestions
Regards
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.
Vivo is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-15-2014 , 04:33   Re: Ultimate Chat + Addons
Reply With Quote #50

Quote:
Originally Posted by Vivo View Post
2- I mean say_team @ not admins normal chat i mean when player use admin chat say_team @
But my cvars
uc_swear_allowadmin "0"
uc_swear_showadmin "0"
uc_swear_adminflag "c"
In order to block muted persons to use "say_team @" to chat with admins all you need is to add this line:
say_team @
into uc_mute_cmds.ini.
And then restart the server.
Please note that it is commented out by default with ;.
Quote:
Originally Posted by Vivo View Post
3- I added ? it was not on the last of it before
Yes it was
Code:
fputs(hFile, ";\d+\D+\d+\D+\d+\D+\d+(?:\D+\d+)<b>?</b>^n");
Quote:
Originally Posted by Vivo View Post
4- Your plugin is going to be approved and you will make it best of the best cuz it's already the best really words will not explain how i'm happy with this great 6 plugins ( i'm using block commands one from your great replies ) !
Good Luck, i'm first one who is using this plugins and i'll not stop suggestions
Regards
I appreciate it. Approval is not important though. As long as people find it useful. There already are other plugins that is more extensive and more efficient.
__________________
Black Rose 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 21:18.


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