https://github.com/gamemann/rtv-exclude-afks
Base AlliedMods Rock The Vote plugin modified to exclude AFK players.
https://github.com/gamemann/rtv-exclude-afks
exclude modified rock rtv sourcemod sourcemod-plugin sourcemod-plugins sourcepawn sp spectators the vote
Last synced: 4 months ago
JSON representation
Base AlliedMods Rock The Vote plugin modified to exclude AFK players.
- Host: GitHub
- URL: https://github.com/gamemann/rtv-exclude-afks
- Owner: gamemann
- Created: 2020-04-19T15:01:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T05:09:59.000Z (over 5 years ago)
- Last Synced: 2025-05-31T17:41:55.217Z (12 months ago)
- Topics: exclude, modified, rock, rtv, sourcemod, sourcemod-plugin, sourcemod-plugins, sourcepawn, sp, spectators, the, vote
- Language: SourcePawn
- Homepage: https://moddingcommunity.com/
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTV (Exclude AFKs)
## Description
A simple modification to AlliedMod's default Rock The Vote plugin. This plugin excludes AFK players based off of the AFK Manager plugin located [here](https://forums.alliedmods.net/showthread.php?p=708265). It uses forwards provided by the AFK Manager plugin.
## Requirements
### Running The Plugin On The Game Server
* SourceMod >= 1.10.0
* MetaMod
* AFK Manager plugin found [here](https://forums.alliedmods.net/showthread.php?p=708265).
### Compiling The Plugin
* SourceMod >= 1.10.0
* `afk_manager.inc` file should be in the `scripting/include/` directory. This file can be found [here](https://forums.alliedmods.net/showthread.php?p=708265).
## Credits
* AlliedMods - Created the base Rock The Vote plugin.
* [Rothgar](https://forums.alliedmods.net/member.php?u=32091), [Asherkin](https://forums.alliedmods.net/member.php?u=59029), and [Psychonic](https://forums.alliedmods.net/member.php?u=37514) - Created/Helped Create the AFK Manager plugin.
* [Christian Deacon](https://www.linkedin.com/in/christian-deacon-902042186/) (Roy) - Added modification to handle AFK players.