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

Prime status


Post New Thread Reply   
 
Thread Tools Display Modes
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 12-11-2018 , 21:33   Re: Prime status
Reply With Quote #71

Quote:
Originally Posted by paulo_crash View Post
He's kicking the BOTS and with that kicka GOTV from my server.
Code:
L 12/11/2018 - 23:51:22: [Free2BeKicked.smx] GOTV<1624><BOT><> does not have the Status Prime CSGO.
L 12/11/2018 - 23:51:39: [Free2BeKicked.smx] Chet<1625><BOT><> does not have the Status Prime CSGO.
L 12/11/2018 - 23:51:49: [Free2BeKicked.smx] Dave<1626><BOT><> does not have the Status Prime CSGO.
L 12/11/2018 - 23:51:59: [Free2BeKicked.smx] Dave<1627><BOT><> does not have the Status Prime CSGO.
L 12/11/2018 - 23:52:02: [Free2BeKicked.smx] Reed<1628><BOT><> does not have the Status Prime CSGO.
That is not from the code form Post #3...

Send a message to the developer of the plugin you are using, and ask that person to provide you with a fix.

SteamWorks_HasLicenseForApp isn't being checked used properly in the plugin you run to determine the correct result.
__________________
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
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-11-2018 , 21:38   Re: Prime status
Reply With Quote #72

Quote:
Originally Posted by arne1288 View Post
That is not from the code form Post #3...

Send a message to the developer of the plugin you are using, and ask that person to provide you with a fix.

SteamWorks_HasLicenseForApp isn't being checked used properly in the plugin you run to determine the correct result.
I understand, thank you...

I'm using this version: 23

I did not see that much difference, not if he put the LOG and remove the cvar he had.

In any case, thanks, I'll try to talk to him.

Last edited by paulo_crash; 12-11-2018 at 21:38.
paulo_crash is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 12-11-2018 , 21:42   Re: Prime status
Reply With Quote #73

Quote:
Originally Posted by paulo_crash View Post
I understand, thank you...

I'm using this version: 23

I did not see that much difference, not if he put the LOG and remove the cvar he had.

In any case, thanks, I'll try to talk to him.
Ok, you caught me on speed while trying to edit, - here's my intended edit:

Edit: Seems to be the one from Post #23 you are using....

Quote:
Originally Posted by root88 View Post
Just to confirm: I've tested it for a while and it gives me only false positives.


All of those players have paid version.

I'm gonna check appid 54029 soon.Checked. Still false positives.

Let me try to re-phrase @root88's text for you:

Code:
The code from post #23 doesn't work, all good players are being kicked. Bad players won't be kicked.
Change:

Code:
if (!SteamWorks_HasLicenseForApp(client, 624820))
to

Code:
if (k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client, 624820))
__________________
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
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-11-2018 , 21:46   Re: Prime status
Reply With Quote #74

Quote:
Originally Posted by arne1288 View Post
Ok, you caught me on speed while trying to edit, - here's my intended edit:

Edit: Seems to be the one from Post #23 you are using....




Let me try to re-phrase @root88's text for you:

Code:
The code from post #23 doesn't work, all good players are being kicked. Bad players won't be kicked.
Change:

Code:
if (!SteamWorks_HasLicenseForApp(client, 624820))
to

Code:
if (k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client, 624820))
Thanks, I'll be testing.
paulo_crash is offline
raj kaul
Senior Member
Join Date: Mar 2018
Location: www.lotgaming.xyz
Old 12-11-2018 , 22:33   Re: Prime status
Reply With Quote #75

Release Notes for
2018.12.11 -

-Fixed sv_prime_accounts_only setting not having effect on certain community servers
__________________
raj kaul is offline
N1bey
Junior Member
Join Date: Feb 2018
Old 12-12-2018 , 08:00   Re: Prime status
Reply With Quote #76

i confirm that the sv prime command is working
N1bey is offline
root88
Senior Member
Join Date: May 2016
Old 12-12-2018 , 08:44   Re: Prime status
Reply With Quote #77

Would be better if they fix appid 624820 license for players who bought Prime Upgrade Any news about that?
__________________
root88 is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 12-12-2018 , 23:14   Re: Prime status
Reply With Quote #78

Quote:
Originally Posted by root88 View Post
Would be better if they fix appid 624820 license for players who bought Prime Upgrade Any news about that?
Can you elaborate on what makes you believe the license check doesn't work?

As said above in Post #74, your code from Post #23 does not check properly whether the client holds app id 624820 or not.

If you are ignoring return values and/or other kind of values related to your checks, it is clearly your own fault that your stuff isn't going to work.
__________________
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
root88
Senior Member
Join Date: May 2016
Old 12-13-2018 , 03:23   Re: Prime status
Reply With Quote #79

Quote:
Originally Posted by arne1288 View Post
Can you elaborate on what makes you believe the license check doesn't work?
https://forums.alliedmods.net/showpo...0&postcount=53
https://forums.alliedmods.net/showpo...9&postcount=62
https://forums.alliedmods.net/showpo...6&postcount=63
https://forums.alliedmods.net/showpo...0&postcount=64

Those Prime Upgraded players who bought game after 2018/12/06 don't get appid 624820 license, but they have CSGO Full Edition on their Steam accounts.
__________________
root88 is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 12-13-2018 , 10:39   Re: Prime status
Reply With Quote #80

Quote:
Originally Posted by root88 View Post
https://forums.alliedmods.net/showpo...0&postcount=53
https://forums.alliedmods.net/showpo...9&postcount=62
https://forums.alliedmods.net/showpo...6&postcount=63
https://forums.alliedmods.net/showpo...0&postcount=64

Those Prime Upgraded players who bought game after 2018/12/06 don't get appid 624820 license, but they have CSGO Full Edition on their Steam accounts.
And do you (or anyone of the others) mind sharing some 100% strong evidence that your claims are correct?

So far, none of you have provided any of such proof for this case. It's nothing but claims so far.
__________________
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 21:20.


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