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

VAC Status Checker (v.2.5.0 8/27/19)


Post New Thread Reply   
 
Thread Tools Display Modes
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 01-05-2019 , 03:12   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #361

Quote:
Originally Posted by Doulos View Post
I would like it to stop printing warnings to chat. Any ideas? I tried editing and recompiling, but it would not compile.
Even if the author did provide support for customized plugins, it would be quite hard to help you without the exact code that you are trying to compile.

Since you mention "printing warnings to chat", I suggest you upgrade to the latest version and configure it properly, according to your likings, rather than re-inventing the wheel?

Quote:
Originally Posted by StevoTVR View Post
Console Variables

Code:
// Actions to take on detected clients
// Add up the options from the list:
// 1:  Log to sourcemod/logs/vacbans.log
// 2:  Kick
// 4:  Ban
// 8:  Display message to admins
// 16: Display message to all players
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "31.000000"
sm_vacbans_actions "3"
To log and ban, you would set sm_vacbans_actions to 1+4 = 5.

To only display to admins (and otherwise do nothing), you would set sm_vacbans_actions to 8.

To log, kick and display to all players, you would set "sm_vacbans_actions" to 1+2+16 = 19.

Does this help you?
__________________
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
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 01-05-2019 , 13:07   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #362

All I did was change all instances of ADMFLAG_KICK with ADMFLAG_RCON, and comment out the print (line 696) and try to recompile.

HOWEVER, I must have done something else by mistake since I just started over from scratch and it compiled fine.

Sorry, for wasting your time.
Doulos is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 01-10-2019 , 18:07   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #363

VAC Status Checker v2.3.0

Get plugin

This update requires you to provide your own API key. Get it from https://steamcommunity.com/dev/apikey.
It is recommended that you use this plugin with the SteamWorks extension in order to enable HTTPS.

Changes:
  • Added support for the SteamWorks and SteamTools extensions
  • Added support for Updater
  • The API key is now required
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-11-2019 , 21:58   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #364

Quote:
Originally Posted by StevoTVR View Post
VAC Status Checker v2.3.0

Get plugin

This update requires you to provide your own API key. Get it from https://steamcommunity.com/dev/apikey.
It is recommended that you use this plugin with the SteamWorks extension in order to enable HTTPS.

Changes:
  • Added support for the SteamWorks and SteamTools extensions
  • Added support for Updater
  • The API key is now required
I'm using this latest version, but I started getting this error on the server console:
Code:
L 01/12/2019 - 00:47:25: [vacbans.smx] SteamWorks error
L 01/12/2019 - 00:47:25: [vacbans.smx] SteamWorks error
I have installed SteamWorks:
Code:
[06] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 01-11-2019 , 22:31   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #365

Quote:
Originally Posted by paulo_crash View Post
I'm using this latest version, but I started getting this error on the server console:
Code:
L 01/12/2019 - 00:47:25: [vacbans.smx] SteamWorks error
L 01/12/2019 - 00:47:25: [vacbans.smx] SteamWorks error
I have installed SteamWorks:
Code:
[06] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
Is this on the same server that had the socket errors? If so, then there is probably nothing that can be done from the plugin.
StevoTVR is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 01-12-2019 , 13:08   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #366

How can I get the thread title updated?
StevoTVR is offline
Cruze
Veteran Member
Join Date: May 2017
Old 01-12-2019 , 13:12   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #367

Quote:
Originally Posted by StevoTVR View Post
How can I get the thread title updated?
Press "Edit" then press "Edit" again
__________________
Taking paid private requests! Contact me
Cruze is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 01-12-2019 , 13:15   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #368

Quote:
Originally Posted by Cruze View Post
Press "Edit" then press "Edit" again
I changed that title but the thread title didn't change.
StevoTVR is offline
Cruze
Veteran Member
Join Date: May 2017
Old 01-12-2019 , 13:25   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #369

That's weird. Wait for moderator to respond I guess
__________________
Taking paid private requests! Contact me
Cruze is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 01-12-2019 , 21:53   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #370

Quote:
Originally Posted by StevoTVR View Post
Is this on the same server that had the socket errors? If so, then there is probably nothing that can be done from the plugin.
So, on another topic you said that you did not have to worry about it, you could just ignore it, and as I said it always happens and I use the Steam API Key.
Quote:
Originally Posted by StevoTVR View Post
It looks like your server can't connect to the backend. If this only happens sometimes, then you can just ignore that. Are you using a Steam API key?
Or would not it be about this socket you say? In any case, it is not on the same server, where giving the error I mentioned before has no socket errors.

What would I have to do in the case to fix these BUGS, or simply have no way?

Last edited by paulo_crash; 01-12-2019 at 22:11.
paulo_crash is offline
Reply


Thread Tools
Display Modes

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:20.


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