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

[L4D/2] Steams Face Control


Post New Thread Reply   
 
Thread Tools Display Modes
Ja-Forces
Senior Member
Join Date: Jul 2009
Location: Leningrad
Old 01-15-2011 , 18:50   Re: [L4D/2] Steam's face control
Reply With Quote #31

without complete information can't say anything.
__________________
Ja-Forces is offline
GanjaStar
Senior Member
Join Date: Jun 2009
Old 01-22-2011 , 23:48   Re: [L4D/2] Steam's face control
Reply With Quote #32

could this plugin have a check for steam group membership?
would be great if you could add that.
GanjaStar is offline
krafti
Junior Member
Join Date: Feb 2011
Old 06-29-2011 , 13:46   Re: [L4D/2] Steams Face Control
Reply With Quote #33

dont working on cs:s

[SM] Plugin l4d_profile_checker_v12.smx failed to load: w.

i have socket 3.0.1

Last edited by krafti; 06-29-2011 at 14:27.
krafti is offline
dismomen
Member
Join Date: Mar 2010
Old 06-29-2011 , 16:28   Re: [L4D/2] Steam's face control
Reply With Quote #34

Quote:
Originally Posted by GanjaStar View Post
could this plugin have a check for steam group membership?
would be great if you could add that.
i think is possible using the page http://steamcommunity.com/groups/gro...ers?searchKey= url. you can check if the user is a member of the steam group
dismomen is offline
krafti
Junior Member
Join Date: Feb 2011
Old 07-03-2011 , 13:55   Re: [L4D/2] Steams Face Control
Reply With Quote #35

i need a version for counter strike source, can anyone help me?
krafti is offline
hg0827
Junior Member
Join Date: Nov 2010
Old 01-23-2012 , 11:46   Re: [L4D/2] Steams Face Control
Reply With Quote #36

who can tell me what's the format of whitelist.cfg ? thx
hg0827 is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 08-30-2012 , 21:56   Re: [L4D/2] Steams Face Control
Reply With Quote #37

Hello,

I have add a player in white list with succes but in error log :
Quote:
L 08/30/2012 - 22:56:29: [SM] Native "PrintToChat" reported: Client index 0 is invalid
L 08/30/2012 - 22:56:29: [SM] Displaying call stack trace for plugin "l4d_profile_checker_v12.smx":
L 08/30/2012 - 22:56:29: [SM] [0] Line 139, F:\SRCDS\l4d2\left4dead2\left4dead2\addons\so urcemod\scripting\l4d_profile_checker_v12.sp: :sm_checkProfileWhitelistAdd()
L 08/30/2012 - 23:121: Error log file session closed.
Quote:
public Action: sm_checkProfileWhitelistAdd(client, args) // Version 1.2
{
if (GetConVarInt(g_hCvarWhiteList) > 0)
{
if(args == 0)
{
PrintToChat(client, "Proper Usage (console): sm_profile_whitelist_add <steamID, communityID, playerName>");
PrintToChat(client, "Proper Usage (chat): !profile_whitelist_add <steamID, communityID, playerName>");
return Plugin_Handled;
}
new String: arg[MAX_LEN_STRING], String: addID[MAX_LEN_STRING*2], String: sAddFriendID[sizeof(sBase)];
GetCmdArgString(arg, MAX_LEN_STRING);
if ((strlen(arg) == strlen(sBase)) && (StrContains(arg, "765611", false) == 0))
Format(sAddFriendID, sizeof(sBase), "%s", arg);
else
{
returnSteamID(client, arg, addID);
GetFriendID(addID, sAddFriendID);
}
AddToWhiteList(sAddFriendID);
}
return Plugin_Handled;
}
Thanks for fix.
eric0279 is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 08-31-2012 , 00:53   Re: [L4D/2] Steams Face Control
Reply With Quote #38

It not work properly ...

Players who play 56 hours and may join those who are kicked 1500 hours ...


or :

STEAM_1:0:9366856 :
247.1 h play to L4D2

kicked with message "Your profile isn't authenticated by server!"


l4d_profile_checker.cfg :
Code:
// This file was auto-generated by SourceMod (v1.4.4)
// 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 ""

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

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

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

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

// 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 ""

// 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"

Other exemple :

Profil public / 4.8 hours play L4D2 (STEAM_1:1:17213900)

not kicked....

l4d_profile_checker.cfg (change map after modification) :
Code:
// This file was auto-generated by SourceMod (v1.4.4)
// 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 ""

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

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

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

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

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

// 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"

Last edited by eric0279; 08-31-2012 at 03:10.
eric0279 is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 09-06-2012 , 00:33   Re: [L4D/2] Steams Face Control
Reply With Quote #39

Nobody had a problem?

Could you share your configuration file in this case?

thank you
eric0279 is offline
kemhost2
Junior Member
Join Date: Mar 2022
Old 10-03-2022 , 06:30   Re: [L4D/2] Steam's face control
Reply With Quote #40

Quote:
Originally Posted by Ja-Forces View Post
without complete information can't say anything.
Hi could you make a function to report to the chat how many hours the player has played when the player connects to the server?
kemhost2 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 14:26.


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