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

Ultimate Chat + Addons


Post New Thread Reply   
 
Thread Tools Display Modes
Skuduriukas
Junior Member
Join Date: Jan 2015
Old 01-23-2015 , 07:40   Re: Ultimate Chat + Addons
Reply With Quote #91

non-teammsgs meaning if i ct so its t team message?
Skuduriukas is offline
Dr Zayd
Senior Member
Join Date: Jun 2014
Location: forums.alliedmods.net
Old 06-25-2015 , 21:57   Re: Ultimate Chat + Addons
Reply With Quote #92

Gratz !!
__________________
Invisible System | 100%
ـــــــــــــــــــــــــــــ
Anti setinfo check | Ez Plugin and lite
ـــــــــــــــــــــــــــــ
[ZP] Free VIP Menu | Free VIP menu | ZP-Mod |
Dr Zayd is offline
T0FF
Member
Join Date: Oct 2014
Location: Asia
Old 07-27-2015 , 06:24   Re: Ultimate Chat + Addons
Reply With Quote #93

BUG! Checked on cs 1.6
When /mute is used, a menu appears but by muting from menu it says "Sorry, The player has left the game/something. Whereas that player has not left.
T0FF is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 07-27-2015 , 11:43   Re: Ultimate Chat + Addons
Reply With Quote #94

Quote:
Originally Posted by T0FF View Post
BUG! Checked on cs 1.6
When /mute is used, a menu appears but by muting from menu it says "Sorry, The player has left the game/something. Whereas that player has not left.
Hello.

I'm having a hard time recreating that bug. The menu will keep the id and the userid between menus. If they change because a player reconnects the menu is no longer valid. This is a safety feature so you won't mute a player by mistake who just entered with the same id as a player that previously left. This feature continues throughout all the menus. The player being muted has to be connected throughout the whole process.

It might also be because the server is not dedicated in which case I think the hosting player would have id 0. And if that player was chosen to be muted it would break the string and not carry the userid to the next level. But that is so rare for this type of plugin that I would not consider that as a problem or a bug.

Here are the two situations in short:
1. Menu of players is opened -> Player X reconnects -> Player X is selected in the menu. (Feature)
2. Non-dedicated server, Host is selected in the menu to be muted. (Don't really care about this error, everyone should run their servers dedicated)

Do any of these fit your situation?
Is the problem reoccurring? If so, is the problem constant or intermittent?
__________________

Last edited by Black Rose; 07-27-2015 at 11:45.
Black Rose is offline
Vivo
Senior Member
Join Date: May 2014
Old 07-27-2015 , 20:20   Re: Ultimate Chat + Addons
Reply With Quote #95

Black Rose Where have you been man ?
I'll explain the problem, With last valve cs 1.6 client update ( beta's one ), We can't see chat with your plugin, We see admin name as s1, and message as s2, Please try to use beta cs 1.6 client version and fix the plugin, Now i'm not use any chat plugin because your plugin was best one, But now i'm disappointed.
__________________
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 07-29-2015 , 16:09   Re: Ultimate Chat + Addons
Reply With Quote #96

Recently moved. There's a lot of stuff to do around that. Hard to find time for the computer at the moment.

Anyway. I've checked into that problem and for some odd reason you no longer can supply your own text channels. As soon as you do, they are treated as raw text which disables the option to insert things in between the predefined stuff. I have no idea why they would need to hardcode them suddenly. To fix it I will have to rewrite all plugins into one large which defeats the whole point. Then you could use the ones that already exists using the regular "say" hook instead of SayText. I would suggest iChat (I think that's the name of it).

I don't know anything about the beta except that it broke something. Have they fixed something as well?
And honestly, there's no point in developing for the beta since most people don't have it.

Ultimate Chat still works. The problem is only inside the addons.

I will not update it and then realize it was just a temporary problem.
__________________
Black Rose is offline
Vivo
Senior Member
Join Date: May 2014
Old 07-29-2015 , 16:29   Re: Ultimate Chat + Addons
Reply With Quote #97

Quote:
Originally Posted by Black Rose View Post
Recently moved. There's a lot of stuff to do around that. Hard to find time for the computer at the moment.

Anyway. I've checked into that problem and for some odd reason you no longer can supply your own text channels. As soon as you do, they are treated as raw text which disables the option to insert things in between the predefined stuff. I have no idea why they would need to hardcode them suddenly. To fix it I will have to rewrite all plugins into one large which defeats the whole point. Then you could use the ones that already exists using the regular "say" hook instead of SayText. I would suggest iChat (I think that's the name of it).

I don't know anything about the beta except that it broke something. Have they fixed something as well?
And honestly, there's no point in developing for the beta since most people don't have it.

Ultimate Chat still works. The problem is only inside the addons.

I will not update it and then realize it was just a temporary problem.
I hope good luck for you in your life and god be with you
And about the plugin i understand what you are saying and it's true but the problem that many people are using beta and they reported that problem after i tested it i removed this plugin and i didn't add any another plugin since your one was and still the best one for chat and all other versions have more and more bugs even ichat i didn't like it no mute no swear filter so i'll just wait ;)
__________________
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
Old 08-08-2015, 09:12
meno
This message has been deleted by Arkshine. Reason: Spambot
FeTiD
Junior Member
Join Date: Feb 2009
Old 01-30-2016 , 11:58   Re: Ultimate Chat / Color
Reply With Quote #98

Quote:
Originally Posted by ryo89589 View Post
Me too. Who can help me solve this problem?
Please help me, Thank you!
Same problem. On amxx 1.8.2 plugins works fine, but on 1.8.3-dev no colors while alive.
say_team works fine
FeTiD is offline
mahmoodi.1313
Senior Member
Join Date: Aug 2014
Location: Steamboat Springs, USA
Old 05-31-2016 , 12:28   Re: Ultimate Chat + Addons
Reply With Quote #99

unmute message have bug:
x has been unmuted.
ADMIN x2: muted x

Fix:
Code:
show_activity(id, Name2, "muted %s.", Name);
Line 356
Replace to:
Code:
show_activity(id, Name2, "%smuted %s.", gMuted[Info[0]] ? "" : "un", Name);
AND

Code:
show_activity(id, Name2, "muted %s.", Name);
Line 289
Replace to:
Code:
show_activity(id, Name2, "%smuted %s.", Unmute ? "un" : "", Name);

Last edited by mahmoodi.1313; 05-31-2016 at 12:30.
mahmoodi.1313 is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-01-2016 , 13:30   Re: Ultimate Chat + Addons
Reply With Quote #100

Quote:
Originally Posted by mahmoodi.1313 View Post
Words...
Thank you for this information. I have updated it.
__________________

Last edited by Black Rose; 06-01-2016 at 13:33.
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 09:20.


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