Alias client cmd blocker
Hello everyone!
Hope you are coping with the pandemic. Really a newbie in terms of scripting... I just wonder if we can do this: - Alias Game Command Blocker (Bans a player via traditional IP Address [rcon addip]) when detected in CMD aliases like: *UPON TYPING IN CONSOLE "alias" BEFORE CONNECTING TO A SERVER IP ADDRESS* PHP Code:
LOOKING FORWARD FOR ALL YOUR EXPERTISE! KEEP SAFE + HEALTHY. THANK YOU! |
Re: Alias client cmd blocker
Are you suggesting that you want to know what someone is typing on their computer, even before connecting to your server?? That's not possible even if they are connected to your server.
The best that you can probably do is to use a cvar value checker and kick/ban them if they have a value that you don't want. |
Re: Alias client cmd blocker
Quote:
What I meant was Banning Players via IP (not AMX BAN but traditional banning) when they ALIAS the commands like below: PHP Code:
Question: How can I make a tweaked .sma wherein players are banned via iP when they aliased those game commands above? Thank you!!! |
Re: Alias client cmd blocker
What's wrong with banning them via steamid? Much more efficient
|
Re: Alias client cmd blocker
Quote:
Can you please help me :) |
Re: Alias client cmd blocker
Only non-steamers can change their ID as they don't realy have one.
No one cares what you prefer, but non-steam is not supported here. And as a hint: cl_ means client. You can send those commands to the server but they won't get recognised by them or change anything at the server itself. And without rcon they are not even send to the server but remain at the client. So whatever your problem is is may caused by something different. Sending these cvars as a server to the client in order to change them is slowhacking and also not supported. |
Re: Alias client cmd blocker
Quote:
However can you help me trigger the ban script or code BAN a player via IP. It seems that a player who violates is not punished at all using this: PHP Code:
LOOKING FORWARD FOR YOUR EXPERTISE! :) |
Re: Alias client cmd blocker
Quote:
|
Re: Alias client cmd blocker
Quote:
PHP Code:
|
Re: Alias client cmd blocker
It's already built into the plugin to allow you to do anything you want as a punishment (the plugin calls it "ban type"). Simply set the ban type cvar to "amx_ban <userid> 0".
|
| All times are GMT -4. The time now is 13:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.