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

Looking for SVC_STUFFTEXT


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 05-28-2017 , 09:44   Looking for SVC_STUFFTEXT
Reply With Quote #1

Hello guys, I'm looking for a plugin i don't know his name but it's like this, it's writing in console
[SVC_STUFFTEXT] Server tried to send invalid command : AnyThing Like "say /new"
Houssam Benmouna is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-28-2017 , 09:45   Re: Looking for SVC_STUFFTEXT
Reply With Quote #2

It's not a plugin.
https://developer.valvesoftware.com/...in_Slowhacking
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 05-28-2017 , 10:23   Re: Looking for SVC_STUFFTEXT
Reply With Quote #3

Hhh Sorry, I don't have any idea!!
Houssam Benmouna is offline
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 05-28-2017 , 10:27   Re: Looking for SVC_STUFFTEXT
Reply With Quote #4

Do you have a Plugin Block changing name, i found it but doesn't working Sorry for my bad english
Houssam Benmouna is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-28-2017 , 10:35   Re: Looking for SVC_STUFFTEXT
Reply With Quote #5

If you found it and it's not working - post the link and we well tell you if it really isn't working or you aren't working.
__________________

Last edited by OciXCrom; 05-28-2017 at 10:35.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 05-28-2017 , 11:10   Re: Looking for SVC_STUFFTEXT
Reply With Quote #6

PHP Code:
#include <amxmodx>
#include <fakemeta>

#define VERSION "0.1.0"

public plugin_init()
{
    
register_plugin("One Name"VERSION"ConnorMcLeod")
    
register_forward(FM_ClientUserInfoChanged"ClientUserInfoChanged")
}

public 
ClientUserInfoChanged(id)
{
    static const 
name[] = "name"
    
static szOldName[32], szNewName[32]
    
pev(idpev_netnameszOldNamecharsmax(szOldName))
    if( 
szOldName[0] )
    {
        
get_user_info(idnameszNewNamecharsmax(szNewName))
        if( !
equal(szOldNameszNewName) )
        {
            
set_user_info(idnameszOldName)
            return 
FMRES_HANDLED
        
}
    }
    return 
FMRES_IGNORED

Houssam Benmouna is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 05-28-2017 , 11:49   Re: Looking for SVC_STUFFTEXT
Reply With Quote #7

That plugin should work. Make sure you installed it correctly.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 05-28-2017 , 12:50   Re: Looking for SVC_STUFFTEXT
Reply With Quote #8

I installed it correctly + it's does not work :/ + I installed it correctly
Houssam Benmouna is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-28-2017 , 13:58   Re: Looking for SVC_STUFFTEXT
Reply With Quote #9

If it doesn't work, you have another plugin that's blocking it. The plugin is working perfectly.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
wickedd
Veteran Member
Join Date: Nov 2009
Old 05-28-2017 , 14:09   Re: Looking for SVC_STUFFTEXT
Reply With Quote #10

That plugin blocks the name change server side.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd 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 14:01.


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