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
- Host: GitHub
- URL: https://github.com/falahati/veterans
- Owner: falahati
- License: gpl-3.0
- Created: 2015-01-21T18:10:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T20:28:19.000Z (over 4 years ago)
- Last Synced: 2024-04-14T08:32:02.206Z (about 2 years ago)
- Topics: counter-strike, csgo, playtime, sourcemod, sourcepawn
- Language: SourcePawn
- Homepage:
- Size: 35.2 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Veterans Only
[](https://github.com/falahati/veterans/blob/master/LICENSE)
[](https://github.com/falahati/veterans/commits/master)
[](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://github.com/falahati/veterans/releases)
[](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://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WR3KK2B6TYYQ4&item_name=Donation¤cy_code=USD&source=url)
[](https://www.coinpayments.net/index.php?cmd=_donate&reset=1&merchant=820707aded07845511b841f9c4c335cd&item_name=Donate¤cy=USD&amountf=20.00000000&allow_amount=1&want_shipping=0&allow_extra=1)
[](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 .