The [ReAPI] Colored Flash plugin is designed for Counter-Strike 1.6 servers using ReAPI. Developed by the ReHLDS Team, this plugin allows customization of the flashbang effect color, adding a unique visual element to the gameplay experience. By modifying the flash RGB values, server admins can replace the standard white flash with any color combination, enhancing gameplay aesthetics or creating themed events.
amx_flash_rgb
cvar, which is parsed to apply the specified flash color immediately.RG_PlayerBlind
ReAPI hook, allowing custom color flashes only for players who are affected by flashbangs.amx_flash_rgb
(CVar): Sets the RGB values for the flash effect, allowing for a wide range of colors (default: "51 0 102" for a deep purple effect).Example Use Case:
Setting amx_flash_rgb
to "255 0 0" would create a red flash effect, enhancing the visual impact and making flashbangs stand out in unique ways.