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

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
alias_retaer
Member
Join Date: Jul 2009
Old 08-21-2009 , 10:27   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #451

is the plugin compatible with hlguard ?
alias_retaer is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 08-21-2009 , 17:29   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #452

i got a huge problem when you made this plugin i got all messed up i got admincmd.amxx and it has amx_ban amx_slap amx_slay amx_kick and all things and i can not use your plugin while its running i tryed to remove the admincmd and it works fine but i cant use amx_slap or anything in the console... i need a answer quite fast plz and when you ban i cant remove the ban when i go in to the log file and delete the name..
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 08-22-2009 , 09:10   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #453

Quote:
Originally Posted by Duff-Girl View Post
i got a huge problem when you made this plugin i got all messed up i got admincmd.amxx and it has amx_ban amx_slap amx_slay amx_kick and all things and i can not use your plugin while its running i tryed to remove the admincmd and it works fine but i cant use amx_slap or anything in the console... i need a answer quite fast plz and when you ban i cant remove the ban when i go in to the log file and delete the name..
you have to put advanced_bans before admincmd in plugins.ini , like this

Code:
advanced_bans.amxx
...
admincmd.amxx
...
and when you use the unban command you have to unban steamID not name
Code:
amx_unban "STEAM_0:..."
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]
alexinno is offline
rumbeto
Member
Join Date: Feb 2007
Old 08-22-2009 , 16:36   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #454

Using the sql version on six servers I reached the point where the plugin lags the servers - 1859 bans (actually earlier). I haven't tried although the version Exolent posted some pages back which shoud be using threaded sql.
rumbeto is offline
Duff-Girl
Senior Member
Join Date: Feb 2009
Old 08-22-2009 , 18:35   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #455

I got 1 suggestion when you ban some one and it says check your console it would be good if it shows when the ban is over

i does show when its over it shows the time but not how long it is

ex. Timeleft : 3m 20 seconds something like that

and when i am useing your sql i cant make it work in the console i type amx_help then it shows amx_banreason and amx_banlist but it dosent show amx_ban and amx_addban and when i type into the console amx_ban it says unknown command
__________________
We sure do like blockmaker! :-P
  • I am learning PAWN if there is any tutorials PM me.
  • Im working on a project. plz give me tutorials.
Duff-Girl is offline
LaineN
Veteran Member
Join Date: Mar 2008
Location: Sweden
Old 08-23-2009 , 10:33   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #456

Quote:
Originally Posted by rumbeto View Post
I haven't tried although the version Exolent posted some pages back which shoud be using threaded sql.
Try it then.
__________________
Bollnas Team - HideNSeek

See all of Bollnas Team's HideNSeek
servers at
http://bollnasteam.se/!

LaineN is offline
xXxOpOpxXx
Senior Member
Join Date: Aug 2007
Old 08-30-2009 , 12:05   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #457

Okay it gives me (1) Query failed ... I use amxmodx 1.8.1 modules are turned on the data base is ok wtf is happening ??

all I found in logs:

L 08/30/2009 - 17:13:11: [AMXX] Plugin "advanced_bans_sql.amxx" failed to load: Module/Library Class "sqlx" required for plugin. Check modules.ini.
L 08/30/2009 - 181:59: [AMXX] Plugin ("advanced_bans_sql.amxx") is setting itself as failed.
L 08/30/2009 - 181:59: [AMXX] Plugin says: Query failed.
L 08/30/2009 - 181:59: [AMXX] Run time error 1 (plugin "advanced_bans_sql.amxx") - forced exit

but my mysql module is loaded successfully
__________________

Last edited by xXxOpOpxXx; 08-30-2009 at 12:11.
xXxOpOpxXx is offline
Send a message via Skype™ to xXxOpOpxXx
GmTx
BANNED
Join Date: May 2009
Location: Mountains [BG/Sofia]
Old 08-30-2009 , 12:34   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #458

Bulgarian
Code:
[bg]
AB_BAN_INFORMATION = Informaciq za Banna
AB_NAME = Ime
AB_IP = IP
AB_STEAMID = SteamID
AB_REASON = Pri4ina
AB_BAN_LENGTH = Produljitelnost na banna 
AB_UNBAN_TIME = Unban Vreme
AB_ADMIN_NAME = Ime na Admina
AB_ADMIN_STEAMID = SteamID na Admina
AB_WEBSITE =Ako misli6 4e si bannat bez pri4ina opla4i se na na6iq sait:
AB_NOT_AUTHORIZED = Mqstoto ne e  authorized sus survura! Nemoje da banne6!
AB_ALREADY_BANNED_STEAMID = SteamID na igra4a e bannato ve4e!
AB_ALREADY_BANNED_IP = IP na igra4a e bannato ve4e!
AB_PERMANENT_BAN = Ban zavinagi
AB_INVALID_STEAMID = Nevalidno SteamID!
AB_VALID_STEAMID_FORMAT = Pravilno izpolzvane: STEAM_0:X:XXXXXXX
AB_INVALID_IP = Nevalidno IP!
AB_NOT_IN_BAN_LIST = Nemoje da nameri %s v ban listata!
AB_NO_BANS = Nqma igra4 bannat za takova vreme.
AB_BAN_LIST_NUM = List na bannatite igra4i %i - %i.
AB_BAN_LIST_NEXT = Izpolzvai amx_banlist %i za sledva6tite hora.
AB_MAX_BAN_TIME = Maximalnoto pozvoleno vreme na banna e %i.
GmTx is offline
Send a message via Skype™ to GmTx
xXxOpOpxXx
Senior Member
Join Date: Aug 2007
Old 08-30-2009 , 13:15   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #459

could some1 tell me how to fix that sh*t (( http://forums.alliedmods.net/showpos...&postcount=457
__________________
xXxOpOpxXx is offline
Send a message via Skype™ to xXxOpOpxXx
alexinno
Senior Member
Join Date: Mar 2007
Location: C:\
Old 08-30-2009 , 18:38   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #460

Quote:
Originally Posted by xXxOpOpxXx View Post
could some1 tell me how to fix that sh*t (( http://forums.alliedmods.net/showpos...&postcount=457
did you enabled mysql module in modules.ini ?
post the output of meta list
__________________

[IMG]http://img188.**************/img188/5787/banner2rcw.png[/IMG]
alexinno 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 10:06.


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