Giter VIP home page Giter VIP logo

csgo-nonprimeplayerkicker's Introduction

Hi ๐Ÿ‘‹, I'm Shivam Parashar aka SummerSolder

A passionate Software/IoT Engineer and a Video Games lover from India. Always Excited to create new stuff or learn something new.

  • ๐ŸŒฑ Iโ€™m currently learning NextJs and TS

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on any opensource project which can utilize my skills. Always happy to help :)

  • ๐Ÿค Found something interesting on my profile and want to help. Just send a PR

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at: you are looking at it, ofcource git.

  • ๐Ÿ’ฌ Ask me about Anything from my stack

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences https://www.linkedin.com/in/shivam-parashar16/

  • summer-16

Connect with me:

LinkedIn

๐Ÿ’ป Tech Stack:

JavaScript C C# TypeScript HTML5 CSS3 Markdown PHP Shell Script

NodeJS React React Native Electron.js Redux Express.js JWT Socket.io NPM Yarn Bootstrap Ant-Design Chart.js React Router jQuery MUI SASS Webpack

MongoDB MySQL MicrosoftSQLServer MariaDB SQLite ElasticSearch Redis

AWS Azure DigitalOcean Google Cloud Apache Nginx Jenkins

LINUX ESLint Jira Postman Prometheus Grafana Swagger Adobe XD Sketch CMake Docker Arduino Raspberry Pi PayPal

๐Ÿ“Š GitHub Stats:



๐Ÿ† GitHub Trophies

๐Ÿ” Top Contributed Repo

๐Ÿ˜‚ Random Dev Meme

csgo-nonprimeplayerkicker's People

Contributors

summer-16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

champscamp celuni

csgo-nonprimeplayerkicker's Issues

How Does One Add The Bypass?

Hi There, I've been trying to figure out the bypass check for VIPs but I can't seem to find a working way, they've the bypass flag โ€œaโ€ but still the plugin is checking them for prime or the required minimum hours. Can you please tell me how to make this work?

Player kicked while having service medals

A player in my servers is getting kicked due to their account level being too low. This player has service medals, so I'm assuming that means that they are prime. I'm not sure exactly why they are being kicked. I have the minimum level set to 4, and I believe that they have prime, so I'm trying to figure out why they cannot join.

Server Cvars:

sm_npmk_kicklevel "4"
sm_npmk_kicklevel_enabled "1"
sm_npmk_msg "Your account is non-prime and your CS:GO level does not meet the server requirement. Please join back after leveling up your account."
sm_npmk_tag "[Non-Prime]"
sm_npmk_tag_enabled "0"

npk

Add a TAG for Players without Prime Status

Add a TAG for Players without Prime Status

That is, even if he manages to enter because of BypassPremiumCheck it would be marked with a TAG [NOPRIME] just so we can identify.

Doubt with the cvar sm_npmk_kicklevel

How would I disable this feature?

I tried to leave it like this sm_npmk_kicklevel "0" but apparently there are players without Status Prime entering yet.

Minimum level for non primes not working !!

plugin check for minimun csgo level for non licenced user // IS NOT WORKING
i set sm_npmk_level_enabled "2" and sm_npmk_kicklevel "10"
when i test it nothing happened
only plugin check for minimun csgo hours for non licenced user is working !!
any solution ??

Add option to translate messages

Add option to translate messages.

That is, I could create a file of translations for the plugin, I would like to translate the kick messages into my language, kind of just having to compile the plugin to do this.

I would be grateful if you had the option of translations.

And congratulations on the plugin, so far everything perfect for me, I didn't notice any bugs.

Player even having the requested level cannot connect

} else if (playerlevel > minimumLevel) {

I believe this line should look like this:

 } else if (playerlevel => minimumLevel) { 

Because in the current configuration, CVAR comes with the standard that the player must have at least level 2, but the player can only enter if it is level 3.

That is, for the player to connect we have to configure the CVAR sm_npmk_kicklevel with 1, sm_npmk_kicklevel "1", then players with level 2 can connect.

Allow the entry of players who have the account for x days

Allow the entry of players who have the account for x days.

HOW IT WORKS

It would have a CVAR that would control how many days the player's steam needs to be created in order to enter.

Example, sm_npmk_minimum_days "15", then only players with 15 days of steam account would be able to enter.

IMPLEMENTATION

CVAR sm_npmk_kicklevel would be interesting if you can have an option to disable it, the user would configure it with 0 then there would be no verification, skip this part. Currently I set it to zero, but it still checks.

This implementation would also be good for the suggestion in CVAR sm_npmk_minimum_days.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.