Plugin Dev

Ghiduri de configurare, remedieri, dezvoltare de pluginuri și administrare pentru servere CS 1.6.

4 Tutoriale

VS Code Setup for AMX Mod X (Syntax, Snippets, Build Task)

Turn VS Code into a real AMXX editor: Pawn syntax highlighting, include-aware navigation, and a build task that runs amxxpc and jumps to the failing line. Config included.

How to Compile a .sma File into .amxx

amxxpc turns Pawn source into the .amxx bytecode the server loads. How to compile locally on Linux and Windows, read the errors, target the right AMXX version, and install the result.

Write Your First AMX Mod X Plugin (Hello World)

A complete, working first plugin: register a chat command that reports a player's health, compiled and installed step by step. Real Pawn, not pseudocode.

Pawn Language Basics for AMX Mod X Beginners

Pawn is not C, and the differences bite: no real strings, one numeric type with tags, and forwards instead of a main(). A concise, correct primer for admins writing their first AMXX plugin.