Raised This Month: $32 Target: $400
 8% 

%s%s%s%s%s


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hitesh
Junior Member
Join Date: Apr 2014
Location: india
Old 06-05-2014 , 06:18   %s%s%s%s%s
Reply With Quote #1

hellow i have a server and i wanna block this % can some one say me how to block this % in my cs 1.6 server
hitesh is offline
Send a message via Skype™ to hitesh
Awesome_man
Senior Member
Join Date: May 2014
Location: singapore
Old 06-05-2014 , 06:22   Re: %s%s%s%s%s
Reply With Quote #2

Quote:
Originally Posted by hitesh View Post
hellow i have a server and i wanna block this % can some one say me how to block this % in my cs 1.6 server
Stop using dproto then your server will won't crash
Awesome_man is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 06-05-2014 , 06:34   Re: %s%s%s%s%s
Reply With Quote #3

This can be done only on non-steam servers ... well I know that admin chat color plugin have bug with this, but first remove dproto and update to last steam builds
TheDS1337 is offline
KaranMohadkar
Senior Member
Join Date: Oct 2012
Location: Reality !
Old 06-05-2014 , 06:35   Re: %s%s%s%s%s
Reply With Quote #4

Solution :
disable admin_color_chat

or

Put the plugin above the admin_chat_colors.amxx file in the plugins.ini

PHP Code:
#include <amxmodx>

new const gBlockTexts[][] = {
    
"%s"
};

public 
plugin_init() {
    
register_plugin("Block Text In Chat""0.0.1""Exolent");
    
    
register_clcmd("say""CmdSay");
    
register_clcmd("say_team""CmdSay");
}

public 
CmdSay(id) {
    new 
args[192];
    
read_args(argscharsmax(args));
    
remove_quotes(args);
    
    for(new 
0sizeof(gBlockTexts); i++) {
        if(
containi(argsgBlockTexts[i]) != -1) {
            return 
PLUGIN_HANDLED;
        }
    }
    
    return 
PLUGIN_CONTINUE;

via https://forums.alliedmods.net/showth...=176829&page=2
__________________

Last edited by KaranMohadkar; 06-05-2014 at 06:41.
KaranMohadkar is offline
ArabicMan
Veteran Member
Join Date: Feb 2014
Location: مصر
Old 06-05-2014 , 07:16   Re: %s%s%s%s%s
Reply With Quote #5

Quote:
Originally Posted by hitesh View Post
hellow i have a server and i wanna block this % can some one say me how to block this % in my cs 1.6 server
This not crash server!
ArabicMan is offline
KaranMohadkar
Senior Member
Join Date: Oct 2012
Location: Reality !
Old 06-05-2014 , 07:36   Re: %s%s%s%s%s
Reply With Quote #6

Quote:
Originally Posted by ArabicMan View Post
This not crash server!
did he even mentioned that his crashes server ?
no , but it crashes players Cs Client
i just dont know why you spam everywhere , each n every post
__________________

Last edited by KaranMohadkar; 06-05-2014 at 07:46.
KaranMohadkar is offline
Awesome_man
Senior Member
Join Date: May 2014
Location: singapore
Old 06-05-2014 , 07:53   Re: %s%s%s%s%s
Reply With Quote #7

Quote:
Originally Posted by KaranMohadkar View Post
did he even mentioned that his crashes server ?
no , but it crashes players Cs Client
i just dont know why you spam everywhere , each n every post
Stop supporting non-steam, And we all know why he want to block %s% only because some non steamers use script to flood his server
Awesome_man is offline
ArabicMan
Veteran Member
Join Date: Feb 2014
Location: مصر
Old 06-05-2014 , 13:30   Re: %s%s%s%s%s
Reply With Quote #8

Quote:
Originally Posted by KaranMohadkar View Post
did he even mentioned that his crashes server ?
no , but it crashes players Cs Client
i just dont know why you spam everywhere , each n every post
Sorry i don't understand what he was need exactly.
ArabicMan is offline
KaranMohadkar
Senior Member
Join Date: Oct 2012
Location: Reality !
Old 06-05-2014 , 18:49   Re: %s%s%s%s%s
Reply With Quote #9

Quote:
Originally Posted by Awesome_man View Post
Stop supporting non-steam, And we all know why he want to block %s% only because some non steamers use script to flood his server
works on steamcmd updated servers
if you use admin chat colors
windows users specaily get disconnected [exception few] !

Refer : - https://forums.alliedmods.net/showth...25#post2121625
__________________

Last edited by KaranMohadkar; 06-05-2014 at 19:22.
KaranMohadkar 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:34.


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