France -= OLT.LaLeagane.Ro 18+=- 3/32
Unknown GORUSH - [ 4FUN ] - [ VEM CLICAR ] | @SGBR 16/32
Promoveaza serverul

Tutoriale

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

9 Tutoriale

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.

Fix: 'Could not open wad file' During Compile

Why hlcsg cannot find a WAD referenced by the map, and how to correct the wad key paths, use relative paths, or copy WADs locally so the compile completes.

Fix: 'Texture axis perpendicular to face'

What the ZHLT/VHLT warning means, why vertex-manipulated faces produce it, and how to re-align the texture in Hammer so the compile is clean.

VHLT / ZHLT Compile Parameters: Fast Draft vs Final Quality

What each of the four GoldSrc compile stages does and the real flags that matter — a fast draft pass for iteration and a full-quality pass for release, with no invented switches.

Fix: Missing or Black Textures In Game

Why a map shows black, purple-checkered, or missing textures in game, and how WAD embedding, client-side WADs, and correct texture names put them back.

Embedding WADs vs Using -wadinclude

How hlcsg handles textures, what -wadinclude actually bakes into the BSP, and the modern rule: embed your custom WADs, keep the standard cs WADs external.

Fix: MAX_MAP_CLIPNODES Exceeded

What clipnodes are, why complex brushwork blows past the GoldSrc limit, and how func_detail, CLIP/NULL texturing, and simpler geometry bring the count back down.

Fix 'LEAK in hull 0': Reading the Pointfile in CS 1.6 Maps

What a leak actually is, why hlbsp aborts VIS, and how to load the generated .pts/.lin pointfile in your editor and in-game to walk straight to the hole.

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.