Grenade Decal/Scorch Remover (HE & Flashbang)
Posted: Mon Nov 22, 2021 9:14 pm
Grenade Decal/Scorch Remover
Version 0.1
Information
A simple plugin, which removes the decal/scorch that leaves HE and Flashbang grenades when explodes, in a safer way. Safer means, without blocking another decal which the engine generates, just both, or one of these 2 grenades. Useful for Deathmatch servers.
CVars
amx_remove_he_decal: Enable/Disable HE Grenade explosion's decal/scorch
amx_remove_fb_decal: Enable/Disable Flashbang explosion's decal/scorch
Requirements
Just the default files packaged (Fakemeta, Engine & Hamsandwich)
Developer Notes
Tested only on Windows. I wanted to show this *without* using Orpheu. The Orpheu way is easier also, just hooking 2 functions and doing something like what I've done with this one. No matter also the Orpheu version, this works fine too, it hooks the event correctly.
plugin
source
Version 0.1
Information
A simple plugin, which removes the decal/scorch that leaves HE and Flashbang grenades when explodes, in a safer way. Safer means, without blocking another decal which the engine generates, just both, or one of these 2 grenades. Useful for Deathmatch servers.
CVars
amx_remove_he_decal: Enable/Disable HE Grenade explosion's decal/scorch
amx_remove_fb_decal: Enable/Disable Flashbang explosion's decal/scorch
Requirements
Just the default files packaged (Fakemeta, Engine & Hamsandwich)
Developer Notes
Tested only on Windows. I wanted to show this *without* using Orpheu. The Orpheu way is easier also, just hooking 2 functions and doing something like what I've done with this one. No matter also the Orpheu version, this works fine too, it hooks the event correctly.
plugin
source