Raised This Month: $ Target: $400
 0% 

Command Limiter


Post New Thread Reply   
 
Thread Tools Display Modes
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 01-09-2009 , 11:25   Re: Command Limiter
Reply With Quote #31

Quote:
Originally Posted by PauliusBa View Post
Maye it could save the counting information to a plain text file?
I was planning on using NVault cause it's faster, but it's the same general idea. I'll probably add it today, or tomorrow.
__________________

Community / No support through PM
danielkza is offline
PauliusBa
Senior Member
Join Date: Aug 2006
Location: Lithuania
Old 01-10-2009 , 11:54   Re: Command Limiter
Reply With Quote #32

Quote:
Originally Posted by danielkza View Post
I was planning on using NVault cause it's faster, but it's the same general idea. I'll probably add it today, or tomorrow.
Wow, you will? It would be one of the better plugins ever then.
PauliusBa is offline
Plug me up
Member
Join Date: Aug 2008
Old 01-15-2009 , 16:12   Re: Command Limiter
Reply With Quote #33

Quote:
Originally Posted by danielkza View Post
I was planning on using NVault cause it's faster, but it's the same general idea. I'll probably add it today, or tomorrow.
so, its today or tomorrow
(or u allready updated it? )
tnkx
__________________
always +karma to thoose who helps
Plug me up is offline
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 01-15-2009 , 16:52   Re: Command Limiter
Reply With Quote #34

Quote:
Originally Posted by Plug me up View Post
so, its today or tomorrow
(or u allready updated it? )
tnkx
I started working on it, but I saw NVault wouldn't to the job very well. So I have to work I bit more on it using SQLite, but I'll finish it as soon as possible.
__________________

Community / No support through PM
danielkza is offline
PauliusBa
Senior Member
Join Date: Aug 2006
Location: Lithuania
Old 01-16-2009 , 12:57   Re: Command Limiter
Reply With Quote #35

Quote:
Originally Posted by danielkza View Post
I started working on it, but I saw NVault wouldn't to the job very well. So I have to work I bit more on it using SQLite, but I'll finish it as soon as possible.
Oh noo don't force us to use sql stuff...
PauliusBa is offline
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 01-16-2009 , 13:39   Re: Command Limiter
Reply With Quote #36

Quote:
Originally Posted by PauliusBa View Post
Oh noo don't force us to use sql stuff...
You won't need and external database, SQLite is self-containing, it fits in a single file inside your gameserver and does not need any kind of setup whatsoever.
__________________

Community / No support through PM
danielkza is offline
chp'
Senior Member
Join Date: Nov 2008
Old 01-16-2009 , 16:36   Re: Command Limiter
Reply With Quote #37

I tried to limit some commands from the players but had no success!

I put the plugin at the beginning of plugins.ini

ex:
Quote:
// Format: command type [limit] [time] [access]
// command: text of the command you want to be limited
// type: cl, srv or con
// limit: how many times the command can be used before the counter is reset (by time, if specified, or on round end)
// time: Reset the command counter each (this) seconds
// access: Limit only valid for users with this admin flags. Use '*' for everyone. Check users.ini for more info.
// Example: 'amx_help cl 1 60 z' - Non-Admin clients can only use amx_help one time each 60 seconds
retry cl 1 900 z
reconnect cl 1 900 z
kill cl 1 900 z

Last edited by chp'; 01-16-2009 at 16:51.
chp' is offline
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 01-16-2009 , 17:05   Re: Command Limiter
Reply With Quote #38

Quote:
Originally Posted by chp' View Post
I tried to limit some commands from the players but had no success!

I put the plugin at the beginning of plugins.ini

ex:
These are client side commands, they don't go through the server. Also, currently the plugin does not keep count of uses beetween mapchanges/reconnects, so it wouldn't matter to limit retry/reconnect.
__________________

Community / No support through PM
danielkza is offline
Kalamasnik
Member
Join Date: Apr 2008
Old 01-17-2009 , 08:52   Re: Command Limiter
Reply With Quote #39

Hi. Where should i put this plugin if i have zombie plague mod. At the top of plugins.ini or plugins-zplague.ini?
__________________
Kalamasnik is offline
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 01-17-2009 , 15:20   Re: Command Limiter
Reply With Quote #40

Quote:
Originally Posted by Kalamasnik View Post
Hi. Where should i put this plugin if i have zombie plague mod. At the top of plugins.ini or plugins-zplague.ini?
plugins.ini
__________________

Community / No support through PM
danielkza 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 01:22.


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