amxx-modding-kit-api-waypoint-markers

Create per-player visible 3D waypoint markers for AMX Mod X.

32|4|Updated Mar 23, 2023
One-click install
npx skills add https://github.com/hedgefog/amxx-modding-kit --skill amxx-modding-kit-api-waypoint-markers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amxx-modding-kit-api-waypoint-markers
Source: https://github.com/hedgefog/amxx-modding-kit/tree/main/.agents/skills/amxx-modding-kit/api/waypoint-markers
Command: npx skills add https://github.com/hedgefog/amxx-modding-kit --skill amxx-modding-kit-api-waypoint-markers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

3D waypoint markers that project onto walls with per-player visibility, enabling clear in-game objective cues.

Core Features & Use Cases

  • Create markers at world coordinates using WaypointMarker_Create with adjustable scale and size.
  • Control who can see markers via WaypointMarker_SetVisible, supporting per-player and per-team visibility, and dynamic lifecycle.
  • Use cases include objective markers, team markers, and player-tracking markers that follow players or location-based objectives.

Quick Start

Create a waypoint marker at a world position and show it to a subset of players.

Frequently Asked Questions about amxx-modding-kit-api-waypoint-markers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create 3D waypoint markers visible through walls in AMX Mod X?

You create 3D waypoint markers in AMX Mod X by calling WaypointMarker_Create to spawn markers at specific world coordinates with adjustable scale and size.

Can I control per-player visibility for waypoint markers in Counter-Strike mods?

Yes, you can control per-player visibility for waypoint markers in Counter-Strike mods by using WaypointMarker_SetVisible to support per-player and per-team visibility settings.

What are 3D waypoint markers used for in Half-Life game mods?

3D waypoint markers in Half-Life game mods are used for objective markers, team-based markers, and player-tracking markers that follow players or location-based objectives.

How do I set up lifecycle events for AMX Mod X waypoint markers?

You set up lifecycle events for AMX Mod X waypoint markers by using optional forwards provided by the API to handle dynamic lifecycle events during gameplay.

Does this waypoint marker API work for both Counter-Strike and Half-Life mods?

Yes, this waypoint marker API works for both Counter-Strike and Half-Life mods, providing per-player visible 3D sprites that project onto walls for objective cues.