Daemon666 / CSB Checkpoints Публичен

KZ-style checkpoints: /cp saves origin, angles and velocity, /tp restores, /gocheck cycles saved points.

v1.0.0 139 изтегляния GPL-3.0 Последна актуализация Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 24, 2026 1 Версии
csb_checkpoints.sma main a4db667 4.4 KB
README.md

CSB Checkpoints is a lightweight climb/KZ checkpoint system. /cp saves your origin, view angles and velocity, /tp teleports you back to the last point with set_pev + EngFunc_SetOrigin, and /gocheck cycles through every point saved on the current map. A cvar can require you to be on the ground to save, so you cannot store a mid-air cheat spot, and a chat counter shows how many points are stored.

Inspired by KZ / climb checkpoint plugins. Independent GPL re-implementation.

Features

  • /cp, /tp, /gocheck and /clearcp.
  • Stores origin, angles and velocity per point (up to 8, oldest dropped).
  • csb_cp_groundonly forbids saving in the air.
  • Points are per-player and reset on map change.

Installation

  1. Enable the fakemeta module in modules.ini.
  2. Compile csb_checkpoints.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Инсталация
1. Enable the fakemeta module in addons/amxmodx/configs/modules.ini
2. Put csb_checkpoints.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvar-и
CVARDefaultDescription
csb_cp_enabled 1 Enable or disable checkpoints.
csb_cp_groundonly 1 Only allow saving a checkpoint while on the ground.
Команди
CommandAccessDescription
say /cp Save a checkpoint at your current position.
say /tp Teleport back to the last saved checkpoint.
say /gocheck Cycle through all saved checkpoints.
say /clearcp Clear all your saved checkpoints.
Списък с промени — v1.0.0
1.0.0 - Initial release.
Версии →
Оценка

No ratings yet.

Относно
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули fakemeta
Известни конфликти Intended for climb/KZ/surf servers; on competitive maps teleporting is a cheat, so gate it behind those game modes.
Сътрудници
Обратно към плъгините