Raised This Month: $32 Target: $400
 8% 

SourceBans Checker


Post New Thread Reply   
 
Thread Tools Display Modes
dv9unknown
Senior Member
Join Date: Aug 2009
Old 10-20-2013 , 14:37   Re: SourceBans Checker
Reply With Quote #71

Is there anyway to make this accessible to all players?
dv9unknown is offline
psychonic

BAFFLED
Join Date: May 2008
Old 10-20-2013 , 14:39   Re: SourceBans Checker
Reply With Quote #72

Quote:
Originally Posted by dv9unknown View Post
Is there anyway to make this accessible to all players?
Add the following to admin_overrides.txt

Code:
"sm_listsourcebans" ""
"sm_listsbbans" ""
psychonic is offline
_david_
SourceMod Donor
Join Date: Apr 2013
Old 01-25-2014 , 11:19   Re: SourceBans Checker
Reply With Quote #73

with sourcebans plugin 1.5.0 the location of the config file changed, so if you want to use this with 1.5.0 you need to change this line:
Code:
BuildPath(Path_SM, ConfigFile, sizeof(ConfigFile), "configs/sourcebans/sourcebans.cfg");
to
Code:
BuildPath(Path_SM, ConfigFile, sizeof(ConfigFile), "configs/sourcebans.cfg");
_david_ is offline
TUSK3N1337
SourceMod Donor
Join Date: Dec 2013
Location: Sweden
Old 10-22-2014 , 14:47   Re: SourceBans Checker
Reply With Quote #74

Re-compiled with the latest sm and mm version ;)


Sorry I thought as soon as you upload a smx the source code comes with it. I think im doing right this time.
Attached Files
File Type: smx sbchecker.smx (8.8 KB, 232 views)
File Type: sp Get Plugin or Get Source (sbchecker.sp - 521 views - 8.8 KB)
__________________

Last edited by TUSK3N1337; 10-24-2014 at 19:38. Reason: Removed binary, no source code. EDIT 2: Added source code I guess?
TUSK3N1337 is offline
Send a message via Skype™ to TUSK3N1337
away000
Veteran Member
Join Date: Sep 2010
Old 10-23-2014 , 22:42   Re: SourceBans Checker
Reply With Quote #75

Good to know.
__________________
away000 is offline
TiBarification
Junior Member
Join Date: Aug 2012
Location: Ukraine
Old 01-02-2015 , 14:43   Re: SourceBans Checker
Reply With Quote #76

I have an error while type: sm_listsbbans in console.

Code:
[SBChecker] Look for Sen ban results in console.
[SBChecker] DB error while retrieving bans for Sen:
Column 'type' in where clause is ambiguous
TiBarification is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 01-02-2015 , 16:27   Re: SourceBans Checker
Reply With Quote #77

I'd like to see a version of this print the output on the screen in an overlay for 10-15 seconds for the client that calls upon it vs having to to thru and look in the console as its not exactly easy to read if things are happening fast.
Horsedick is offline
HSFighter
Veteran Member
Join Date: Aug 2007
Location: Flensburg - Germany
Old 02-08-2015 , 12:52   Re: SourceBans Checker
Reply With Quote #78

Small futurerequest:

Is it possible to show the banreason when a player with prior bans connects?


Otherwise an admin must always type "sm_listsbbans" in the console.

Thank you for the effort.
__________________



Sorry for my very bad english
Greetings HSFighter
HSFighter is offline
Send a message via ICQ to HSFighter
FallenNT
Member
Join Date: Feb 2013
Location: Russia
Old 01-31-2016 , 10:47   Re: SourceBans Checker
Reply With Quote #79

Code:
warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
FallenNT is offline
Send a message via ICQ to FallenNT
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 01-31-2016 , 12:29   Re: SourceBans Checker
Reply With Quote #80

Quote:
Originally Posted by FallenNT View Post
Code:
warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
At line 104 -

Change
Code:
if (!GetClientAuthString(target, auth, sizeof(auth))
to
Code:
if (!GetClientAuthId(target, AuthId_Steam2, auth, sizeof(auth))
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL 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 18:59.


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