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.
- Host: GitHub
- URL: https://github.com/gamemann/cs_mapspawnschecker
- Owner: gamemann
- Created: 2015-03-23T19:41:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T18:49:06.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T08:16:30.951Z (11 months ago)
- Topics: check, checker, map, sourcemod, sourcemod-plugin, sourcemod-plugins, sourcepawn, sp, spawns
- Language: SourcePawn
- Homepage: https://moddingcommunity.com/
- Size: 380 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)!