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

https://github.com/southclaws/samp-prophunt

A SA:MP gamemode inspired by the popular Team Fortress 2 mod "PropHunt" by Darkimmortal.
https://github.com/southclaws/samp-prophunt

gamemode prop-hunt prophunt sa-mp sa-mp-server

Last synced: 3 months ago
JSON representation

A SA:MP gamemode inspired by the popular Team Fortress 2 mod "PropHunt" by Darkimmortal.

Awesome Lists containing this project

README

        

# PropHunt SA:MP gamemode

[![sampctl](https://shields.southcla.ws/badge/sampctl-samp--prophunt-2f2f2f.svg?style=for-the-badge)](https://github.com/Southclaws/samp-prophunt)

The Prop Hunt game was originally made by DarkImmortal for TF2 and has been
implemented in various games from Call of Duty to Minecraft. This project is an
implementation of the game in San Andreas Multiplayer.

There are two teams, the hiders and the seekers, at the start of a round there
is only one seeker, he can find and kill hiders to get them on the seeker team.
If all the hiders are killed, seekers win. If one or more hiders stay alive,
hiders will win.

## Usage

Simply grab and run:

```bash
sampctl package get Southclaws/samp-prophunt
cd samp-prophunt
sampctl package run
```