Daemon666 / CSB Save Position Public

Admins save and restore exact player positions; /return teleports a moved player back to where they were.

v1.0.0 116 downloads GPL-3.0 Last updated Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Sep 6, 2025 1 Versions
csb_save_restore_position.sma main cbf4df5 4.4 KB
README.md

CSB Save Position gives admins two console commands: amx_savepos <player> stores the target's origin and view angles, and amx_restorepos <player> puts them back. Whenever a player is restored, their pre-teleport position is remembered so they can undo the move themselves with /return. Positions are kept in memory and reset at map change.

Features

  • Exact origin + view angle restore, velocity zeroed on teleport.
  • Player-facing /return for admin moves.
  • Requires ADMIN_SLAY access.

Installation

  1. Compile csb_save_restore_position.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change map.
Installation
1. Compile the .sma (or use the site compiler)
2. Put the .amxx in addons/amxmodx/plugins/
3. Add it to addons/amxmodx/configs/plugins.ini
4. Change map
Commands
CommandAccessDescription
amx_savepos <player> ADMIN_SLAY Save a player's position and angles.
amx_restorepos <player> ADMIN_SLAY Teleport a player to their saved position.
say /return Teleport back to where you were before an admin moved you.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

About
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules fakemeta
Contributors
Back to Plugins