static float player_hp[64]; if (player_hp[player->index()] > hp) player_hp[player->index()] -= 200.f * g_csgo.m_globals->m_frametime; else player_hp[player->index()] = hp; hp =...