CSB Pets

v1.0.0 11 загрузок Daemon666 Обновлено: Jul 16, 2026

A cosmetic pet model that smoothly follows the player, picked from a menu and remembered per SteamID in nVault.

CSB Pets gives each player a little companion. On spawn a non-solid model entity is created and, on a movement task, glides toward a point just behind and above its owner with smooth interpolation while always turning to face them. Players pick a pet from a menu with /pet; the choice is saved per SteamID in nVault and restored automatically next time. Pets are removed on death and on disconnect so they never linger.

Features

  • /pet menu to choose or remove a pet.
  • Smooth follow with interpolation and facing, non-solid so it never blocks anyone.
  • Choice persists per SteamID in nVault.
  • Removed cleanly on death and disconnect.

Installation

  1. Enable the fakemeta and nvault modules in modules.ini.
  2. Compile csb_pets.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Make sure the pet models exist in your models/ folder or edit the model list in the source.
  4. Change the map.

Установка

1. Enable the fakemeta and nvault modules in addons/amxmodx/configs/modules.ini
2. Put csb_pets.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

Cvar-ы

CVARDefaultDescription
csb_pets_enabled 1 Enable or disable pets.
csb_pets_speed 0.25 Follow interpolation factor per tick (0-1).

Команды

CommandAccessDescription
say /pet Open the pet selection menu.

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma
Файлы:
csb_pets.sma main 6.2 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta nvault
Известные конфликты The bundled model paths (scientist, chicken, hgrunt) must exist on the server; edit the list otherwise.
Назад к плагинам