Raised This Month: $ Target: $400
 0% 

Simple Chat Processor (Redux)


Post New Thread Reply   
 
Thread Tools Display Modes
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-15-2015 , 23:15   Re: Simple Chat Processor (Redux)
Reply With Quote #291

You didn't find the correct one

It's in here. I've linked it multiple times
__________________
Neuro Toxin is offline
derptestt
Senior Member
Join Date: Jul 2015
Old 07-15-2015 , 23:22   Re: Simple Chat Processor (Redux)
Reply With Quote #292

I swear I did haha. I get this error: [SM] Unable to load plugin "simple-chatresponses.smx": Native "BfWriteByte" was not found

I"m using this one:
Quote:
Originally Posted by Zephyrus View Post
CSGO version with protobuf support. The translation is just copied from CSS, I'm not sure if it's different or not.
derptestt is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-16-2015 , 01:24   Re: Simple Chat Processor (Redux)
Reply With Quote #293

Yea. Wrong one. Maybe search by post made by me. And check the ones in this thread.

It's here. I use it as we speak
__________________
Neuro Toxin is offline
derptestt
Senior Member
Join Date: Jul 2015
Old 07-16-2015 , 01:38   Re: Simple Chat Processor (Redux)
Reply With Quote #294

Could you just tell me instead of making me try every single version? None of them work with Simple Chat Responses in CS:GO. If you're going to help, then please point me in the right direction.
derptestt is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-16-2015 , 03:13   Re: Simple Chat Processor (Redux)
Reply With Quote #295

You gonna pay me for hour it will take?
__________________
Neuro Toxin is offline
derptestt
Senior Member
Join Date: Jul 2015
Old 07-16-2015 , 03:15   Re: Simple Chat Processor (Redux)
Reply With Quote #296

Quote:
Originally Posted by Neuro Toxin View Post
You gonna pay me for hour it will take?
...If you have the right files you can just attach them...
derptestt is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 07-16-2015 , 03:34   Re: Simple Chat Processor (Redux)
Reply With Quote #297

https://forums.alliedmods.net/showpo...&postcount=160

Imitating derptestt: I know I'm a pushy, selfish and ungrateful prick that lacks the ability to search through posts. But thanks for spending the time find that post for me.
__________________

Last edited by Neuro Toxin; 07-17-2015 at 20:10.
Neuro Toxin is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 09-06-2015 , 12:32   Re: Simple Chat Processor (Redux)
Reply With Quote #298

Hello Guys,

Anyone knows ?
Spoiler

Code:
public Action OnChatMessage(&author, Handle recipients, char[] name, char[] message)
{
	if(IsValidClient(author) && IsPlayerVIP(author))
  {
    Format(name, MAXLENGTH_NAME, "\x06[VIP] \x03%s", name);
    Format(message, 512, "\x0E%s", message);
    return Plugin_Changed;
  }
  return Plugin_Continue;
}
I cannot figure out why aint VIP green when im alive.

Some ideas ?

Last edited by ESK0; 09-06-2015 at 12:33.
ESK0 is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 09-06-2015 , 13:43   Re: Simple Chat Processor (Redux)
Reply With Quote #299

Quote:
Originally Posted by ESK0 View Post
Hello Guys,

Anyone knows ?
Spoiler

Code:
public Action OnChatMessage(&author, Handle recipients, char[] name, char[] message)
{
    if(IsValidClient(author) && IsPlayerVIP(author))
  {
    Format(name, MAXLENGTH_NAME, "\x06[VIP] \x03%s", name);
    Format(message, 512, "\x0E%s", message);
    return Plugin_Changed;
  }
  return Plugin_Continue;
}
I cannot figure out why aint VIP green when im alive.

Some ideas ?
I would try to add a leading whitespace to the name when you are alive.
KissLick is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 09-06-2015 , 13:48   Re: Simple Chat Processor (Redux)
Reply With Quote #300

Quote:
Originally Posted by KissLick View Post
I would try to add a leading whitespace to the name when you are alive.
Thanks a lot
ESK0 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 16:56.


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