Plugin Dev

Anleitungen zu CS 1.6 Server-Setup, Fixes, Plugin-Entwicklung und Administration.

17 Tutorials

Fakemeta Basics: pev, set_pev and Engine Forwards

Read and write entity variables with pev/set_pev, call engine and DLL functions, and hook engine forwards like FM_PlayerPreThink and FM_EmitSound.

Colored Chat Messages in CS 1.6 (client_print_color)

How to print colored chat text from an AMX Mod X plugin using client_print_color on 1.9+, the ^x03 team-color trick, and the SayText fallback for 1.8.2.

register_event vs Hamsandwich vs ReAPI: When to Use Which

Three ways to hook the game from AMXX, what each one actually intercepts, their dependencies, and a decision rule for picking the right one.

Fix: 'error 017: undefined symbol' in Pawn

Why amxxpc throws error 017 when compiling an AMX Mod X plugin, and the five things that actually cause it: missing includes, wrong-version natives, typos, and scope mistakes.

register_event and register_event_ex: The Complete Guide

How AMXX game events work, the read-flags and condition strings that filter them, and why register_event_ex is the modern, type-checked replacement.