CS-Gamers Community
Map Tag v1.0 - Printable Version

+- CS-Gamers Community (https://cs-gamers.net)
+-- Forum: Other (https://cs-gamers.net/forumdisplay.php?fid=38)
+--- Forum: Off-topic (https://cs-gamers.net/forumdisplay.php?fid=53)
+--- Thread: Map Tag v1.0 (/showthread.php?tid=2537)



Map Tag v1.0 - LeOpArD - 19-06-2026

Map Tag
Description
This plugin lets admins draw freehand lines on the map using beams, perfect for signatures, tags, or simple shapes.
Hold +drawline and move around to draw, release to lift the pen and start a new stroke without connecting it to the last one.
Drawings are saved per map and automatically loaded on every map start.
  • Draw multi-stroke lines in real time using beam entities
  • Strokes are separated automatically (no connecting line between unrelated shapes)
  • Configurable beam width, noise, color, and color mode (unified or random per segment)
  • Optional color cycling on a set frequency
  • Drawings persist across map changes via a per-map save file
  • Requires AMX Mod X 1.9.0+

Commands
  • +drawline / -drawline -- Hold to draw, release to lift the pen.
  • maptag_clear -- Clears the current drawing.
  • maptag_save -- Saves the current drawing to file.

Configuration
Code:
# maptag_line                  = Enable/disable line rendering (0/1)
# maptag_beam_width            = Beam width
# maptag_beam_noise            = Beam noise/jitter
# maptag_beam_color            = Beam color (R G B A)
# maptag_beam_color_random      = Enable random color cycling (0/1)
# maptag_beam_color_frequency  = Frequency (seconds) of random color change
# maptag_beam_color_mode        = Color mode (0 - Unified, 1 - Random per segment)

Changelog
Code:
* v1.0: Initial release.



Download
Map Tag v1.0