-
Автор темы
- #1
The Codenz:
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 = player_hp[player->index()];