AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D/2] Steams Face Control (https://forums.alliedmods.net/showthread.php?t=141740)

Ja-Forces 10-28-2010 07:30

[L4D/2] Steams Face Control
 
2 Attachment(s)
This plugin allow kick players on criteria (l4d_profile_checker.cfg) from the first page steam's user profile

Plugin needed latest sourcemod & [EXTENSION] Socket (3.0.1)

For check user's profile type in chat !profile_checker
For add player in whitelist type in chat !profile_whitelist_add SteamID
For delete player from whitelist type in chat !profile_whitelist_del SteamID
Whitelist base here ..sourcemod/configs/l4d_profile_checker_whitelist.txt

Testin' on windows & linux servers (must work)
P.S. Post here if found any errors & bugs


Code:

// This file was auto-generated by SourceMod (v1.3.6)
// ConVars for plugin "l4d_profile_checker_v12.smx"

// AvatarIcon:
// Checking profile on the presence of avatar. 1 (check) 2 (check, if not positive kick) "" (not checked)
// -
// Default: "1"
l4d_profile_checker_avatarIcon "1"

// HoursOnRecord:
// Check the total number of hours in this game. Available values are: '&' or '|'; numerical value, "" (not checked)
// -
// Default: "&250"
l4d_profile_checker_hoursOnRecord "&250"

// HoursPlayed:
// Checking for number of hours in this game. Available values are: '&' or '|'; numerical value, "" (not checked)
// -
// Default: "|25"
l4d_profile_checker_hoursPlayed "|25"

// HoursPlayed2Wk:
// Check the game for 2 weeks. Available values are: '&' or '|'; numerical value, "" (not checked)
// -
// Default: "|30"
l4d_profile_checker_hoursPlayed2Wk "|30"

// SteamRating:
// Check the profile of steam's rating. Available values are: '&' or '|'; numerical value, "" (not checked)
// -
// Default: "|5"
l4d_profile_checker_steamRating "|5"

// VacBanned:
// Check the profile of ban by VAC. 1 (check) 2 (check, if not positive kick) "" (not checked)
// -
// Default: "1"
l4d_profile_checker_vacBanned "1"

// VisibilityState:
// Check the profile for visibility. Available values are: '&' or '|'; 1 (for friends state and public) 2 (public) "" (not checked)
// -
// Default: "|1"
l4d_profile_checker_visibilityState "|1"

// WhiteList:
// List of players, which profile isn't checked. 1 - use white list, 0 - not use white list
// -
// Default: "1"
l4d_profile_checker_whiteList "1"

Example: <250 = &250 or |250, <500 = &500 or |500 and etc.

& - check without fail (Immediate kick with delivery of the message to the player)
| - check with fail (Unessential parameter, If don't want check in config, put |)

If profile is closed (private) can use only:
AvatarIcon, VacBanned.


Version 1.0 (29.10.10)

- Initial release
Version 1.1 (01.11.10)
- Changed message to player who kicked
- Changed config
Version 1.1a (02.11.10)
- Fixed bug with searching HoursPlayed2Wk in profile
Version 1.1b (07.11.10)
- Fixed error with call function "GetClientName" when client is not connected
Version 1.1c (07.11.10)
- Remove recheck client
Version 1.2 (22.11.10)
- Fixed error with kick when long receive profile
- Added whitelist

Ja-Forces 10-29-2010 10:57

Re: [L4D/2] Steam's profile checker
 
version 1.0

ChickenFighter 10-29-2010 14:08

Re: [L4D/2] Steam's profile checker
 
Uhm, i dont understand the point of this plugin? can you explain it better pls :D

ProdigySim 10-29-2010 16:08

Re: [L4D/2] Steam's profile checker
 
People who play L4D2 Versus are really picky about who plays. They don't want noobs, hackers, baddies, or reverse pubstompers.

This lets server admins prevent themselves from getting rolled and/or keep noobs out of their game.

Nice that you got a plugin for this, but kind of lame concept imo.

Ja-Forces 11-01-2010 14:55

Re: [L4D/2] Steam's face control
 
version 1.1

Thraka 11-01-2010 15:19

Re: [L4D/2] Steam's face control
 
Great concept in my opinion, especially the hours setting. It just sucks that the L4D community is like this. but with a 4vs4 game platform, 1 bad player ruins the game for the whole team. NO way around it.

crazydog 11-01-2010 16:14

Re: [L4D/2] Steam's face control
 
I'd like to see a whitelist feature, i.e. for friends who just bought the game.

ChickenFighter 11-02-2010 02:01

Re: [L4D/2] Steam's face control
 
Yes, the whitelist feature would be nice. btw.. very nice work :)

Ja-Forces 11-02-2010 03:29

Re: [L4D/2] Steam's face control
 
crazydog, we just work in this way.

step 11-02-2010 09:17

Re: [L4D/2] Steam's face control
 
Can this check the hours played if the player profile is private?


All times are GMT -4. The time now is 20:02.

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