View Single Post
Author Message
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-19-2010 , 12:37   UnVAC - Allow certain VAC-banned players into your server
#1

Quote:
This plugin hasn't worked in a long time, I have no plans to update it.
Example console log: http://pastebin.com/ev9hmqdu

Command(s):
  • unvac_add <steamid>
  • unvac_remove <steamid>
  • unvac_clear
  • unvac_list

CVar(s):
  • unvac_mode - "0" - 0 = Whitelist, 1 = Blacklist
  • unvac_fix_insecure - "1" - Let all VAC banned clients in if -insecure is set

Supported engine(s):
How it works:
When a player connects to a server, the server contacts Steam with the players ticket and some other info. The backend replies with either a GSClientApprove or a GSClientDeny callback. This plugin replaces the GSClientDeny callback with a GSClientApprove one if the CSteamID is in the list and the reason of the denial is for a VAC ban.

Make sure you put double quotation marks ( " ) around the SteamID parameter.

Source code will not be released due for this plugin, if you are intrested in using SteamWorks in your own plugin look at the GPL'd SteamTools SourceMod extension.
__________________

Last edited by asherkin; 07-30-2014 at 17:23.
asherkin is offline