#include <amxmodx> #include <engine> public plugin_cfg() register_impulse(100, "HookFlashlight"); public HookFlashlight(id) return PLUGIN_HANDLED;