blocking using exec command
how can i block using the "exec [file]" command
like if somone use in console "exec flood.cfg" or something |
Re: blocking using exec command
"exec" is a client command that is never sent to the server (i.e. it's not possible to block it with a plugin).
|
Re: blocking using exec command
It's useless anyway, if you want to block the flood, get that flood.cfg file and see what commands it abuses, and add flood control to them... meaning, they won't allow repeatitive usage in a short time, that can be EASILY done by adding a simple code before the function:
Code:
const g_fWaitTime = 3.0 // can't re-use something within 3 seconds |
| All times are GMT -4. The time now is 23:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.