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

Rage SubModule: ColorChat


Post New Thread Reply   
 
Thread Tools Display Modes
norbi1952
Junior Member
Join Date: Aug 2013
Old 08-11-2014 , 03:20   Re: Rage SubModule: ColorChat
Reply With Quote #71

I know that AMXX 1.8.3 provides that native, but when I installed it I had a lot of messages like that on the chat:


When i downgraded AMXX, problem disappeared.

Last edited by norbi1952; 08-11-2014 at 03:23.
norbi1952 is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 08-11-2014 , 15:05   Re: Rage SubModule: ColorChat
Reply With Quote #72

May you want to post here the source of that misc print messages to see what's happening
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
PRoSToTeM@
Veteran Member
Join Date: Jan 2010
Location: Russia, Ivanovo
Old 08-11-2014 , 16:36   Re: Rage SubModule: ColorChat
Reply With Quote #73

Maybe better change:
PHP Code:
    static char szMessage[191];
    
szMessage[0] = '\4';
    
strcpy(szMessage+1pszMessage);
    
    
MESSAGE_BEGIN(MSG_ONE_UNRELIABLEgmsgSayTextNULLpev);
        
WRITE_BYTEsender );
        
WRITE_STRINGszMessage );
    
MESSAGE_END(); 
To safe variant:
PHP Code:
    static char szMessage[188];
    
szMessage[0] = '\4';
    
strcpy(szMessage+1pszMessage);
    
    
MESSAGE_BEGIN(MSG_ONE_UNRELIABLEgmsgSayTextNULLpev);
        
WRITE_BYTEsender );
        
WRITE_STRING"%s" );
        
WRITE_STRINGszMessage );
    
MESSAGE_END(); 
__________________

Last edited by PRoSToTeM@; 08-11-2014 at 16:37.
PRoSToTeM@ is offline
Send a message via ICQ to PRoSToTeM@ Send a message via Skype™ to PRoSToTeM@
norbi1952
Junior Member
Join Date: Aug 2013
Old 08-12-2014 , 07:46   Re: Rage SubModule: ColorChat
Reply With Quote #74

Quote:
Originally Posted by meTaLiCroSS View Post
May you want to post here the source of that misc print messages to see what's happening
I'm not talking about messages from SB Guardian, but this message on the bottom. I don't know which plugin or module is printing that.
norbi1952 is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 08-13-2014 , 01:28   Re: Rage SubModule: ColorChat
Reply With Quote #75

Quote:
Originally Posted by norbi1952 View Post
I'm not talking about messages from SB Guardian, but this message on the bottom. I don't know which plugin or module is printing that.
And i'm not talking about SB Guardian messages anyway this would be useful as a bug report.
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 04-18-2015 , 05:21   Re: Rage SubModule: ColorChat
Reply With Quote #76

So, what if i only want grey text, to everyone? How can i do that? ^2?
Syturi0 is offline
Reply


Thread Tools
Display Modes

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 15:20.


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