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.
- Host: GitHub
- URL: https://github.com/b3none/sm-groupcheck
- Owner: B3none
- Created: 2019-02-05T20:39:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T10:31:50.000Z (over 6 years ago)
- Last Synced: 2025-01-22T02:22:42.138Z (about 1 year ago)
- Topics: csgo, sourcemod, sourcemod-plugin, sourcepawn, steam
- Language: SourcePawn
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```