Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3rd Party Plugin] Issue with SVC_STUFFTEXT #119

Closed
dystopm opened this issue Feb 15, 2013 · 5 comments
Closed

[3rd Party Plugin] Issue with SVC_STUFFTEXT #119

dystopm opened this issue Feb 15, 2013 · 5 comments

Comments

@dystopm
Copy link

dystopm commented Feb 15, 2013

I know that it's related to the SVC_STUFFTEXT because it's the msgid related to the client command sending with pfnClientCommand

I'm using an AMXX 3rd party plugin which blocks name changing, and it works fine, because i'm forcing the client to execute (when trying to change nickname) "name MyOriginalNick" on console.

For changing your nick you need to have an special access. When changing the nick to that special player, the server executes the next cmd on client:

"disconnect; wait; name MyNewNick; wait; retry"

For clients without the new beta it works, for the ones who uses the beta, nothing happens

So, I want to ask which commands are blocked when sending from the server

Not really a bug, but it can be one for 3rd party plugins.

@alfred-valve
Copy link
Contributor

disconnect, connect, retry and alias are now disallowed in SVC_STUFFTEXT commands.

@monster1777
Copy link

Well, that ruins good plugins..
like the xREDIRECT.

@alfred-valve
Copy link
Contributor

Yes, by design. I am looking at your fake servers....

#5 is the right answer here, I have it on the TODO list.

@dystopm
Copy link
Author

dystopm commented Feb 15, 2013

Nice one @alfred-valve now fake servers will not redirect players, also, blocking the sent of "bind" would be nice too.

@monster1777
Copy link

Not fake server, just when I have fullslots on my #1 server I want it to redirect to my second server. Simple as that, huh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants