#pragma once bool autocvar_g_hitplots; string autocvar_g_hitplots_individuals; .float hitplotfh; void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup); void W_HitPlotOpen(entity player); void W_HitPlotClose(entity player);