-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function Kick NonPrime #40
Comments
Not currently possible. I didn't add this feature as there was a cvar that restricted non-prime players from joining the server, but since the whitelist system is here, I guess it makes sense to add this feature. I'll add it soon, if I don't forget to. Feel free to ping me if I forget. Please note that prime players that didn't buy the game but leveled up to lvl 21 while it was possible will still not be allowed! |
@azalty just so you don't forget. 😄 |
Added a new translation phrase "Kicked_NonPrime"
Feature added in 1.5.2 Beta 2 - located in the main branch |
First of all, thanks for this version. I'll be testing it and I'll get back to you with feedback. A CSGO Prime Status question, using prime.napas.cc to check if a player is Prime or NomPrime, wouldn't it be better than checking in CSGO itself? I ask because I don't know if this Prime Napas differs from Prime purchased or upgraded, as this feature used to be in CSGO. |
I don't think it'll be able to give better results than the current SteamWorks method. Anyways, I only seem to get 'Forbidden' out of their API. There's no such thing as a 32bit int |
Just a feedback, so far it seems that everything is ok with this new function. NomPrime players are being kicked, and if they are whitelisted they can get in. I'll be testing some more and come back with the final result. |
Added in stable version 1.5.2 |
I would like to know if it would be possible to make the user kicked if he does not have Prime Status in CSGO, even if he has passed in all others. In this case I am using the following settings.
File
no_dupe_account.cfg
:File
no_dupe_account.cfg
I have the following immunity configured:That is, if the user has the flag
a
, he is a VIP and he is immune tocsgo_playtime;bans_game;prime
. Until then, everything is fine.However, if the player is not a VIP, I would like that even if he has the necessary hours to play, if he does not have Prime Status, he will still be kicked.
The text was updated successfully, but these errors were encountered: