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

Simple Chat Processor (Redux)


Post New Thread Reply   
 
Thread Tools Display Modes
Neon123
Senior Member
Join Date: Jan 2016
Old 11-23-2018 , 15:53   Re: Simple Chat Processor (Redux)
Reply With Quote #411

L 11/23/2018 - 17:52:51: [simple-chatprocessor.smx] [SCP] Translation file is not present
L 11/23/2018 - 17:52:51: [SM] Exception reported: Translation file is not present
L 11/23/2018 - 17:52:51: [SM] Blaming: simple-chatprocessor.smx
L 11/23/2018 - 17:52:51: [SM] Call stack trace:
L 11/23/2018 - 17:52:51: [SM] [0] SetFailState
L 11/23/2018 - 17:52:51: [SM] [1] Line 188, D:\Libraries\Documents\Repos\Simple Chat Processor\scripting\simple-chatprocessor.sp::OnPluginStart
L 11/23/2018 - 17:52:51: [SM] Unable to load plugin "simple-chatprocessor.smx": Error detected in plugin startup (see error logs)
Neon123 is offline
NickischLP
Senior Member
Join Date: Jun 2013
Location: Germany
Old 12-12-2018 , 17:57   Re: Simple Chat Processor (Redux)
Reply With Quote #412

I got this error
Code:
L 12/12/2018 - 17:53:26: [SM] Exception reported: Invalid field "params" for message "CCSUsrMsg_SayText2"
L 12/12/2018 - 17:53:26: [SM] Blaming: simple-chatprocessor.smx
L 12/12/2018 - 17:53:26: [SM] Call stack trace:
L 12/12/2018 - 17:53:26: [SM]   [0] PbReadString
L 12/12/2018 - 17:53:26: [SM]   [1] Line 353, D:\Libraries\Documents\Repos\Simple Chat Processor\scripting\simple-chatprocessor.sp::OnSayText2
L 12/12/2018 - 17:53:28: [SM] Exception reported: Invalid field "params" for message "CCSUsrMsg_SayText2"
L 12/12/2018 - 17:53:28: [SM] Blaming: simple-chatprocessor.smx
L 12/12/2018 - 17:53:28: [SM] Call stack trace:
L 12/12/2018 - 17:53:28: [SM]   [0] PbReadString
L 12/12/2018 - 17:53:28: [SM]   [1] Line 353, D:\Libraries\Documents\Repos\Simple Chat Processor\scripting\simple-chatprocessor.sp::OnSayText2
L 12/12/2018 - 17:54:52: [SM] Exception reported: Invalid field "params" for message "CCSUsrMsg_SayText2"
L 12/12/2018 - 17:54:52: [SM] Blaming: simple-chatprocessor.smx
L 12/12/2018 - 17:54:52: [SM] Call stack trace:
L 12/12/2018 - 17:54:52: [SM]   [0] PbReadString
L 12/12/2018 - 17:54:52: [SM]   [1] Line 353, D:\Libraries\Documents\Repos\Simple Chat Processor\scripting\simple-chatprocessor.sp::OnSayText2
L 12/12/2018 - 17:56:34: [SM] Exception reported: Invalid field "params" for message "CCSUsrMsg_SayText2"
L 12/12/2018 - 17:56:34: [SM] Blaming: simple-chatprocessor.smx
L 12/12/2018 - 17:56:34: [SM] Call stack trace:
L 12/12/2018 - 17:56:34: [SM]   [0] PbReadString
L 12/12/2018 - 17:56:34: [SM]   [1] Line 353, D:\Libraries\Documents\Repos\Simple Chat Processor\scripting\simple-chatprocessor.sp::OnSayText2
Please help
__________________
NickischLP is offline
Send a message via Skype™ to NickischLP
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 12-14-2018 , 17:33   Re: Simple Chat Processor (Redux)
Reply With Quote #413

I've attached SCP with updated syntax and fixed the above error.
Attached Files
File Type: sp Get Plugin or Get Source (simple-chatprocessor.sp - 6742 views - 20.3 KB)
File Type: inc scp.inc (4.4 KB, 2711 views)
File Type: txt scp.csgo.phrases.txt (977 Bytes, 2165 views)
File Type: txt scp.cstrike.phrases.txt (977 Bytes, 1324 views)
File Type: txt scp.l4d.phrases.txt (752 Bytes, 983 views)
File Type: txt scp.l4d2.phrases.txt (752 Bytes, 1119 views)
File Type: txt scp.tf.phrases.txt (709 Bytes, 1500 views)
__________________

Last edited by JoinedSenses; 12-14-2018 at 17:36.
JoinedSenses is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-04-2019 , 21:51   Re: Simple Chat Processor (Redux)
Reply With Quote #414

Quote:
Originally Posted by JoinedSenses View Post
I've attached SCP with updated syntax and fixed the above error.
Thank you...
paulo_crash is offline
vegeta1241
AlliedModders Donor
Join Date: Apr 2017
Location: Switzerland
Old 02-04-2019 , 20:11   Re: Simple Chat Processor (Redux)
Reply With Quote #415

Quote:
Originally Posted by JoinedSenses View Post
I've attached SCP with updated syntax and fixed the above error.
Hello,

CHATNAMES and COLORMESSAGE WORK

But the tags colors doesnt work with this..

Could you help me please

i have tried many processors..
__________________
IDEAS-GAMING.COM SERVERS ON CSGO :

- HIDE AND SEEK - SUPERHEROES
- BUNNY HOP
- KZ / CLIMB

---------------------------------------------------------------------
My steam link
Donate !
vegeta1241 is offline
BomBaSK
Junior Member
Join Date: Mar 2011
Old 02-16-2019 , 23:44   Re: Simple Chat Processor (Redux)
Reply With Quote #416

Is there no working processor for Css ?

Used Custom Chat Colors to run it but it seems the colors are not loading correctly..
https://forums.alliedmods.net/showth...86695&page=138 <- From here

Configuration
Code:
"admin_colors"
{
	"Admin"
	{
		"flag"				"z"
		"tag"				"[Admin] "
		"tagcolor"			"#0x4B69FF"
		"namecolor"			"T"
		"textcolor"			"#0xD32CE6"
	}
}
Only some colors managed to "work" and those which works by 100% are "T" "G" "O"




Tried the original simple processor and all others that was posted there but none worked.. Is there any way how to fix it or does any other have problem on css with colors ?

Last edited by BomBaSK; 02-16-2019 at 23:58.
BomBaSK is offline
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 02-21-2019 , 13:14   Re: Simple Chat Processor (Redux)
Reply With Quote #417

Remove 0x.
https://github.com/JoinedSenses/SM-C...chatcolors.cfg

Also CCC issue, not SCP

Code:
"admin_colors"
{
	"Admin"
	{
		"flag"				"z"
		"tag"				"[Admin] "
		"tagcolor"			"#4B69FF"
		"namecolor"			"T"
		"textcolor"			"#D32CE6"
	}
}
__________________

Last edited by JoinedSenses; 02-21-2019 at 13:16.
JoinedSenses is offline
BomBaSK
Junior Member
Join Date: Mar 2011
Old 02-22-2019 , 10:47   Re: Simple Chat Processor (Redux)
Reply With Quote #418

Quote:
Originally Posted by JoinedSenses View Post
Remove 0x.
https://github.com/JoinedSenses/SM-C...chatcolors.cfg

Also CCC issue, not SCP

Code:
"admin_colors"
{
	"Admin"
	{
		"flag"				"z"
		"tag"				"[Admin] "
		"tagcolor"			"#4B69FF"
		"namecolor"			"T"
		"textcolor"			"#D32CE6"
	}
}
Thank you! Its working great now..
BomBaSK is offline
LuxHvH
New Member
Join Date: May 2019
Old 05-17-2019 , 07:30   Re: Simple Chat Processor (Redux)
Reply With Quote #419

Download is down ):
LuxHvH is offline
hoycieto
Senior Member
Join Date: Feb 2018
Old 05-17-2019 , 07:44   Re: Simple Chat Processor (Redux)
Reply With Quote #420

Quote:
Originally Posted by LuxHvH View Post
Download is down ):
Download from SOURCE.
hoycieto 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 09:38.


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