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

Ultimate Chat + Addons


Post New Thread Reply   
 
Thread Tools Display Modes
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 11-19-2016 , 07:40   Re: Ultimate Chat + Addons
Reply With Quote #111

Quote:
Originally Posted by blood2k View Post
I used a short name and a long name to show how it still overlapped when I wrote a message.



This was the only one cvars I was using.. just to test it for you again.

uc_tag_level1_pre "[SUPER ADMIN]
uc_tag_level1_flags "t"
.


However my actual flags as you asked:

abcdefghijklmnopqrstu - Super Admin
abintujs - VIP
abcdeintujsl - ADMIN+VIP


As you see VIP and ADMIN+VIP share almost the same flags.

and the superadmin has ALL of them.
You do have unique flags, for example:
f - Super Admin
c - ADMIN+VIP
b - VIP

I will however update the plugin to include all flags supplied.

As for the overlapping message... It does look very client-side and very non-steam.
__________________

Last edited by Black Rose; 11-19-2016 at 07:40.
Black Rose is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 11-19-2016 , 09:15   Re: Ultimate Chat + Addons
Reply With Quote #112

Quote:
Originally Posted by georgik57 View Post
Also, I've noticed a problem. The say_team messages are not formatted against localization(#Cstrike_GIGN_Label, etc) and the %s0 exploit, unlike the say ones.
Please look into it and fix. Thanks.
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 11-19-2016 , 16:49   Re: Ultimate Chat + Addons
Reply With Quote #113

Explain further so I can recreate.
__________________
Black Rose is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 11-20-2016 , 13:00   Re: Ultimate Chat + Addons
Reply With Quote #114

I was not able to recreate anymore for some reason. Sorry for wasting your time. Will come back if I manage to find out how I did it.
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
blood2k
Senior Member
Join Date: Mar 2014
Old 11-23-2016 , 12:36   Re: Ultimate Chat + Addons
Reply With Quote #115

fixed

Last edited by blood2k; 03-26-2017 at 20:52.
blood2k is offline
blood2k
Senior Member
Join Date: Mar 2014
Old 03-26-2017 , 20:51   Re: Ultimate Chat + Addons
Reply With Quote #116

seeing this twice lately

[AMXX] Run time error 10 (plugin "ultimate_chat.amxx") (native "emessage_begin") - debug not enabled!
blood2k is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 03-29-2017 , 10:57   Re: Ultimate Chat + Addons
Reply With Quote #117

Quote:
Originally Posted by blood2k View Post
seeing this twice lately

[AMXX] Run time error 10 (plugin "ultimate_chat.amxx") (native "emessage_begin") - debug not enabled!
Enable debug and repost.
__________________
Black Rose is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 06-06-2017 , 17:19   Re: Ultimate Chat + Addons
Reply With Quote #118

I tried to use the API but it didn't work
PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <uc_tag>

#define PLUGIN  "Tag Name"
#define VERSION "Beta"
#define AUTHOR  "Celena Luna"

new g_szName[33][35]

public 
plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)

    
register_forward(FM_ClientUserInfoChanged"ClientUserInfoChanged")
    
    
register_clcmd("tag_name_remove""CMD_Remove_Tag")
    
register_clcmd("tag_name_add""CMD_Add_Tag")
}

public 
CMD_Remove_Tag(id)
{
    
set_user_tag(id"")
}

public 
CMD_Add_Tag(id)
{
    if(
equal(g_szName[id], "Celena Luna")) set_user_tag(id"!t[Hero of the Dawn]")

}

public 
ClientUserInfoChanged(id)
{     
    static const 
name[] = "name"
    
static szNewName[32]
    
get_user_info(idnameszNewNamecharsmax(szNewName))
        
    if(
equal(g_szName[id], "Celena Luna")) set_user_tag(id"!t[Hero of the Dawn]")

__________________
My plugin:

Last edited by Celena Luna; 06-06-2017 at 17:20.
Celena Luna is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-10-2017 , 14:50   Re: Ultimate Chat + Addons
Reply With Quote #119

Debug Code

Code:
ClientUserInfoChanged(1) called
szNewName: Black Rose
g_szName[1]:
equal(): 0
ClientUserInfoChanged(1) called
szNewName: Black Rose
g_szName[1]:
equal(): 0
L 06/10/2017 - 19:06:08: "Black Rose<1><STEAM_0:1:20269159><>" entered the game
L 06/10/2017 - 19:06:11: "Black Rose<1><STEAM_0:1:20269159><>" joined team "CT"
ClientUserInfoChanged(1) called
szNewName: Black Rose
g_szName[1]:
equal(): 0
ClientUserInfoChanged(1) called
szNewName: Celena Luna
g_szName[1]:
equal(): 0
L 06/10/2017 - 19:06:18: "Black Rose<1><STEAM_0:1:20269159><CT>" changed name to
 "Celena Luna"
CMD_Add_Tag(1) called
g_szName[1]:
equal(): 0
g_szName[id] is never set and when compared to the name it will always return 0.
Also, as you can se ClientUserInfoChanged is changed so often you don't have to have the command at all.

Something like this is enough:
Code


Even when this was fixed, there was still a problem in the UC:Tag code. I have changed native style which resolves this issue. Please update your version of UC:Tag to version 1.33.
__________________

Last edited by Black Rose; 06-10-2017 at 15:00.
Black Rose is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 07-11-2017 , 11:53   Re: Ultimate Chat + Addons
Reply With Quote #120

After the CS update on steam. Many player in my server got this error.
It show S1: s2 in the chat.
Do you know how to fix it?
Attached Images
File Type: jpg 19944196_445882662462196_4938160092136980561_o.jpg (75.2 KB, 191 views)
__________________
My plugin:
Celena Luna 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 12:08.


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