else if( g_playerMaxHealth[id] != 0) // this check reduce crashing { set_pev(g_playerbar[id], pev_frame, 0.0 + (((hp - 1) * 100) / g_playerMaxHealth[id])) }