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

https://github.com/gamemann/cs_mapspawnschecker

Checks for the amount of player spawns a map has. If it is below a limit, further actions can be done.
https://github.com/gamemann/cs_mapspawnschecker

check checker map sourcemod sourcemod-plugin sourcemod-plugins sourcepawn sp spawns

Last synced: 3 months ago
JSON representation

Checks for the amount of player spawns a map has. If it is below a limit, further actions can be done.

Awesome Lists containing this project

README

          

# Description
This plugin basically checks how many spawns the map has when the map is started. If the amount of spawns (CTs + Ts) are below the limit (convar), it will do further actions (e.g. Log a message, change the map to the next map, etc).

# Works Well With The Following GameModes
* Arena 1v1

# Also Check Out
* [CS] Spawn Points (https://github.com/gamemann/CS_SpawnPoints)

# Updated Link
* Updated plugin available on [GitLab] (https://lab.gflclan.com/gamemann/CS_MapSpawnsChecker)!