Raised This Month: $51 Target: $400
 12% 

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
Thrill
Member
Join Date: Apr 2007
Old 10-17-2009 , 17:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #521

How can i make this plugin only announce bans in chat. I have admin announce OFF and i want it off, but i want it ON for this plugin only. How can i do that?

in my amxx.cfg: (worked with 0.7v but doesnt work after i upgraded to 0.8v)

//Advanced Bans
ab_show_activity 2

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 0

REQUEST FEATURE: Is it possible to make the plugin announce when a previous banned it join the server and with the last ban reason for this id/ip? I would love to have this implemented. I'm using 1 ban_history file.

Last edited by Thrill; 10-19-2009 at 12:58.
Thrill is offline
nunoabc
Senior Member
Join Date: Aug 2007
Location: Portugal, VN Gaia
Old 10-19-2009 , 15:28   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #522

Since I haven't this trouble with any other plugins, I'm posting here. If I had gone to the "Issues with AMXX", some would say "you're posting in teh wrong section" or "no plugin specific help, go to teh original thread because I'm too l33th4x0r to answer you". [/sarcasm]
Code:
L 10/02/2009 - 05:38:58: Start of error session.
L 10/02/2009 - 05:38:58: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091002.log")
L 10/02/2009 - 05:38:58: [MySQL] Thread worker was unable to start.
L 10/02/2009 - 05:38:58: [AMXX] Run time error 10 (plugin "advanced_bans_sql.amxx") (native "SQL_ThreadQuery") - debug not enabled!
L 10/02/2009 - 05:38:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Help, anyone? As you can see, the "MySQL Thread worker" is too damn lazy to even start. Now just send me to the "Issues with AMXX" forum, please.
__________________
nunoabc is offline
Thrill
Member
Join Date: Apr 2007
Old 10-19-2009 , 18:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #523

I get this from the non-sql version 0.8:

Code:
L 06/16/2009 - 23:30:29: Start of error session.
L 06/16/2009 - 23:30:29: Info (map "ns_origin") (file "addons/amxmodx/logs/error_20090616.log")
L 06/16/2009 - 23:30:29: replace() buffer not big enough (198>=191)
L 06/16/2009 - 23:30:29: [AMXX] Displaying debug trace (plugin "advanced_bans.amxx")
L 06/16/2009 - 23:30:29: [AMXX] Run time error 10: native error (native "replace")
L 06/16/2009 - 23:30:29: [AMXX]    [0] phpbAljQs.sma::PrintActivity (line 1462)
L 06/16/2009 - 23:30:29: [AMXX]    [1] phpbAljQs.sma::CmdBan (line 511)
Thrill is offline
Old 10-20-2009, 15:57
almostdone
This message has been deleted by Exolent[jNr]. Reason: Nothing to do with AdvancedBans.
nunoabc
Senior Member
Join Date: Aug 2007
Location: Portugal, VN Gaia
Old 10-22-2009 , 17:23   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #524

Quote:
Originally Posted by Exolent[jNr] View Post
@Everyone
I'm working on an update for this.
It will include 1 plugin with a cvar for sql or file saving.
It will also have a PHP script that you can load on your website.
There will be more features added, so just be patient for me to finish.
How are the updates going? Need SQL help? I'm learning that at school. (Actually already knew SQL before school.) Can you tell us about the new features it will have?
__________________
nunoabc is offline
Thrill
Member
Join Date: Apr 2007
Old 10-26-2009 , 13:52   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #525

How can i make the plugin also add the in-built speech "seeya" in speechmenu, whenever a guy gets kicked or banned?
Thrill is offline
ale
Junior Member
Join Date: Oct 2009
Old 10-27-2009 , 13:19   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #526

Quote:
Originally Posted by Freejam View Post
Target has not authorized with the server! Unable to ban!

o0
I have the same problem when i try to ban trough console. (amx_ban name 5 lololol) Its ok or i should use "" somewhere?

BTW, how i could unban players if their information isn't saved after ban, but ban works (no info in banlist,listip). (what if i would accidentally ban myself ?

Last edited by ale; 10-28-2009 at 06:04.
ale is offline
nunoabc
Senior Member
Join Date: Aug 2007
Location: Portugal, VN Gaia
Old 10-28-2009 , 14:40   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #527

Ha HA! I found were your plugin crashes my server. Your plugin doesn't like to be paused. I've been testing around like mad and found that when I pause the plugin and unpause it again, it instantly crashes my servers. Can you try to reproduce my "situation", Exolent?
__________________
nunoabc is offline
Thrill
Member
Join Date: Apr 2007
Old 10-31-2009 , 12:34   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #528

This plugin version crash my servers randomly - and make the server stay offline, i have to manually restart the server. I get a ./hlds_run: line 321: 16565 Segmentation fault $HL_CMD each time this plugin is loaded.

Anyone got version 0.7? Please help me out!
Thrill is offline
ToXedVirus
Member
Join Date: Mar 2007
Old 10-31-2009 , 12:55   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #529

Hello, great plugin.
but there is a little bug: advanced_bans_sql.sma89 the buffer is set to "new query[128];". This is way too small to hold table creation sql string.

Another nice feature would be to process the old amx logs so that you could add all the bans, but this is way to much to it in pawn, pawn is such a terrible language ...
ToXedVirus is offline
Naruto-kun
Junior Member
Join Date: Nov 2009
Old 11-01-2009 , 04:53   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #530

Hey nice plugin its very useful on my server.
I have a request, can you add amx_voteban? I know amxmod has that command but when I use it, it doesn't make a ban reason and it goes to the lisip.cfg and banlist.cfg not the advancebanlist.
Naruto-kun 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 11:20.


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