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

https://github.com/falahati/veterans

"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
https://github.com/falahati/veterans

counter-strike csgo playtime sourcemod sourcepawn

Last synced: 5 months ago
JSON representation

"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

Awesome Lists containing this project

README

          

# Veterans Only
[![](https://img.shields.io/github/license/falahati/veterans.svg?style=flat-square)](https://github.com/falahati/veterans/blob/master/LICENSE)
[![](https://img.shields.io/github/commit-activity/y/falahati/veterans.svg?style=flat-square)](https://github.com/falahati/veterans/commits/master)
[![](https://img.shields.io/github/issues/falahati/veterans.svg?style=flat-square)](https://github.com/falahati/veterans/issues)

"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

## Where to download
[![](https://img.shields.io/github/downloads/falahati/veterans/total.svg?style=flat-square)](https://github.com/falahati/veterans/releases)
[![](https://img.shields.io/github/tag-date/falahati/veterans.svg?label=version&style=flat-square)](https://github.com/falahati/veterans/releases)

To download the latest version of this program, take a look at the [releases page](https://github.com/falahati/veterans/releases).

## PHP Hosting
It is possible to host the PHP part of the project on your website. To do so, proceed the following steps:

1. Locate a public folder on a website capable of hosting PHP files and with "php_curl" extension enabled.
2. Upload the "queryPlaytime.php" file from the "web" directory to that folder.
3. (Optional, but highly recommended) Create a folder named "WebCache" and give PHP write access to it. (chmod 755 or 777 for Linux)
4. Edit the plugin configuration file and change the "sm_veterans_url" cvar to the address of the newly uploaded PHP file.

## Donation
Donations assist development and are greatly appreciated; also always remember that [every coffee counts!](https://media.makeameme.org/created/one-simply-does-i9k8kx.jpg) :)

[![](https://img.shields.io/badge/fiat-PayPal-8a00a3.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WR3KK2B6TYYQ4&item_name=Donation&currency_code=USD&source=url)
[![](https://img.shields.io/badge/crypto-CoinPayments-8a00a3.svg?style=flat-square)](https://www.coinpayments.net/index.php?cmd=_donate&reset=1&merchant=820707aded07845511b841f9c4c335cd&item_name=Donate&currency=USD&amountf=20.00000000&allow_amount=1&want_shipping=0&allow_extra=1)
[![](https://img.shields.io/badge/shetab-ZarinPal-8a00a3.svg?style=flat-square)](https://zarinp.al/@falahati)

**--OR--**

You can always donate your time by contributing to the project or by introducing it to others.

## License
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 .