CSB Checkpoints

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

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

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.

Installation

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

CVARs

CVARDefaultDescription
csb_cp_enabled 1 Enable or disable checkpoints.
csb_cp_groundonly 1 Only allow saving a checkpoint while on the ground.

Commands

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.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
Original author: KZ Checkpoints License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_checkpoints.sma main 4.4 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta
Known conflicts Intended for climb/KZ/surf servers; on competitive maps teleporting is a cheat, so gate it behind those game modes.
Back to Plugins