An open API service indexing awesome lists of open source software.

https://github.com/b3none/sm-groupcheck

Sourcemod group checking plugin.
https://github.com/b3none/sm-groupcheck

csgo sourcemod sourcemod-plugin sourcepawn steam

Last synced: 4 months ago
JSON representation

Sourcemod group checking plugin.

Awesome Lists containing this project

README

          

# GroupCheck
SourceMod group checking plugin.

# Includes
This project uses [ripext](https://github.com/ErikMinekus/sm-ripext).

# Natives
```cpp
GroupCheck_OnGroupCheck(int client, bool isMember);
```