"Veterans Only" (or simply "veterans") is a Plugin for SourceMod and written with SourcePawn to restrict access of players based on their playtime in a specific game
To download the latest version of this program, take a look at the releases page.
It is possible to host the PHP part of the project on your website. To do so, proceed the following steps:
- Locate a public folder on a website capable of hosting PHP files and with "php_curl" extension enabled.
- Upload the "queryPlaytime.php" file from the "web" directory to that folder.
- (Optional, but highly recommended) Create a folder named "WebCache" and give PHP write access to it. (chmod 755 or 777 for Linux)
- Edit the plugin configuration file and change the "sm_veterans_url" cvar to the address of the newly uploaded PHP file.
Donations assist development and are greatly appreciated; also always remember that every coffee counts! :)
--OR--
You can always donate your time by contributing to the project or by introducing it to others.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.