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

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.

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.