-
Notifications
You must be signed in to change notification settings - Fork 637
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
Comments
disconnect, connect, retry and alias are now disallowed in SVC_STUFFTEXT commands. |
Well, that ruins good plugins.. |
Yes, by design. I am looking at your fake servers.... #5 is the right answer here, I have it on the TODO list. |
Nice one @alfred-valve now fake servers will not redirect players, also, blocking the sent of "bind" would be nice too. |
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? |
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.
The text was updated successfully, but these errors were encountered: